@import url(https://fonts.googleapis.com/css2?family=Exo:wght@300;400;500;600;700;800&display=swap);

body {
	font-family: Exo, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #151515
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.dinnert {
    display: flex;
    align-items: center;

}
.dinnert p {
    font-size: 18px;
    line-height: 33px;
    text-align: center;
}


img {
	max-width: 100%
}

a:focus,
button:focus,
input:focus,
textarea:focus {
	text-decoration: none;
	outline: 0
}

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

a,
i,
span {
	display: inline-block
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Exo, sans-serif;
	font-weight: 700;
	color: #07294d;
	margin: 0
}

h1 {
	font-size: 48px
}

h2 {
	font-size: 36px
}

h3 {
	font-size: 28px
}

h4 {
	font-size: 22px
}

h5 {
	font-size: 18px
}

h6 {
	font-size: 16px
}

ol,
ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}

p {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #151515;
	margin: 0
}

a,
button {
	color: inherit;
	display: inline-block;
	line-height: inherit;
	text-decoration: none;
	cursor: pointer
}

a,
button,
img,
input {
	outline: 0
}

a:focus,
button:focus,
img:focus,
input:focus {
	outline: 0
}

a:focus {
	color: inherit;
	outline: 0;
	text-decoration: none
}

a:hover {
	text-decoration: none;
	color: #07294d
}

button,
input[type=submit] {
	cursor: pointer
}

.bg_cover {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%
}

.row-wrapper {
	margin-left: -12px;
	margin-right: -12px
}

.row-wrapper .custom-col {
	padding: 0 12px
}

header .nav-menu .dropdown:hover .mmenu {
   
    position: absolute;
    background: #fff; left: 0px;
    width: 100%;
}

header .nav-menu li {
	position: unset!important;
}
header .nav-menu .dropdown .mmenu{
	display: none;
}

header .nav-menu .dropdown .mmenu>li a{
font-weight: bold;
}

header .nav-menu .dropdown:hover .mmenu{
	display: flex; flex-wrap: wrap;
}

header .nav-menu .mmenu:hover{
	display: flex; flex-wrap: wrap;
}



header .nav-menu .mmenu>li{ min-width: 22%; width: 22%;

}
header .nav-menu .mmenu>li:nth-child(1) { min-width: 49%; width: 49%;

}


header .nav-menu .mmenu>li:nth-child(1) ul.submenumm li {
    display: inline-block;
    width: 49%;
}


header  .navigation .nav-menus-wrapper .nav-menu li a {
    font-size: 14px;
  
}
.navigation .nav-menus-wrapper .nav-menu .mmenu li+li {
    margin-left: 15px;
}


header .submenumm li { margin: 0px!important;}

.navigation .nav-menus-wrapper .nav-menu .submenumm li a { font-weight: normal!important;     padding: 3px 0;}

@media only screen and (min-width:1400px),
lg {
	.container {
		max-width: 1200px
	}
}

.main-btn {
	display: inline-block;
	font-weight: 500;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 0;
	padding: 0 30px;
	font-size: 16px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	cursor: pointer;
	z-index: 5;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-ms-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
	background-color: #07294d
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.main-btn {
		padding: 0 25px;
		height: 50px;
		line-height: 50px;
		font-size: 16px
	}
}

@media (max-width:767px) {
	.thanks figure {
		width: 212px;
	
		margin: auto;
	}









	
	.main-btn {
		padding: 0 20px;
		height: 45px;
		line-height: 45px;
		font-size: 14px
	}
}

.main-btn:hover {
	background-color: #e08e79;
	color: #fff
}

.main-btn.main-btn-2 {
	background-color: #e08e79;
	color: #fff
}

.main-btn.main-btn-2:hover {
	background-color: #07294d
}

.slick-slide {
	outline: 0
}

.section-title {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media (max-width:767px) {
	.section-title {
		display: block
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.section-title {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex
	}
}

.section-title .title {
	font-size: 47px;
	line-height: 54px;
	position: relative;
	padding-right: 60px;
	display: inline-block
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.section-title .title {
		font-size: 34px;
		line-height: 40px;
		padding-right: 50px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.section-title .title {
		font-size: 36px;
		line-height: 45px
	}
}

@media (max-width:767px) {
	.section-title .title {
		font-size: 30px;
		line-height: 35px;
		padding-bottom: 20px;
		padding-right: 0
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.section-title .title {
		font-size: 24px;
		line-height: 30px;
		padding-bottom: 0;
		padding-right: 30px
	}
}

.section-title .title::before {
	position: absolute;
	content: '';
	width: 2px;
	height: 65%;
	background-color: #07294d;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media (max-width:767px) {
	.section-title .title::before {
		height: 2px;
		left: 0;
		right: auto;
		top: auto;
		bottom: 0;
		width: 100px;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0)
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.section-title .title::before {
		width: 2px;
		height: 75%;
		left: auto;
		top: 50%;
		right: 0;
		bottom: auto;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%)
	}
}

.section-title p {
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	color: #07294d;
	padding-left: 60px;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.section-title p {
		font-size: 16px;
		padding-left: 50px;
		line-height: 28px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.section-title p {
		font-size: 16px;
		line-height: 28px
	}
}

@media (max-width:767px) {
	.section-title p {
		padding-left: 0;
		font-size: 16px;
		line-height: 28px;
		margin-top: 25px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.section-title p {
		padding-left: 30px;
		font-size: 16px;
		line-height: 28px;
		margin-top: 0
	}
}

.section-title-2 .title {
	font-size: 47px;
	line-height: 54px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.section-title-2 .title {
		font-size: 38px;
		line-height: 45px
	}
}

@media (max-width:767px) {
	.section-title-2 .title {
		font-size: 30px;
		line-height: 30px
	}
}

.section-title-2 .line {
	width: 150px;
	background: 0 0;
	border: 1px solid #07294d;
	margin-top: 25px
}

.section-title-2 p {
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	color: #07294d;
	margin-top: 25px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.section-title-2 p {
		font-size: 16px;
		line-height: 28px
	}
}

@media (max-width:767px) {
	.section-title-2 p {
		padding-left: 0;
		font-size: 16px;
		line-height: 28px
	}
}

.pagination-items {
	padding-top: 60px
}

.pagination-items li {
	display: inline-block;
	margin: 0 10px
}

@media (max-width:767px) {
	.pagination-items li {
		margin: 0 5px
	}
}

.pagination-items li a {
	font-weight: 500;
	font-size: 18px;
	color: #a2a2a2
}

@media (max-width:767px) {
	.pagination-items li a {
		font-size: 14px
	}
}

.pagination-items li a.active {
	color: #151515;
	padding-right: 90px;
	position: relative
}

@media (max-width:767px) {
	.pagination-items li a.active {
		padding-right: 50px
	}
}

.pagination-items li a.active::before {
	position: absolute;
	content: '';
	width: 75px;
	height: 1px;
	background-color: #151515;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media (max-width:767px) {
	.pagination-items li a.active::before {
		width: 40px
	}
}

.form-radio input[type=radio] {
	display: none
}

.form-radio input[type=radio]+label {
	font-weight: 500;
	font-size: 14px;
	color: #303030;
	margin-bottom: 0;
	position: relative;
	padding-left: 20px;
	cursor: pointer;
	display: block
}

.form-radio input[type=radio]+label span {
	width: 14px;
	height: 14px;
	border: 1px solid #707070;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.form-radio input[type=radio]+label span::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #07294d;
	border-radius: 50%;
	-webkit-transform: scale(.7);
	-moz-transform: scale(.7);
	-ms-transform: scale(.7);
	-o-transform: scale(.7);
	transform: scale(.7);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.form-radio input[type=radio]:checked+label span {
	border-color: #07294d
}

.form-radio input[type=radio]:checked+label span::before {
	opacity: 1;
	visibility: visible
}

.checkbox input[type=checkbox] {
	display: none
}

.checkbox input[type=checkbox]+label {
	position: relative;
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 400;
	color: #151515
}

@media (max-width:767px) {
	.checkbox input[type=checkbox]+label {
		font-size: 14px
	}
}

.checkbox input[type=checkbox]+label span {
	width: 16px;
	height: 16px;
	border: 1px solid #151515;
	position: relative;
	border-radius: 3px;
	top: 5px;
	margin-right: 5px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

@media (max-width:767px) {
	.checkbox input[type=checkbox]+label span {
		width: 14px;
		height: 14px
	}
}

.checkbox input[type=checkbox]+label span::before {
	content: '\f00c';
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	font-size: 12px;
	color: #222;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	position: relative;
	top: -6px;
	left: 1px;
	opacity: 0;
	visibility: hidden
}

@media (max-width:767px) {
	.checkbox input[type=checkbox]+label span::before {
		top: -5px;
		left: 0
	}
}

.checkbox input[type=checkbox]:checked+label span {
	background-color: #07294d;
	border-color: #07294d
}

.checkbox input[type=checkbox]:checked+label span::before {
	color: #fff;
	opacity: 1;
	visibility: visible
}

.single-form {
	margin-top: 30px
}

.single-form input,
.single-form textarea {
	width: 100%;
	height: 50px;
	padding: 0 20px;
	border: 1px solid #dbdbdb;
	font-weight: 500;
	font-size: 16px;
	color: #303030;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.single-form input:focus,
.single-form textarea:focus {
	border-color: #e08e79
}

@media (max-width:767px) {

	.single-form input,
	.single-form textarea {
		height: 45px
	}
}

.single-form textarea {
	height: 230px;
	padding-top: 15px;
	resize: none
}

.single-form .main-btn {
	height: 36px;
	line-height: 36px;
	padding: 0 22px;
	font-size: 14px
}

.s-hidden {
	visibility: hidden;
	padding-right: 10px
}

.select {
	cursor: pointer;
	display: inline-block;
	position: relative;
	font-size: 14px;
	letter-spacing: .02em;
	color: #9c9c9c;
	height: 35px;
	border: 0;
	border-bottom: 1px solid #9c9c9c;
	width: 100%
}

.styledSelect {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #fff;
	padding: 0
}

.styledSelect::after {
	content: "";
	width: 8px;
	height: 8px;
	border-bottom: 1px solid #07294d;
	border-right: 1px solid #07294d;
	position: absolute;
	top: 50%;
	right: 6px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 66% 66%;
	-ms-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	margin-top: -9px
}

.styledSelect.active::after {
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg)
}

.options {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	z-index: 999;
	margin: 0 0;
	padding: 0 0;
	list-style: none;
	border: 1px solid #dbdbdb;
	background-color: #fff
}

.options li {
	padding: 6px 10px;
	margin: 0;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	font-size: 14px;
	font-weight: 500;
	color: #151515
}

.options li:hover {
	background-color: #07294d;
	color: #fff
}

.tab-pane.active {
	-webkit-animation: tabUp .5s;
	-moz-animation: tabUp .5s;
	-o-animation: tabUp .5s;
	animation: tabUp .5s
}

@-webkit-keyframes tabUp {
	from {
		transform: translate3d(0, 30px, 0);
		-webkit-transform: translate3d(0, 30px, 0);
		-moz-transform: translate3d(0, 30px, 0);
		-ms-transform: translate3d(0, 30px, 0);
		-o-transform: translate3d(0, 30px, 0)
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0)
	}
}

@keyframes tabUp {
	from {
		transform: translate3d(0, 30px, 0);
		-webkit-transform: translate3d(0, 30px, 0);
		-moz-transform: translate3d(0, 30px, 0);
		-ms-transform: translate3d(0, 30px, 0);
		-o-transform: translate3d(0, 30px, 0)
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0)
	}
}

.header-area {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	background-color: #fff
}

.header-top {
	background: #07294d;
	padding-bottom: 15px
}

@media (max-width:767px) {
	.header-top-wrapper .header-top-left {
		width: 100%;
		text-align: center
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.header-top-wrapper .header-top-left {
		width: auto
	}
}

.header-top-wrapper .header-top-left .header-meta li a {
	font-family: Exo;
	font-weight: 400;
	font-size: 13px;
	color: #fff;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.header-top-wrapper .header-top-left .header-meta li a:hover {
	color: #8d8d8d
}

@media (max-width:767px) {
	.header-top-wrapper .header-top-right {
		width: 100%;
		text-align: center
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.header-top-wrapper .header-top-right {
		width: auto
	}
}

.header-top-wrapper .header-top-right .header-link a {
	font-family: Exo;
	font-weight: 400;
	font-size: 13px;
	color: #8d8d8d;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	position: relative
}

.header-top-wrapper .header-top-right .header-link a+a {
	margin-left: 45px
}

.header-top-wrapper .header-top-right .header-link a:hover {
	color: #fff
}

.header-top-wrapper .header-top-right .header-link a.register::before {
	position: absolute;
	content: '';
	width: 1px;
	height: 70%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -22px;
	background-color: #8d8d8d
}

.navigation {
	position: relative
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.navigation {
		padding: 10px 0
	}
}

@media (max-width:767px) {
	.navigation {
		padding: 0px 0
	}

	.navigation.sticky {
		padding: 10px 0
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.navigation .nav-menus-wrapper {
		width: 320px;
		height: 100%;
		top: 0;
		left: -400px;
		position: fixed;
		background-color: #07294d;
		z-index: 9999;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		transition-duration: .8s;
		transition-timing-function: ease
	}
}

@media (max-width:767px) {
	.navigation .nav-menus-wrapper {
		width: 280px;
		height: 100%;
		top: 0;
		left: -400px;
		position: fixed;
		background-color: #07294d;
		z-index: 9999;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		transition-duration: .8s;
		transition-timing-function: ease
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.navigation .nav-menus-wrapper.nav-menus-wrapper-open {
		left: 0
	}
}

@media (max-width:767px) {
	.navigation .nav-menus-wrapper.nav-menus-wrapper-open {
		left: 0
	}
}

.navigation .nav-menus-wrapper .nav-menu {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex; justify-content: center;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.navigation .nav-menus-wrapper .nav-menu {
		display: block;
		padding-top: 80px
	}
}

@media (max-width:767px) {
	.navigation .nav-menus-wrapper .nav-menu {
		display: block;
		padding-top: 80px
	}
}

.navigation .nav-menus-wrapper .nav-menu li {
	position: relative;
	margin-left: 40px;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.navigation .nav-menus-wrapper .nav-menu li {
		border-top: 1px solid rgba(219, 219, 219, .15)
	}
}

@media (max-width:767px) {
	.navigation .nav-menus-wrapper .nav-menu li {
		border-top: 1px solid rgba(219, 219, 219, .15)
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.navigation .nav-menus-wrapper .nav-menu li:last-child {
		border-bottom: 1px solid rgba(219, 219, 219, .15)
	}
}

@media (max-width:767px) {
	.navigation .nav-menus-wrapper .nav-menu li:last-child {
		border-bottom: 1px solid rgba(219, 219, 219, .15)
	}
}

.navigation .nav-menus-wrapper .nav-menu li+li {
	margin-left: 35px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.navigation .nav-menus-wrapper .nav-menu li+li {
		margin-left: 22px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.navigation .nav-menus-wrapper .nav-menu li+li {
		margin-left: 0
	}
}

@media (max-width:767px) {
	.navigation .nav-menus-wrapper .nav-menu li+li {
		margin-left: 0
	}
}

.navigation .nav-menus-wrapper .nav-menu li a {
	font-size: 16px;
	padding: 10px 0;
	color: #07294d;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	display: block;
	position: relative;
	text-transform: uppercase;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.navigation .nav-menus-wrapper .nav-menu li a {
		font-size: 15px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.navigation .nav-menus-wrapper .nav-menu li a {
		color: #fff;
		padding: 12px 15px 12px 26px;
		font-size: 14px
	}
}

@media (max-width:767px) {
	.navigation .nav-menus-wrapper .nav-menu li a {
		color: #fff;
		padding: 12px 15px 12px 26px;
		font-size: 14px
	}
}

.navigation .nav-menus-wrapper .nav-menu li a.active {
	color: #e08e79
}

.navigation .nav-menus-wrapper .nav-menu li:hover>a {
	color: #e08e79
}

.navigation .nav-menus-wrapper .nav-menu li .nav-submenu {
	position: absolute;
	width: 215px;
	background-color: #fff;
	border-top: 3px solid #e08e79;
	padding: 10px 0;
	-webkit-box-shadow: 2px 2px 20px rgba(7, 41, 77, .1);
	-moz-box-shadow: 2px 2px 20px rgba(7, 41, 77, .1);
	box-shadow: 2px 2px 20px rgba(7, 41, 77, .1);
	top: 100%;
	left: 0;
	z-index: 99;
	display: none
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.navigation .nav-menus-wrapper .nav-menu li .nav-submenu {
		position: relative;
		width: 100%;
		background-color: transparent;
		padding: 0
	}
}

@media (max-width:767px) {
	.navigation .nav-menus-wrapper .nav-menu li .nav-submenu {
		position: relative;
		width: 100%;
		background-color: transparent;
		padding: 0
	}
}

.navigation .nav-menus-wrapper .nav-menu li .nav-submenu li {
	margin-left: 0
}

.navigation .nav-menus-wrapper .nav-menu li .nav-submenu li a {
	line-height: 1;
	padding: 10px 20px;
	font-size: 14px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.navigation .nav-menus-wrapper .nav-menu li .nav-submenu li a {
		padding: 12px 35px
	}
}

@media (max-width:767px) {
	.navigation .nav-menus-wrapper .nav-menu li .nav-submenu li a {
		padding: 12px 35px
	}
}

.navigation .nav-menus-wrapper .nav-menu li .nav-submenu li a i {
	display: block;
	font-size: 13px;
	float: right
}

.navigation .nav-menus-wrapper .nav-menu li .nav-submenu li:hover>a {
	padding-left: 25px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.navigation .nav-menus-wrapper .nav-menu li .nav-submenu li:hover>a {
		padding: 12px 35px
	}
}

@media (max-width:767px) {
	.navigation .nav-menus-wrapper .nav-menu li .nav-submenu li:hover>a {
		padding: 12px 35px
	}
}

.navigation .nav-menus-wrapper .nav-menu li .nav-submenu li .nav-submenu {
	top: -12px;
	left: 100%
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.navigation .nav-menus-wrapper .nav-menu li .nav-submenu li .nav-submenu {
		top: 0;
		left: 0
	}
}

@media (max-width:767px) {
	.navigation .nav-menus-wrapper .nav-menu li .nav-submenu li .nav-submenu {
		top: 0;
		left: 0
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.navigation .nav-menus-wrapper .nav-menu li .nav-submenu li .nav-submenu li a {
		padding-left: 45px
	}
}

@media (max-width:767px) {
	.navigation .nav-menus-wrapper .nav-menu li .nav-submenu li .nav-submenu li a {
		padding-left: 45px
	}
}

.navigation .nav-menus-wrapper .submenu-indicator {
	margin-left: 8px;
	margin-top: 8px;
	float: right;
	transition: all .3s
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.navigation .nav-menus-wrapper .submenu-indicator {
		margin: 0
	}
}

@media (max-width:767px) {
	.navigation .nav-menus-wrapper .submenu-indicator {
		margin: 0
	}
}

.navigation .nav-menus-wrapper .submenu-indicator .submenu-indicator-chevron {
	height: 6px;
	width: 6px;
	display: block;
	border-style: solid;
	border-width: 0 1px 1px 0;
	border-color: transparent #07294d #07294d transparent;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.navigation .nav-menus-wrapper .submenu-indicator .submenu-indicator-chevron {
		border-color: transparent #dbdbdb #dbdbdb transparent;
		margin: 0
	}
}

@media (max-width:767px) {
	.navigation .nav-menus-wrapper .submenu-indicator .submenu-indicator-chevron {
		border-color: transparent #dbdbdb #dbdbdb transparent;
		margin: 0
	}
}

.navigation .nav-menus-wrapper .nav-dropdown .submenu-indicator {
	right: 15px;
	top: 16px;
	position: absolute;
	margin: 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.navigation .nav-menus-wrapper .nav-dropdown .submenu-indicator {
		right: 0;
		top: 0
	}
}

@media (max-width:767px) {
	.navigation .nav-menus-wrapper .nav-dropdown .submenu-indicator {
		right: 0;
		top: 0
	}
}

.navigation .nav-menus-wrapper .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.navigation .nav-toggle {
	width: 30px;
	height: 30px;
	padding: 6px 2px 0;
	position: absolute;
	top: 50%;
	margin-top: -58px;
	right: 15px;
	cursor: pointer
}

.navigation.sticky .nav-toggle {
	width: 30px;
	height: 30px;
	padding: 6px 2px 0;
	position: relative;
	top: 50%;
	margin-top: 0px;
	right: 15px;
	cursor: pointer
}

.navigation .nav-toggle::before {
	content: "";
	position: absolute;
	width: 24px;
	height: 2px;
	background-color: #07294d;
	border-radius: 10px;
	box-shadow: 0 .5em 0 0 #07294d, 0 1em 0 0 #07294d
}

.navigation .nav-menus-wrapper-close-button {
	width: 30px;
	height: 40px;
	margin: 10px 7px;
	display: none;
	float: right;
	color: #dbdbdb;
	font-size: 26px;
	cursor: pointer
}

.navigation .header-search {
	position: relative
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.navigation .header-search {
		position: absolute;
		top: 50%;
		right: 70px;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 99
	}
}

@media (max-width:767px) {
	.navigation .header-search {
		position: absolute;
		top: 50%;
		right: 70px;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 99;
		display: none
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.navigation .header-search {
		display: block
	}
}

.navigation .header-search input {
	width: 100%;
	border: 0;
	border-bottom: 1px solid #07294d;
	font-size: 13px;
	letter-spacing: .08em;
	color: #8d8d8d;
	height: 30px
}

.navigation .header-search input::placeholder {
	opacity: 1;
	color: #8d8d8d
}

.navigation .header-search input::-moz-placeholder {
	opacity: 1;
	color: #8d8d8d
}

.navigation .header-search input::-moz-placeholder {
	opacity: 1;
	color: #8d8d8d
}

.navigation .header-search input::-webkit-input-placeholder {
	opacity: 1;
	color: #8d8d8d
}

.navigation .header-search button {
	padding: 0;
	background: 0 0;
	border: 0;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 14px
}

.navigation.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	-webkit-animation: sticky 1s;
	-moz-animation: sticky 1s;
	-o-animation: sticky 1s;
	animation: sticky 1s;
	-webkit-box-shadow: 2px 2px 20px rgba(34, 34, 34, .15);
	-moz-box-shadow: 2px 2px 20px rgba(34, 34, 34, .15);
	box-shadow: 2px 2px 20px rgba(34, 34, 34, .15);
	background-color: #fff
}

.navigation-portrait .nav-menus-wrapper-close-button {
	display: block
}

.navigation-portrait .submenu-indicator {
	width: 45px;
	height: 45px;
	position: absolute;
	text-align: center;
	z-index: 20000;
	top: 0;
	right: 0
}

.navigation-portrait .submenu-indicator .submenu-indicator-chevron {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg) !important;
	-moz-transform: translate(-50%, -50%) rotate(45deg) !important;
	-ms-transform: translate(-50%, -50%) rotate(45deg) !important;
	-o-transform: translate(-50%, -50%) rotate(45deg) !important;
	transform: translate(-50%, -50%) rotate(45deg) !important
}

.navigation-portrait .nav-submenu-open>a .submenu-indicator .submenu-indicator-chevron {
	-webkit-transform: translate(-50%, -50%) rotate(225deg) !important;
	-moz-transform: translate(-50%, -50%) rotate(225deg) !important;
	-ms-transform: translate(-50%, -50%) rotate(225deg) !important;
	-o-transform: translate(-50%, -50%) rotate(225deg) !important;
	transform: translate(-50%, -50%) rotate(225deg) !important
}

.nav-overlay-panel {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	display: none;
	z-index: 999
}

@-webkit-keyframes sticky {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes sticky {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

.slider-area {
	padding-top: 155px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider-area {
		padding-top: 155px
	}
}

@media (max-width:767px) {
	.slider-area {
		padding-top: 155px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.slider-area {
		padding-top: 155px
	}
}

.single-slider {
	height: 575px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-slider {
		height: 600px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-slider {
		height: 500px
	}
}

@media (max-width:767px) {
	.single-slider {
		height: 60vh
	}
}

.slider-content {
	max-width: 590px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.slider-content {
		max-width: 520px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider-content {
		max-width: 420px
	}
}

@media (max-width:767px) {
	.slider-content {
		padding-top: 70px;
		padding-bottom: 70px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.slider-content {
		padding-top: 100px;
		padding-bottom: 100px
	}
}

.slider-content .title {
	font-size: 76px;
	font-weight: 700;
	color: #fff
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.slider-content .title {
		font-size: 60px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider-content .title {
		font-size: 42px
	}
}

@media (max-width:767px) {
	.slider-content .title {
		font-size: 28px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.slider-content .title {
		font-size: 36px
	}
}

.slider-content .slider-btn {
	padding-top: 40px
}

.slider-content .slider-btn li {
	display: inline-block;
	margin-top: 10px;
	margin-right: 18px
}

.slider-content .slider-btn li .main-btn {
	width: 165px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider-content .slider-btn li .main-btn {
		width: 145px
	}
}

.slider-active .slick-arrow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background-color: rgba(7, 41, 77, .7);
	color: #fff;
	font-size: 20px;
	z-index: 9;
	cursor: pointer
}

.slider-active .slick-arrow.next {
	left: 45px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider-02 .single-slider {
		height: 450px
	}
}

@media (max-width:767px) {
	.slider-02 .single-slider {
		background-position: center right
	}
}

.slider-content-2 {
	margin-left: auto;
	max-width: 480px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider-content-2 {
		max-width: 360px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider-03 .single-slider {
		height: 450px
	}
}

@media (max-width:767px) {
	.slider-03 .single-slider {
		background-position: center center
	}
}

.slider-content-3 {
	margin: 0 auto;
	max-width: 835px
}

@media (max-width:767px) {
	.slider-content-3 {
		padding-top: 100px;
		padding-bottom: 100px
	}
}

.features-area {
	padding-top: 150px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.features-area {
		padding-top: 95px
	}
}

@media (max-width:767px) {
	.features-area {
		padding-top: 75px
	}
}

.features-wrapper {
	position: relative;
	z-index: 9
}

.features-title {
	font-weight: 700;
	font-size: 46px;
	line-height: 54px;
	text-align: center;
	color: #07294d
}

@media (max-width:767px) {
	.features-title {
		font-size: 22px;
		line-height: 28px
	}
}

.features-title span {
	color: #e08e79;
	display: contents
}

.features-image {
	margin-top: 50px
}

.features-mask {
	max-width: 346px;
	height: 378px;
	background: #1f343f;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -1
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.features-mask {
		max-width: 306px;
		height: 348px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.features-mask {
		position: relative;
		margin: 50px auto 0
	}
}

@media (max-width:767px) {
	.features-mask {
		position: relative;
		margin: 50px auto 0
	}
}

.features-mask::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(7, 41, 77, .95)
}

.features-mask::after {
	position: absolute;
	content: '';
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-bottom: 100px solid #fff;
	border-left: 345px solid transparent
}

.features-mask .features-mask-content {
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	padding: 35px
}

.features-mask .features-mask-content p {
	font-weight: 600;
	font-size: 28px;
	line-height: 50px;
	color: #fff;
	position: relative;
	padding-left: 25px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.features-mask .features-mask-content p {
		font-size: 20px
	}
}

@media (max-width:767px) {
	.features-mask .features-mask-content p {
		font-size: 20px
	}
}

.features-mask .features-mask-content p::before {
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	width: 15px;
	height: 1px;
	background-color: #fff;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

.features-area-2 {
	padding-top: 160px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.features-area-2 {
		padding-top: 95px
	}
}

@media (max-width:767px) {
	.features-area-2 {
		padding-top: 75px
	}
}

.features-image-2 {
	position: relative;
	z-index: 5;
	max-width: 342px;
	width: 100%
}

.features-image-2 img {
	width: 100%
}

.features-image-2::before {
	position: absolute;
	content: '';
	background-color: #07294d;
	width: 80%;
	height: 70%;
	bottom: 0;
	left: 0;
	z-index: -1
}

.features-image-2::after {
	position: absolute;
	content: '';
	background-color: #f1f1f1;
	width: 80%;
	height: 70%;
	bottom: 60px;
	right: 0;
	z-index: -1
}

.features-items {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: space-around;
	-ms-flex-pack: space-around;
	justify-content: space-around
}

.features-items .features-items-wrapper .single-features-item {
	max-width: 245px;
	padding: 50px 0;
	width: 100%
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.features-items .features-items-wrapper .single-features-item {
		padding: 35px 0
	}
}

@media (max-width:767px) {
	.features-items .features-items-wrapper .single-features-item {
		padding: 35px 0
	}
}

.features-items .features-items-wrapper .single-features-item+.single-features-item {
	border-top: 1px solid #dbdbdb
}

@media (max-width:767px) {
	.features-items .features-items-wrapper .single-features-item .item-icon img {
		height: 35px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.features-items .features-items-wrapper .single-features-item .item-icon img {
		height: 50px
	}
}

.features-items .features-items-wrapper .single-features-item .item-content {
	padding-left: 15px
}

@media (max-width:767px) {
	.features-items .features-items-wrapper .single-features-item .item-content {
		padding-left: 10px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.features-items .features-items-wrapper .single-features-item .item-content {
		padding-left: 15px
	}
}

.features-items .features-items-wrapper .single-features-item .item-content p {
	color: #07294d;
	font-weight: 600;
	font-size: 24px;
	line-height: 32px
}

@media (max-width:767px) {
	.features-items .features-items-wrapper .single-features-item .item-content p {
		font-size: 14px;
		line-height: 22px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.features-items .features-items-wrapper .single-features-item .item-content p {
		font-size: 18px;
		line-height: 26px
	}
}

.top-courses-area {
	padding-top: 120px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.top-courses-area {
		padding-top: 35px
	}
}

@media (max-width:767px) {
	.top-courses-area {
		padding-top: 15px
	}
}

.courses-wrapper {
	padding-top: 40px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.courses-wrapper {
		padding-top: 20px
	}
}

@media (max-width:767px) {
	.courses-wrapper {
		padding-top: 20px
	}
}

.courses-wrapper.wrapper-2 {
	padding-top: 10px
}

.courses-wrapper .courses-col:nth-child(8n+1) .single-courses,
.courses-wrapper .courses-col:nth-child(8n+1) .single-courses-2 {
	background-color: #07294d
}

.courses-wrapper .courses-col:nth-child(8n+1) .single-courses .courses-content .duration-rating,
.courses-wrapper .courses-col:nth-child(8n+1) .single-courses-2 .courses-content .duration-rating {
	background-color: #07294d
}

.courses-wrapper .courses-col:nth-child(8n+2) .single-courses,
.courses-wrapper .courses-col:nth-child(8n+2) .single-courses-2 {
	background-color: #e08e79
}

.courses-wrapper .courses-col:nth-child(8n+2) .single-courses .courses-content .duration-rating,
.courses-wrapper .courses-col:nth-child(8n+2) .single-courses-2 .courses-content .duration-rating {
	background-color: #e08e79
}

.courses-wrapper .courses-col:nth-child(8n+3) .single-courses,
.courses-wrapper .courses-col:nth-child(8n+3) .single-courses-2 {
	background-color: #2f7ad5
}

.courses-wrapper .courses-col:nth-child(8n+3) .single-courses .courses-content .duration-rating,
.courses-wrapper .courses-col:nth-child(8n+3) .single-courses-2 .courses-content .duration-rating {
	background-color: #2f7ad5
}

.courses-wrapper .courses-col:nth-child(8n+4) .single-courses,
.courses-wrapper .courses-col:nth-child(8n+4) .single-courses-2 {
	background-color: #27b8a7
}

.courses-wrapper .courses-col:nth-child(8n+4) .single-courses .courses-content .duration-rating,
.courses-wrapper .courses-col:nth-child(8n+4) .single-courses-2 .courses-content .duration-rating {
	background-color: #27b8a7
}

.courses-wrapper .courses-col:nth-child(8n+5) .single-courses,
.courses-wrapper .courses-col:nth-child(8n+5) .single-courses-2 {
	background-color: #1ec1d9
}

.courses-wrapper .courses-col:nth-child(8n+5) .single-courses .courses-content .duration-rating,
.courses-wrapper .courses-col:nth-child(8n+5) .single-courses-2 .courses-content .duration-rating {
	background-color: #1ec1d9
}

.courses-wrapper .courses-col:nth-child(8n+6) .single-courses,
.courses-wrapper .courses-col:nth-child(8n+6) .single-courses-2 {
	background-color: #d94da6
}

.courses-wrapper .courses-col:nth-child(8n+6) .single-courses .courses-content .duration-rating,
.courses-wrapper .courses-col:nth-child(8n+6) .single-courses-2 .courses-content .duration-rating {
	background-color: #d94da6
}

.courses-wrapper .courses-col:nth-child(8n+7) .single-courses,
.courses-wrapper .courses-col:nth-child(8n+7) .single-courses-2 {
	background-color: #eab830
}

.courses-wrapper .courses-col:nth-child(8n+7) .single-courses .courses-content .duration-rating,
.courses-wrapper .courses-col:nth-child(8n+7) .single-courses-2 .courses-content .duration-rating {
	background-color: #eab830
}

.courses-wrapper .courses-col:nth-child(8n+8) .single-courses,
.courses-wrapper .courses-col:nth-child(8n+8) .single-courses-2 {
	background-color: #753b76
}

.courses-wrapper .courses-col:nth-child(8n+8) .single-courses .courses-content .duration-rating,
.courses-wrapper .courses-col:nth-child(8n+8) .single-courses-2 .courses-content .duration-rating {
	background-color: #753b76
}

.single-courses {
	padding: 28px 25px 35px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-courses {
		padding: 18px 15px 25px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-courses {
		padding: 50px 40px
	}
}

.single-courses .category {
	font-weight: 400;
	font-size: 14px;
	letter-spacing: .05em;
	line-height: 32px;
	color: #fff
}

.single-courses .courses-title a {
	font-family: Exo;
	font-weight: 500;
	font-size: 22px;
	line-height: 32px;
	color: #fff
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-courses .courses-title a {
		font-size: 18px;
		line-height: 28px
	}
}

@media (max-width:767px) {
	.single-courses .courses-title a {
		font-size: 20px;
		line-height: 28px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.single-courses .courses-title a {
		font-size: 18px;
		line-height: 28px
	}
}

.single-courses .duration-fee {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding-top: 5px
}

.single-courses .duration-fee .duration {
	font-weight: 500;
	font-size: 14px;
	letter-spacing: .03em;
	line-height: 24px;
	color: #fff;
	margin-top: 10px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-courses .duration-fee .duration {
		font-size: 12px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.single-courses .duration-fee .duration {
		font-size: 12px
	}
}

.single-courses .duration-fee .fee {
	font-weight: 500;
	font-size: 14px;
	letter-spacing: .03em;
	line-height: 24px;
	color: #fff;
	padding-left: 26px;
	position: relative;
	margin-top: 10px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-courses .duration-fee .fee {
		font-size: 12px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.single-courses .duration-fee .fee {
		font-size: 12px
	}
}

.single-courses .duration-fee .fee::before {
	position: absolute;
	content: '';
	width: 2px;
	height: 80%;
	left: 13px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #fff
}

.single-courses .rating {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex
}

.single-courses .rating span {
	font-weight: 500;
	font-size: 14px;
	letter-spacing: .03em;
	line-height: 24px;
	color: #fff
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-courses .rating span {
		font-size: 12px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.single-courses .rating span {
		font-size: 12px
	}
}

.single-courses .rating .star {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.single-courses .rating .star li {
	font-size: 10px;
	color: #fff;
	margin-left: 5px
}

.single-courses .courses-link {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	border-top: 1px solid #fff;
	margin-top: 15px
}

.single-courses .courses-link .apply {
	font-weight: 500;
	font-size: 14px;
	letter-spacing: .05em;
	line-height: 24px;
	color: #fff;
	margin-top: 8px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-courses .courses-link .apply {
		font-size: 12px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.single-courses .courses-link .apply {
		font-size: 12px
	}
}

.single-courses .courses-link .more {
	font-weight: 500;
	font-size: 14px;
	letter-spacing: .05em;
	line-height: 24px;
	color: #fff;
	margin-top: 8px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-courses .courses-link .more {
		font-size: 12px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.single-courses .courses-link .more {
		font-size: 12px
	}
}

.single-courses-2 .courses-image {
	overflow: hidden
}

.single-courses-2 .courses-image a {
	display: block
}

.single-courses-2 .courses-image img {
	width: 100%;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.single-courses-2 .courses-content {
	padding: 25px 25px;
	position: relative
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-courses-2 .courses-content {
		padding: 15px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-courses-2 .courses-content {
		padding: 30px 40px
	}
}

.single-courses-2 .courses-content .category {
	font-weight: 400;
	font-size: 14px;
	letter-spacing: .05em;
	line-height: 32px;
	color: #fff
}

.single-courses-2 .courses-content .courses-title a {
	font-family: Exo;
	font-weight: 500;
	font-size: 22px;
	line-height: 32px;
	color: #fff
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-courses-2 .courses-content .courses-title a {
		font-size: 18px;
		line-height: 28px
	}
}

@media (max-width:767px) {
	.single-courses-2 .courses-content .courses-title a {
		font-size: 20px;
		line-height: 28px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.single-courses-2 .courses-content .courses-title a {
		font-size: 18px;
		line-height: 28px
	}
}

.single-courses-2 .courses-content .duration-rating {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 25px 25px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-courses-2 .courses-content .duration-rating {
		padding: 0 15px 15px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-courses-2 .courses-content .duration-rating {
		padding: 0 40px 30px
	}
}

.single-courses-2 .courses-content .duration-rating .duration-fee {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex
}

.single-courses-2 .courses-content .duration-rating .duration-fee .duration {
	font-weight: 500;
	font-size: 14px;
	letter-spacing: .03em;
	line-height: 24px;
	color: #fff;
	margin-top: 10px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-courses-2 .courses-content .duration-rating .duration-fee .duration {
		font-size: 12px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.single-courses-2 .courses-content .duration-rating .duration-fee .duration {
		font-size: 12px
	}
}

.single-courses-2 .courses-content .duration-rating .duration-fee .fee {
	font-weight: 500;
	font-size: 14px;
	letter-spacing: .03em;
	line-height: 24px;
	color: #fff;
	padding-left: 26px;
	position: relative;
	margin-top: 10px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-courses-2 .courses-content .duration-rating .duration-fee .fee {
		font-size: 12px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.single-courses-2 .courses-content .duration-rating .duration-fee .fee {
		font-size: 12px
	}
}

.single-courses-2 .courses-content .duration-rating .duration-fee .fee::before {
	position: absolute;
	content: '';
	width: 2px;
	height: 80%;
	left: 13px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #fff
}

.single-courses-2 .courses-content .duration-rating .duration-fee .credit {
	font-weight: 500;
	font-size: 14px;
	letter-spacing: .03em;
	line-height: 24px;
	color: #fff;
	padding-left: 26px;
	position: relative;
	margin-top: 10px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-courses-2 .courses-content .duration-rating .duration-fee .credit {
		font-size: 12px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.single-courses-2 .courses-content .duration-rating .duration-fee .credit {
		font-size: 12px
	}
}

.single-courses-2 .courses-content .duration-rating .duration-fee .credit::before {
	position: absolute;
	content: '';
	width: 2px;
	height: 80%;
	left: 13px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #fff
}

.single-courses-2 .courses-content .duration-rating .rating {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex
}

.single-courses-2 .courses-content .duration-rating .rating span {
	font-weight: 500;
	font-size: 14px;
	letter-spacing: .03em;
	line-height: 24px;
	color: #fff
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-courses-2 .courses-content .duration-rating .rating span {
		font-size: 12px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.single-courses-2 .courses-content .duration-rating .rating span {
		font-size: 12px
	}
}

.single-courses-2 .courses-content .duration-rating .rating .star {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.single-courses-2 .courses-content .duration-rating .rating .star li {
	font-size: 10px;
	color: #fff;
	margin-left: 5px
}

.single-courses-2 .courses-content .courses-link {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	border-top: 1px solid #fff;
	margin-top: 15px;
	padding-bottom: 5px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	opacity: 1;
	visibility: visible
}

.single-courses-2 .courses-content .courses-link .apply {
	font-weight: 500;
	font-size: 14px;
	letter-spacing: .05em;
	line-height: 24px;
	color: #fff;
	margin-top: 10px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-courses-2 .courses-content .courses-link .apply {
		font-size: 12px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.single-courses-2 .courses-content .courses-link .apply {
		font-size: 12px
	}
}

.single-courses-2 .courses-content .courses-link .more {
	font-weight: 500;
	font-size: 14px;
	letter-spacing: .05em;
	line-height: 24px;
	color: #fff;
	margin-top: 10px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-courses-2 .courses-content .courses-link .more {
		font-size: 12px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.single-courses-2 .courses-content .courses-link .more {
		font-size: 12px
	}
}

.single-courses-2:hover .courses-image img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}

.single-courses-2:hover .courses-content .duration-rating {
	opacity: 1;
	visibility: visible
}

.single-courses-2:hover .courses-link {
	opacity: 1;
	visibility: hidden
}

.courses-menu .menu-items li {
	display: inline-block;
	width: 125px;
	height: 45px;
	line-height: 43px;
	text-align: center;
	font-weight: 600;
	font-size: 18px;
	color: #07294d;
	border: 1px solid #dbdbdb;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	cursor: pointer;
	margin-top: 10px
}

.courses-menu .menu-items li+li {
	margin-left: 23px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.courses-menu .menu-items li+li {
		margin-left: 10px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.courses-menu .menu-items li+li {
		margin-left: 10px
	}
}

@media (max-width:767px) {
	.courses-menu .menu-items li+li {
		margin-left: 5px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.courses-menu .menu-items li {
		width: 110px;
		font-size: 16px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.courses-menu .menu-items li {
		width: 100px;
		font-size: 16px
	}
}

@media (max-width:767px) {
	.courses-menu .menu-items li {
		width: auto;
		font-size: 14px;
		padding: 0 15px;
		height: 40px;
		line-height: 38px
	}
}

.courses-menu .menu-items li.active,
.courses-menu .menu-items li:hover {
	background-color: #e08e79;
	color: #fff;
	border-color: #e08e79
}

.courses-list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media (max-width:767px) {
	.courses-list {
		display: block
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.courses-list {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex
	}
}

.courses-list .courses-image {
	overflow: hidden
}

.courses-list .courses-image a {
	display: block
}

.courses-list .courses-image img {
	width: 320px;
	height: 300px;
	object-fit: cover;
	object-position: center;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

@media (max-width:767px) {
	.courses-list .courses-image img {
		width: 100%;
		height: auto
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.courses-list .courses-image img {
		width: 260px;
		height: 250px
	}
}

.courses-list .courses-content {
	padding: 25px 50px;
	position: relative;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.courses-list .courses-content {
		padding: 30px 40px
	}
}

@media (max-width:767px) {
	.courses-list .courses-content {
		padding: 20px 25px
	}
}

.courses-list .courses-content .courses-fee {
	font-weight: 500;
	font-size: 16px;
	color: #fff;
	position: absolute;
	top: 30px;
	right: 50px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.courses-list .courses-content .courses-fee {
		position: relative;
		top: 0;
		right: 0;
		margin-bottom: 10px
	}
}

@media (max-width:767px) {
	.courses-list .courses-content .courses-fee {
		position: relative;
		top: 0;
		right: 0;
		margin-bottom: 10px
	}
}

.courses-list .courses-content .courses-content-wrapper {
	max-width: 300px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.courses-list .courses-content .courses-content-wrapper {
		max-width: 270px
	}
}

.courses-list .courses-content .duration-rating {
	position: relative;
	padding: 0;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.courses-list .courses-content .duration-rating {
		padding: 0
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.courses-list .courses-content .duration-rating {
		padding: 0
	}
}

.courses-list:hover .courses-content .courses-link {
	opacity: 1;
	visibility: visible
}

.courses-bar {
	padding-top: 20px
}

.courses-tab {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 30px
}

.courses-tab .nav {
	padding-right: 30px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.courses-tab .nav {
		padding-right: 20px
	}
}

@media (max-width:767px) {
	.courses-tab .nav {
		padding-right: 20px
	}
}

.courses-tab .nav li {
	margin-right: 10px
}

.courses-tab .nav li a {
	font-size: 20px;
	color: #dfdfdf
}

.courses-tab .nav li a.active {
	color: #07294d
}

.courses-tab p {
	font-size: 14px;
	letter-spacing: .02em;
	color: #9c9c9c;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.courses-bar-form {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between
}

@media (max-width:767px) {
	.courses-bar-form {
		display: block
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.courses-bar-form {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex
	}
}

.courses-select {
	width: 210px;
	position: relative;
	margin-top: 30px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.courses-select {
		width: 160px
	}
}

@media (max-width:767px) {
	.courses-select {
		width: 100%
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.courses-select {
		width: 210px
	}
}

.courses-select i {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 14px
}

.courses-select select {
	font-size: 14px;
	letter-spacing: .02em;
	color: #9c9c9c;
	height: 35px;
	border: 0;
	border-bottom: 1px solid #9c9c9c;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.courses-search {
	width: 270px;
	position: relative;
	margin-top: 30px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.courses-search {
		width: 200px
	}
}

@media (max-width:767px) {
	.courses-search {
		width: 100%
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.courses-search {
		width: 210px
	}
}

.courses-search input {
	font-size: 14px;
	letter-spacing: .02em;
	color: #9c9c9c;
	height: 35px;
	border: 0;
	border-bottom: 1px solid #9c9c9c;
	width: 100%
}

.courses-search input::placeholder {
	opacity: 1;
	color: #9c9c9c
}

.courses-search input::-moz-placeholder {
	opacity: 1;
	color: #9c9c9c
}

.courses-search input::-moz-placeholder {
	opacity: 1;
	color: #9c9c9c
}

.courses-search input::-webkit-input-placeholder {
	opacity: 1;
	color: #9c9c9c
}

.courses-search i {
	position: absolute;
	top: 50%;
	right: 5px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 14px
}

.specialty-area {
	padding-top: 130px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.specialty-area {
		padding-top: 70px
	}
}

@media (max-width:767px) {
	.specialty-area {
		padding-top: 50px
	}
}

.single-specialty::before {
	position: absolute;
	content: '';
	width: 1px;
	height: 80%
}

.single-specialty .specialty-box {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	max-width: 290px;
	margin: 0 auto;
	background: #fff;
	padding: 15px 30px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-specialty .specialty-box {
		padding: 15px 20px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.single-specialty .specialty-box {
		padding: 15px 10px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-specialty .specialty-box .box-icon img {
		width: 45px
	}
}

@media (max-width:767px) {
	.single-specialty .specialty-box .box-icon img {
		width: 45px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.single-specialty .specialty-box .box-icon img {
		width: 35px
	}
}

.single-specialty .specialty-box .box-content {
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 15px
}

.single-specialty .specialty-box .box-content p {
	font-weight: 600;
	font-size: 20px;
	line-height: 32px;
	color: #07294d
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-specialty .specialty-box .box-content p {
		font-size: 18px;
		line-height: 28px
	}
}

@media (max-width:767px) {
	.single-specialty .specialty-box .box-content p {
		font-size: 18px;
		line-height: 28px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.single-specialty .specialty-box .box-content p {
		font-size: 14px;
		line-height: 20px
	}
}

.single-specialty.active .specialty-box {
	-webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, .16);
	-moz-box-shadow: 0 3px 4px rgba(0, 0, 0, .16);
	box-shadow: 0 3px 4px rgba(0, 0, 0, .16)
}

.campus-visit-area {
	padding-top: 160px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.campus-visit-area {
		padding-top: 100px
	}
}

@media (max-width:767px) {
	.campus-visit-area {
		padding-top: 80px
	}
}

.campus-visit-wrapper {
	position: relative;
	z-index: 9;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap
}

.campus-visit-wrapper::before {
	position: absolute;
	content: '';
	width: 40%;
	height: 100%;
	background-color: #07294d;
	top: 0;
	left: 0;
	z-index: -1
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.campus-visit-wrapper::before {
		display: none
	}
}

@media (max-width:767px) {
	.campus-visit-wrapper::before {
		display: none
	}
}

.campus-visit-wrapper::after {
	position: absolute;
	content: '';
	width: 60%;
	height: 100%;
	background-color: #f1f1f1;
	top: 0;
	right: 0;
	z-index: -1
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.campus-visit-wrapper::after {
		display: none
	}
}

@media (max-width:767px) {
	.campus-visit-wrapper::after {
		display: none
	}
}

.campus-visit-wrapper .campus-image-col {
	width: 50%;
	padding-top: 90px;
	padding-bottom: 85px;
	padding-left: 70px;
	padding-right: 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.campus-visit-wrapper .campus-image-col {
		background-color: #07294d;
		width: 100%;
		padding: 80px
	}
}

@media (max-width:767px) {
	.campus-visit-wrapper .campus-image-col {
		background-color: #07294d;
		width: 100%;
		padding: 20px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.campus-visit-wrapper .campus-image-col {
		padding: 50px
	}
}

.campus-visit-wrapper .campus-content-col {
	width: 50%;
	padding-top: 90px;
	padding-bottom: 85px;
	padding-right: 50px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.campus-visit-wrapper .campus-content-col {
		background-color: #f1f1f1;
		width: 100%;
		padding: 80px;
		padding-top: 70px
	}
}

@media (max-width:767px) {
	.campus-visit-wrapper .campus-content-col {
		background-color: #f1f1f1;
		width: 100%;
		padding: 20px 20px 10px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.campus-visit-wrapper .campus-content-col {
		padding: 50px;
		padding-top: 45px
	}
}

.campus-image {
	width: 100%;
	height: 100%;
	position: relative;
	padding-bottom: 35px
}

.campus-image img {
	width: 100%
}

.campus-image .slick-arrow {
	font-size: 16px;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 99;
	text-transform: capitalize;
	cursor: pointer
}

.campus-image .slick-arrow i {
	font-size: 13px;
	margin-right: 5px
}

.campus-image .slick-arrow.next {
	left: 70px;
	margin-left: 5px;
	margin-right: auto
}

.campus-image .slick-arrow.next::before {
	position: absolute;
	content: '/';
	font-size: 16px;
	color: #fff;
	left: -17px;
	top: 0
}

.campus-content {
	max-width: 480px;
	margin-left: auto;
	padding: 0 30px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.campus-content {
		margin-left: 0;
		padding: 0
	}
}

@media (max-width:767px) {
	.campus-content {
		padding: 0
	}
}

.campus-content .campus-title {
	font-weight: 700;
	font-size: 46px;
	line-height: 54px;
	color: #07294d
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.campus-content .campus-title {
		font-size: 34px;
		line-height: 42px
	}
}

@media (max-width:767px) {
	.campus-content .campus-title {
		font-size: 24px;
		line-height: 30px
	}
}

.campus-content .line {
	width: 150px;
	background: 0 0;
	border: 1px solid #07294d;
	margin-top: 30px
}

@media (max-width:767px) {
	.campus-content .line {
		margin-top: 15px
	}
}

.campus-content p {
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	color: #07294d;
	margin-top: 25px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.campus-content p {
		font-size: 16px;
		line-height: 26px
	}
}

@media (max-width:767px) {
	.campus-content p {
		font-size: 16px;
		line-height: 26px;
		margin-top: 10px
	}
}

.campus-content .video-title {
	font-weight: 700;
	font-size: 46px;
	line-height: 54px;
	color: #07294d;
	margin-top: 35px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.campus-content .video-title {
		font-size: 34px;
		line-height: 42px
	}
}

@media (max-width:767px) {
	.campus-content .video-title {
		font-size: 24px;
		line-height: 30px;
		margin-top: 20px
	}
}

.campus-content .play {
	font-weight: 600;
	font-size: 24px;
	line-height: 54px;
	color: #07294d;
	margin-top: 15px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.campus-content .play {
		font-size: 20px;
		line-height: 48px
	}
}

@media (max-width:767px) {
	.campus-content .play {
		font-size: 20px;
		line-height: 30px
	}
}

.campus-content .play i {
	margin-right: 8px
}

.campus-content .play:hover {
	color: #e08e79
}

.campus-visit-area-2 {
	padding-top: 110px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.campus-visit-area-2 {
		padding-top: 35px
	}
}

@media (max-width:767px) {
	.campus-visit-area-2 {
		padding-top: 15px
	}
}

.campus-content-2 {
	margin-left: 0
}

.campus-image-2 {
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap
}

.campus-image-2 img {
	width: 100%
}

.campus-image-2 .campus-title-2 {
	font-weight: 700;
	font-size: 28px;
	letter-spacing: .15em;
	line-height: 24px;
	text-align: left;
	color: #d5d5d5;
	opacity: .45;
	text-transform: uppercase;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	position: absolute;
	top: 130px;
	left: -15%
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.campus-image-2 .campus-title-2 {
		font-size: 24px;
		top: 100px;
		left: -17%
	}
}

@media (max-width:767px) {
	.campus-image-2 .campus-title-2 {
		font-size: 14px;
		top: 53px;
		left: -19%
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.campus-image-2 .campus-title-2 {
		font-size: 22px;
		top: 100px;
		left: -17%
	}
}

.campus-image-2 .image-1 {
	width: 90%;
	margin-left: auto
}

.campus-image-2 .image-2 {
	width: 38%
}

.campus-image-2 .image-3 {
	width: 62%
}

.campus-image-2 .more {
	position: absolute;
	bottom: 10px;
	right: 65%;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: .03em;
	color: #151515;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.campus-image-2 .more i {
	margin-left: 8px
}

@media (max-width:767px) {
	.campus-image-2 .more i {
		margin-left: 4px
	}
}

@media (max-width:767px) {
	.campus-image-2 .more {
		font-size: 14px;
		bottom: 0
	}
}

.campus-image-2 .more:hover {
	color: #e08e79
}

.campus-visit-area-3 {
	padding-top: 160px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.campus-visit-area-3 {
		padding-top: 100px
	}
}

@media (max-width:767px) {
	.campus-visit-area-3 {
		padding-top: 80px
	}
}

.campus-visit-area-3 .campus-visit-wrapper::before {
	left: auto;
	right: 0
}

.campus-visit-area-3 .campus-visit-wrapper::after {
	right: auto;
	left: 0;
	display: none
}

.campus-visit-area-3 .campus-visit-wrapper .campus-image-col {
	padding-left: 0;
	padding-right: 70px;
	background-image: url(../images/dot.png);
	background-repeat: repeat;
	background-position: 3px -6px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.campus-visit-area-3 .campus-visit-wrapper .campus-image-col {
		padding: 80px
	}
}

@media (max-width:767px) {
	.campus-visit-area-3 .campus-visit-wrapper .campus-image-col {
		padding: 20px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.campus-visit-area-3 .campus-visit-wrapper .campus-image-col {
		padding: 50px
	}
}

.campus-visit-area-3 .campus-visit-wrapper .campus-content-col {
	padding-right: 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.campus-visit-area-3 .campus-visit-wrapper .campus-content-col {
		padding: 80px;
		padding-top: 70px
	}
}

@media (max-width:767px) {
	.campus-visit-area-3 .campus-visit-wrapper .campus-content-col {
		padding: 20px;
		padding-top: 15px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.campus-visit-area-3 .campus-visit-wrapper .campus-content-col {
		padding: 50px;
		padding-top: 45px
	}
}

.campus-visit-area-3 .campus-content {
	margin-left: 0;
	padding: 0;
	max-width: 450px
}

.campus-visit-area-3 .campus-image {
	padding-bottom: 0;
	position: relative;
	height: auto
}

.campus-visit-area-3 .campus-image::before {
	position: absolute;
	content: '';
	bottom: 2px;
	right: 2px;
	background-color: #07294d;
	width: 150px;
	height: 40px;
	z-index: 5
}

.campus-visit-area-3 .campus-image .slick-arrow {
	left: auto;
	right: 90px;
	bottom: 10px
}

.campus-visit-area-3 .campus-image .slick-arrow.next {
	left: auto;
	right: 15px
}

.event-area {
	padding-top: 110px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.event-area {
		padding-top: 55px
	}
}

@media (max-width:767px) {
	.event-area {
		padding-top: 35px
	}
}

.event-title-tab-menu {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media (max-width:767px) {
	.event-title-tab-menu {
		display: block
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.event-title-tab-menu {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex
	}
}

.event-title-tab-menu .event-title {
	display: inline-block
}

.event-title-tab-menu .event-title .title {
	font-size: 47px;
	line-height: 54px;
	position: relative;
	padding-right: 60px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.event-title-tab-menu .event-title .title {
		font-size: 34px;
		line-height: 40px;
		padding-right: 50px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.event-title-tab-menu .event-title .title {
		font-size: 36px;
		line-height: 45px;
		padding-right: 30px
	}
}

@media (max-width:767px) {
	.event-title-tab-menu .event-title .title {
		font-size: 30px;
		line-height: 30px;
		padding-bottom: 20px;
		padding-right: 0
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.event-title-tab-menu .event-title .title {
		font-size: 24px;
		line-height: 30px;
		padding-bottom: 0;
		padding-right: 30px
	}
}

.event-title-tab-menu .event-title .title::before {
	position: absolute;
	content: '';
	width: 2px;
	height: 65%;
	background-color: #07294d;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media (max-width:767px) {
	.event-title-tab-menu .event-title .title::before {
		height: 2px;
		left: 0;
		right: auto;
		top: auto;
		bottom: 0;
		width: 100px;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0)
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.event-title-tab-menu .event-title .title::before {
		width: 2px;
		height: 75%;
		left: auto;
		top: 50%;
		right: 0;
		bottom: auto;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%)
	}
}

.event-tab-menu {
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.event-tab-menu .nav {
	padding-left: 60px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.event-tab-menu .nav {
		padding-left: 50px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.event-tab-menu .nav {
		padding-left: 30px
	}
}

@media (max-width:767px) {
	.event-tab-menu .nav {
		padding-left: 0
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.event-tab-menu .nav {
		padding-left: 30px
	}
}

.event-tab-menu .nav li+li {
	margin-left: 25px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.event-tab-menu .nav li+li {
		margin-left: 10px
	}
}

@media (max-width:767px) {
	.event-tab-menu .nav li+li {
		margin-left: 10px
	}
}

.event-tab-menu .nav li a {
	font-weight: 600;
	font-size: 18px;
	text-align: left;
	color: #07294d;
	border: 1px solid #dbdbdb;
	padding: 0 30px;
	height: 45px;
	line-height: 43px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.event-tab-menu .nav li a {
		font-size: 16px;
		padding: 0 20px;
		height: 40px;
		line-height: 38px
	}
}

@media (max-width:767px) {
	.event-tab-menu .nav li a {
		font-size: 14px;
		padding: 0 10px;
		height: 40px;
		line-height: 38px
	}
}

.event-tab-menu .nav li a.active {
	background-color: #e08e79;
	border-color: #e08e79;
	color: #fff;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.event-tab-items {
	padding-top: 40px;
	position: relative
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.event-tab-items {
		padding-top: 20px
	}
}

@media (max-width:767px) {
	.event-tab-items {
		padding-top: 20px
	}
}

.event-tab-items .view-btn {
	position: absolute;
	top: 25px;
	right: 0
}

@media (max-width:767px) {
	.event-tab-items .view-btn {
		position: relative
	}
}

.event-tab-items .view-btn .view-more {
	font-weight: 500;
	font-size: 14px;
	letter-spacing: .05em;
	color: grey;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.event-tab-items .view-btn .view-more:hover {
	color: #07294d
}

.single-event {
	background-color: #f1f1f1;
	padding: 50px 25px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-event {
		padding: 20px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.single-event {
		padding: 30px 25px
	}
}

.single-event .time {
	font-weight: 500;
	font-size: 16px;
	line-height: 32px;
	display: block;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-event .time {
		font-size: 14px;
		line-height: 24px
	}
}

@media (max-width:767px) {
	.single-event .time {
		font-size: 14px
	}
}

.single-event .date {
	font-weight: 700;
	font-size: 24px;
	letter-spacing: .05em;
	line-height: 32px;
	color: #e08e79;
	display: block;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-event .date {
		font-size: 16px;
		line-height: 25px
	}
}

@media (max-width:767px) {
	.single-event .date {
		font-size: 18px;
		line-height: 30px
	}
}

.single-event .event-title a {
	font-weight: 600;
	font-size: 24px;
	letter-spacing: .02em;
	line-height: 30px;
	color: #07294d;
	margin-top: 11px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-event .event-title a {
		font-size: 18px;
		line-height: 25px
	}
}

@media (max-width:767px) {
	.single-event .event-title a {
		font-size: 18px;
		line-height: 25px
	}
}

.single-event .place {
	font-weight: 500;
	font-size: 16px;
	margin-top: 11px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-event .place {
		font-size: 14px
	}
}

@media (max-width:767px) {
	.single-event .place {
		font-size: 14px
	}
}

.single-event .more {
	font-weight: 500;
	font-size: 14px;
	letter-spacing: .05em;
	margin-top: 15px;
	color: #151515;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-event .more {
		font-size: 13px
	}
}

@media (max-width:767px) {
	.single-event .more {
		font-size: 13px
	}
}

.single-event .more i {
	font-size: 11px;
	margin-left: 3px
}

.single-event:hover {
	background-color: #07294d
}

.single-event:hover .time {
	color: #fff
}

.single-event:hover .event-title a {
	color: #fff
}

.single-event:hover .place {
	color: #fff
}

.single-event:hover .more {
	color: #fff
}

.event-image img {
	width: 100%
}

.event-title {
	max-width: 490px;
	margin-left: auto
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.event-title {
		margin-left: 0
	}
}

@media (max-width:767px) {
	.event-title {
		margin-left: 0
	}
}

.event-wrapper-2 {
	max-width: 490px
}

.single-event-2 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 60px
}

.single-event-2 .event-date {
	width: 125px;
	height: 125px;
	background-color: #f1f1f1;
	text-align: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

@media (max-width:767px) {
	.single-event-2 .event-date {
		width: 80px;
		height: 80px
	}
}

.single-event-2 .event-date .date {
	font-weight: 700;
	font-size: 24px;
	letter-spacing: .05em;
	line-height: 32px;
	color: #07294d;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-event-2 .event-date .date {
		font-size: 20px
	}
}

@media (max-width:767px) {
	.single-event-2 .event-date .date {
		font-size: 16px;
		line-height: 26px
	}
}

.single-event-2 .event-content {
	padding-left: 30px;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1
}

@media (max-width:767px) {
	.single-event-2 .event-content {
		padding-left: 15px
	}
}

.single-event-2 .event-content .event-title-2 a {
	font-weight: 600;
	font-size: 24px;
	letter-spacing: .02em;
	line-height: 30px;
	color: #07294d;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-event-2 .event-content .event-title-2 a {
		font-size: 22px
	}
}

@media (max-width:767px) {
	.single-event-2 .event-content .event-title-2 a {
		font-size: 16px;
		line-height: 26px
	}
}

.single-event-2 .event-content .event-title-2 a:hover {
	color: #e08e79
}

.single-event-2 .event-content .place {
	font-weight: 500;
	font-size: 16px;
	line-height: 32px
}

@media (max-width:767px) {
	.single-event-2 .event-content .place {
		font-size: 13px;
		line-height: 24px
	}
}

.single-event-2 .event-content .time {
	font-weight: 500;
	font-size: 16px;
	line-height: 32px;
	display: block
}

@media (max-width:767px) {
	.single-event-2 .event-content .time {
		font-size: 13px;
		line-height: 24px
	}
}

.single-event-2 .event-content .more {
	font-weight: 500;
	font-size: 14px;
	letter-spacing: .05em;
	line-height: 24px;
	color: #151515;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

@media (max-width:767px) {
	.single-event-2 .event-content .more {
		font-size: 12px;
		line-height: 22px
	}
}

.single-event-2 .event-content .more:hover {
	color: #e08e79
}

.single-event-2:hover .event-date {
	background-color: #e08e79
}

.single-event-2:hover .event-date .date {
	color: #fff
}

.event-page {
	padding-top: 130px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.event-page {
		padding-top: 70px
	}
}

@media (max-width:767px) {
	.event-page {
		padding-top: 50px
	}
}

.event-menu .menu-items li {
	display: inline-block;
	width: 125px;
	height: 45px;
	line-height: 43px;
	text-align: center;
	font-weight: 600;
	font-size: 18px;
	color: #07294d;
	border: 1px solid #dbdbdb;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	cursor: pointer;
	margin-top: 10px
}

.event-menu .menu-items li+li {
	margin-left: 23px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.event-menu .menu-items li+li {
		margin-left: 10px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.event-menu .menu-items li+li {
		margin-left: 10px
	}
}

@media (max-width:767px) {
	.event-menu .menu-items li+li {
		margin-left: 5px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.event-menu .menu-items li {
		width: 110px;
		font-size: 16px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.event-menu .menu-items li {
		width: 100px;
		font-size: 16px
	}
}

@media (max-width:767px) {
	.event-menu .menu-items li {
		width: auto;
		font-size: 14px;
		padding: 0 15px;
		height: 40px;
		line-height: 38px
	}
}

.event-menu .menu-items li.active,
.event-menu .menu-items li:hover {
	background-color: #e08e79;
	color: #fff;
	border-color: #e08e79
}

.event-wrapper {
	padding-top: 40px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.event-wrapper {
		padding-top: 20px
	}
}

@media (max-width:767px) {
	.event-wrapper {
		padding-top: 20px
	}
}

.testimonials-area {
	overflow: hidden;
	padding-top: 110px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.testimonials-area {
		padding-top: 55px
	}
}

@media (max-width:767px) {
	.testimonials-area {
		padding-top: 35px
	}
}

.testimonials-title {
	padding-top: 40px
}

.testimonials-title .title {
	font-weight: 700;
	font-size: 46px;
	line-height: 54px;
	color: #07294d
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.testimonials-title .title {
		font-size: 38px;
		line-height: 45px
	}
}

@media (max-width:767px) {
	.testimonials-title .title {
		font-size: 30px;
		line-height: 30px
	}
}

.testimonials-title .line {
	width: 150px;
	background: 0 0;
	border: 1px solid #07294d;
	margin-top: 25px
}

.testimonials-title p {
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	color: #07294d;
	margin-top: 25px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.testimonials-title p {
		font-size: 16px;
		line-height: 28px
	}
}

@media (max-width:767px) {
	.testimonials-title p {
		padding-left: 0;
		font-size: 16px;
		line-height: 28px
	}
}

.testimonials-wrapper {
	position: relative
}

.testimonials-wrapper .testimonials-shape {
	position: absolute;
	background-color: #f2f2f2;
	border-radius: 50%
}

.testimonials-wrapper .testimonials-shape.shape-1 {
	width: 185px;
	height: 185px;
	left: 0;
	top: 100px
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.testimonials-wrapper .testimonials-shape.shape-1 {
		left: 70px
	}
}

.testimonials-wrapper .testimonials-shape.shape-2 {
	width: 133px;
	height: 133px;
	bottom: -10px;
	left: 0
}

@media (max-width:767px) {
	.testimonials-wrapper .testimonials-shape.shape-2 {
		bottom: 290px
	}
}

@media (max-width:767px) {
	.testimonials-wrapper .testimonials-shape.shape-2 {
		bottom: 210px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.testimonials-wrapper .testimonials-shape.shape-2 {
		left: 35px;
		bottom: 190px
	}
}

.testimonials-wrapper .testimonials-shape.shape-3 {
	width: 45px;
	height: 45px;
	bottom: -5px;
	left: 310px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.testimonials-wrapper .testimonials-shape.shape-3 {
		left: 265px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.testimonials-wrapper .testimonials-shape.shape-3 {
		left: 255px
	}
}

@media (max-width:767px) {
	.testimonials-wrapper .testimonials-shape.shape-3 {
		bottom: 215px;
		left: 235px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.testimonials-wrapper .testimonials-shape.shape-3 {
		left: 375px;
		bottom: 190px
	}
}

.testimonials-image {
	margin-top: 50px
}

.testimonials-image .single-testimonial-image {
	text-align: center
}

.testimonials-image .single-testimonial-image img {
	display: inline-block
}

.testimonials-image .slick-arrow {
	position: absolute;
	bottom: 100px;
	left: -400px;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: .03em;
	line-height: 24px;
	cursor: pointer;
	z-index: 9
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.testimonials-image .slick-arrow {
		left: -320px;
		bottom: 80px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.testimonials-image .slick-arrow {
		left: auto;
		right: -57px;
		bottom: auto;
		top: 0
	}
}

@media (max-width:767px) {
	.testimonials-image .slick-arrow {
		left: 0;
		bottom: auto;
		top: -30px
	}
}

.testimonials-image .slick-arrow i {
	margin-left: 3px
}

.testimonials-content {
	margin-top: 100px
}

@media (max-width:767px) {
	.testimonials-content {
		margin-top: 0
	}
}

.single-testimonial-content {
	padding: 45px 35px;
	background-color: #f1f1f1;
	border-top: 3px solid #e08e79
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-testimonial-content {
		padding: 30px 25px
	}
}

@media (max-width:767px) {
	.single-testimonial-content {
		padding: 30px 25px
	}
}

.single-testimonial-content .content-text {
	padding-left: 50px;
	position: relative;
	z-index: 3
}

@media (max-width:767px) {
	.single-testimonial-content .content-text {
		padding-left: 0
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.single-testimonial-content .content-text {
		padding-left: 50px
	}
}

.single-testimonial-content .content-text i {
	position: absolute;
	top: 4px;
	left: 0;
	color: #e08e79;
	font-size: 30px;
	line-height: 30px
}

@media (max-width:767px) {
	.single-testimonial-content .content-text i {
		opacity: .3;
		z-index: -1
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.single-testimonial-content .content-text i {
		opacity: 1;
		z-index: auto
	}
}

.single-testimonial-content .content-text p {
	font-weight: 500;
	font-size: 16px;
	line-height: 28px
}

@media (max-width:767px) {
	.single-testimonial-content .content-text p {
		font-size: 14px;
		line-height: 26px
	}
}

.single-testimonial-content .content-meta {
	margin-top: 20px
}

.single-testimonial-content .content-meta .designation,
.single-testimonial-content .content-meta .name {
	font-weight: 600;
	font-size: 16px;
	line-height: 32px;
	color: #07294d;
	position: relative;
	display: inline-block;
	margin-right: 13px;
	margin-top: 10px
}

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

	.single-testimonial-content .content-meta .designation,
	.single-testimonial-content .content-meta .name {
		font-size: 14px
	}
}

@media (max-width:767px) {

	.single-testimonial-content .content-meta .designation,
	.single-testimonial-content .content-meta .name {
		font-size: 13px;
		line-height: 22px
	}
}

.single-testimonial-content .content-meta .designation {
	padding-left: 15px;
	margin-right: 0
}

.single-testimonial-content .content-meta .designation::before {
	position: absolute;
	content: '';
	width: 1px;
	height: 70%;
	left: 0;
	background-color: #707070;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

.testimonials-area-2 {
	padding-top: 100px
}

.testimonial-wrapper-2 {
	position: relative
}

.testimonial-wrapper-2 .testimonials-shape {
	position: absolute;
	background-color: #f2f2f2;
	border-radius: 50%
}

.testimonial-wrapper-2 .testimonials-shape.shape-1 {
	width: 185px;
	height: 185px;
	right: 210px;
	top: 50px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.testimonial-wrapper-2 .testimonials-shape.shape-1 {
		left: 120px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.testimonial-wrapper-2 .testimonials-shape.shape-1 {
		left: 180px
	}
}

@media (max-width:767px) {
	.testimonial-wrapper-2 .testimonials-shape.shape-1 {
		left: 100px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.testimonial-wrapper-2 .testimonials-shape.shape-1 {
		left: 220px
	}
}

.testimonial-wrapper-2 .testimonials-shape.shape-2 {
	width: 133px;
	height: 133px;
	bottom: 110px;
	right: 230px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.testimonial-wrapper-2 .testimonials-shape.shape-2 {
		left: 165px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.testimonial-wrapper-2 .testimonials-shape.shape-2 {
		left: 180px
	}
}

@media (max-width:767px) {
	.testimonial-wrapper-2 .testimonials-shape.shape-2 {
		bottom: 70px;
		left: 155px
	}
}

@media (max-width:767px) {
	.testimonial-wrapper-2 .testimonials-shape.shape-2 {
		left: 275px
	}
}

.testimonial-wrapper-2 .testimonials-content {
	margin-top: 70px;
	padding-left: 90px
}

@media (max-width:767px) {
	.testimonial-wrapper-2 .testimonials-content {
		padding-left: 0;
		margin-top: 50px
	}
}

.testimonial-wrapper-2 .testimonials-content .single-testimonial-content {
	padding: 45px 30px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.testimonial-wrapper-2 .testimonials-content .single-testimonial-content {
		padding: 30px 25px
	}
}

@media (max-width:767px) {
	.testimonial-wrapper-2 .testimonials-content .single-testimonial-content {
		padding: 30px 25px
	}
}

.testimonial-wrapper-2 .testimonials-image {
	margin-top: 50px;
	position: relative;
	margin-left: -190px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.testimonial-wrapper-2 .testimonials-image {
		margin-left: -180px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.testimonial-wrapper-2 .testimonials-image {
		margin-left: 0
	}
}

@media (max-width:767px) {
	.testimonial-wrapper-2 .testimonials-image {
		margin-left: 0
	}
}

.testimonial-wrapper-2 .testimonials-image .single-testimonial-image {
	text-align: center
}

.testimonial-wrapper-2 .testimonials-image .single-testimonial-image img {
	display: inline-block
}

.testimonial-wrapper-2 .testimonials-image .single-testimonial-image .content-meta {
	background-color: rgba(255, 255, 255, .82);
	padding: 0 30px 6px;
	position: absolute;
	left: 0;
	bottom: 85px
}

.testimonial-wrapper-2 .testimonials-image .single-testimonial-image .content-meta .designation,
.testimonial-wrapper-2 .testimonials-image .single-testimonial-image .content-meta .name {
	font-weight: 600;
	font-size: 16px;
	line-height: 32px;
	color: #07294d;
	position: relative;
	display: inline-block;
	margin-right: 13px;
	margin-top: 6px
}

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

	.testimonial-wrapper-2 .testimonials-image .single-testimonial-image .content-meta .designation,
	.testimonial-wrapper-2 .testimonials-image .single-testimonial-image .content-meta .name {
		font-size: 14px
	}
}

@media (max-width:767px) {

	.testimonial-wrapper-2 .testimonials-image .single-testimonial-image .content-meta .designation,
	.testimonial-wrapper-2 .testimonials-image .single-testimonial-image .content-meta .name {
		font-size: 13px;
		line-height: 22px
	}
}

.testimonial-wrapper-2 .testimonials-image .single-testimonial-image .content-meta .designation {
	padding-left: 15px;
	margin-right: 0
}

.testimonial-wrapper-2 .testimonials-image .single-testimonial-image .content-meta .designation::before {
	position: absolute;
	content: '';
	width: 1px;
	height: 70%;
	left: 0;
	background-color: #707070;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

.testimonial-wrapper-2 .testimonials-image .slick-arrow {
	bottom: auto;
	top: 70%;
	left: auto;
	right: 87px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.testimonial-wrapper-2 .testimonials-image .slick-arrow {
		left: auto;
		bottom: 80px;
		right: 67px
	}
}

@media (max-width:767px) {
	.testimonial-wrapper-2 .testimonials-image .slick-arrow {
		left: auto;
		right: 20px;
		top: 0;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0)
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.testimonial-wrapper-2 .testimonials-image .slick-arrow {
		left: auto;
		right: 20px;
		top: 70%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%)
	}
}

.testimonial-wrapper-2 .testimonials-image .slick-arrow i {
	margin-left: 3px
}

@media (max-width:767px) {
	.counter-area {
		padding-top: 75px
	}
}

.counter-wrapper {
	position: relative;
	z-index: 5;
	padding: 45px 70px 75px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.counter-wrapper {
		padding: 10px 40px 40px
	}
}

@media (max-width:767px) {
	.counter-wrapper {
		padding: 1px 0 30px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.counter-wrapper {
		padding: 1px 15px 30px
	}
}

.counter-wrapper::before {
	position: absolute;
	content: '';
	background-color: rgba(7, 41, 77, .9);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1
}

.counter-wrapper .counter-col {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.counter-wrapper .counter-col:first-child {
	-webkit-box-pack: flex-start;
	-ms-flex-pack: flex-start;
	justify-content: flex-start
}

.counter-wrapper .counter-col:last-child {
	-webkit-box-pack: flex-end;
	-ms-flex-pack: flex-end;
	justify-content: flex-end
}

@media (max-width:767px) {
	.counter-wrapper .counter-col:nth-child(2n+1) {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.counter-wrapper .counter-col:nth-child(2n+1) {
		-webkit-box-pack: flex-start;
		-ms-flex-pack: flex-start;
		justify-content: flex-start
	}
}

@media (max-width:767px) {
	.counter-wrapper .counter-col:nth-child(2n+2) {
		-webkit-box-pack: flex-start;
		-ms-flex-pack: flex-start;
		justify-content: flex-start
	}
}

.single-counter .counter-count {
	font-weight: 700;
	font-size: 40px;
	letter-spacing: .05em;
	line-height: 36px;
	color: #fff
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-counter .counter-count {
		font-size: 32px
	}
}

@media (max-width:767px) {
	.single-counter .counter-count {
		font-size: 24px
	}
}

.single-counter p {
	font-weight: 400;
	font-size: 20px;
	letter-spacing: .02em;
	line-height: 33px;
	color: #fff
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-counter p {
		font-size: 18px
	}
}

@media (max-width:767px) {
	.single-counter p {
		font-size: 16px
	}
}

.counter-area-2 {
	padding-top: 160px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.counter-area-2 {
		padding-top: 95px
	}
}

@media (max-width:767px) {
	.counter-area-2 {
		padding-top: 75px
	}
}

.counter-wrapper-2 {
	position: relative;
	z-index: 5;
	padding: 55px 60px 85px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.counter-wrapper-2 {
		padding: 10px 40px 40px
	}
}

@media (max-width:767px) {
	.counter-wrapper-2 {
		padding: 1px 15px 30px
	}
}

.counter-wrapper-2::before {
	position: absolute;
	content: '';
	background-color: rgba(7, 41, 77, .9);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1
}

.counter-wrapper-2 .counter-col {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative
}

@media (max-width:767px) {
	.counter-wrapper-2 .counter-col {
		display: block;
		text-align: center
	}
}

.counter-wrapper-2 .counter-col::before {
	position: absolute;
	content: '';
	width: 1px;
	height: 70%;
	background-color: #dbdbdb;
	bottom: 0;
	left: 0;
	opacity: .65
}

.counter-wrapper-2 .counter-col:first-child {
	-webkit-box-pack: flex-start;
	-ms-flex-pack: flex-start;
	justify-content: flex-start
}

.counter-wrapper-2 .counter-col:first-child::before {
	opacity: 0
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.counter-wrapper-2 .counter-col:first-child::before {
		opacity: 0 !important
	}
}

.counter-wrapper-2 .counter-col:last-child {
	-webkit-box-pack: flex-end;
	-ms-flex-pack: flex-end;
	justify-content: flex-end
}

@media (max-width:767px) {
	.counter-wrapper-2 .counter-col:nth-child(2n+1)::before {
		opacity: 0
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.counter-wrapper-2 .counter-col:nth-child(2n+1)::before {
		opacity: .65
	}
}

.blog-area {
	padding-top: 150px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.blog-area {
		padding-top: 90px
	}
}

@media (max-width:767px) {
	.blog-area {
		padding-top: 70px
	}
}

.blog-area-2 {
	position: relative;
	padding-top: 112px;
	z-index: 1
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.blog-area-2 {
		padding-top: 90px
	}
}

@media (max-width:767px) {
	.blog-area-2 {
		padding-top: 70px
	}
}

.blog-area-2::before {
	position: absolute;
	content: '';
	max-width: 1300px;
	width: 100%;
	height: 60%;
	background-color: #f1f1f1;
	top: 0;
	left: 150px;
	z-index: -1
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.blog-area-2::before {
		left: 0
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.blog-area-2::before {
		left: 0
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.blog-area-2::before {
		left: 0
	}
}

@media (max-width:767px) {
	.blog-area-2::before {
		left: 0
	}
}

.blog-area-2 .trending-title {
	font-weight: 700;
	font-size: 46px;
	letter-spacing: .1em;
	line-height: 24px;
	color: #d5d5d5;
	opacity: .46;
	text-transform: uppercase;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	display: inline-block;
	position: absolute;
	top: 283px;
	left: 35px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.blog-area-2 .trending-title {
		top: 30px;
		left: 15px;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0)
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.blog-area-2 .trending-title {
		top: 30px;
		left: 15px;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0)
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.blog-area-2 .trending-title {
		display: none
	}
}

@media (max-width:767px) {
	.blog-area-2 .trending-title {
		display: none
	}
}

.blog-wrapper {
	padding-top: 35px;
	position: relative
}

.blog-wrapper .more-post {
	position: absolute;
	top: -35px;
	right: 170px;
	font-weight: 600;
	font-size: 18px;
	color: #07294d;
	border-bottom: 1px solid #707070
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.blog-wrapper .more-post {
		right: 0
	}
}

@media (max-width:767px) {
	.blog-wrapper .more-post {
		right: 0
	}
}

@media (max-width:767px) {
	.blog-wrapper .more-post {
		position: relative;
		top: 0;
		right: 0;
		margin-top: 30px;
		text-align: center
	}
}

.single-blog {
	background-color: #f1f1f1
}

.single-blog .blog-image {
	overflow: hidden
}

.single-blog .blog-image a {
	display: block
}

.single-blog .blog-image img {
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	width: 100%
}

.single-blog .blog-content {
	padding: 25px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-blog .blog-content {
		padding: 15px
	}
}

@media (max-width:767px) {
	.single-blog .blog-content {
		padding: 15px
	}
}

.single-blog .blog-content .meta li {
	display: inline-block;
	position: relative
}

.single-blog .blog-content .meta li+li {
	margin-left: 30px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-blog .blog-content .meta li+li {
		margin-left: 20px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-blog .blog-content .meta li+li {
		margin-left: 20px
	}
}

@media (max-width:767px) {
	.single-blog .blog-content .meta li+li {
		margin-left: 20px
	}
}

.single-blog .blog-content .meta li+li::before {
	position: absolute;
	content: '-';
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -18px;
	font-size: 16px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-blog .blog-content .meta li+li::before {
		left: -13px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-blog .blog-content .meta li+li::before {
		left: -13px
	}
}

@media (max-width:767px) {
	.single-blog .blog-content .meta li+li::before {
		left: -13px
	}
}

.single-blog .blog-content .meta li a {
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: #151515;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-blog .blog-content .meta li a {
		font-size: 12px
	}
}

@media (max-width:767px) {
	.single-blog .blog-content .meta li a {
		font-size: 12px
	}
}

.single-blog .blog-content .meta li a:hover {
	color: #e08e79
}

.single-blog .blog-content .blog-title a {
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
	text-align: left;
	color: #07294d;
	margin-top: 10px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-blog .blog-content .blog-title a {
		font-size: 18px;
		line-height: 28px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-blog .blog-content .blog-title a {
		font-size: 20px;
		line-height: 28px
	}
}

@media (max-width:767px) {
	.single-blog .blog-content .blog-title a {
		font-size: 18px;
		line-height: 28px
	}
}

.single-blog .blog-content .blog-title a:hover {
	color: #e08e79
}

.single-blog .blog-content .more {
	font-weight: 500;
	font-size: 16px;
	letter-spacing: .02em;
	line-height: 24px;
	color: #151515;
	margin-top: 15px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-blog .blog-content .more {
		font-size: 13px
	}
}

@media (max-width:767px) {
	.single-blog .blog-content .more {
		font-size: 14px
	}
}

.single-blog .blog-content .more i {
	margin-left: 3px;
	font-size: 12px
}

.single-blog .blog-content .more:hover {
	color: #e08e79
}

.single-blog:hover .blog-image {
	overflow: hidden
}

.single-blog:hover .blog-image img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}

.blog-page {
	padding-top: 130px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.blog-page {
		padding-top: 70px
	}
}

@media (max-width:767px) {
	.blog-page {
		padding-top: 50px
	}
}

.newsletter-area {
	padding-top: 160px;
	position: relative;
	z-index: 8;
	margin-bottom: -150px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.newsletter-area {
		padding-top: 100px
	}
}

@media (max-width:767px) {
	.newsletter-area {
		padding-top: 80px
	}
}

.newsletter-area .section-title-2 {
	max-width: 355px
}

.newsletter-area-2 {
	padding-top: 160px;
	padding-bottom: 160px;
	position: relative;
	z-index: 8
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.newsletter-area-2 {
		padding-top: 100px;
		padding-bottom: 100px
	}
}

@media (max-width:767px) {
	.newsletter-area-2 {
		padding-top: 80px;
		padding-bottom: 80px
	}
}

.newsletter-area-2 .section-title-2 {
	max-width: 355px
}

.newsletter-area-3 {
	padding-bottom: 160px;
	position: relative;
	z-index: 8
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.newsletter-area-3 {
		padding-bottom: 100px
	}
}

@media (max-width:767px) {
	.newsletter-area-3 {
		padding-bottom: 80px
	}
}

.newsletter-area-3 .section-title-2 {
	max-width: 355px
}

.newsletter-wrapper {
	padding: 20px 70px 45px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.newsletter-wrapper {
		padding: 20px 50px 45px
	}
}

@media (max-width:767px) {
	.newsletter-wrapper {
		padding: 5px 30px 30px
	}
}

.newsletter-wrapper .section-title-2 {
	max-width: 355px
}

.newsletter-form {
	position: relative
}

.newsletter-form input {
	width: 100%;
	height: 70px;
	padding: 0 30px;
	padding-right: 173px;
	border: 0;
	background-color: #e2e2e2
}

@media (max-width:767px) {
	.newsletter-form input {
		padding: 0 15px;
		height: 50px
	}
}

.newsletter-form .main-btn {
	position: absolute;
	top: 0;
	right: 0;
	height: 70px;
	line-height: 70px
}

@media (max-width:767px) {
	.newsletter-form .main-btn {
		height: 50px;
		line-height: 50px;
		position: relative;
		margin-top: 10px;
		width: 100%
	}
}

.footer-area {
	position: relative;
	z-index: 5;
	padding-top: 150px
}

.footer-area::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(7, 41, 77, .95);
	z-index: -1
}

.footer-area.footer-02 {
	padding-top: 0
}

.footer-widget {
	padding-top: 110px;
	padding-bottom: 150px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.footer-widget {
		padding-bottom: 95px;
		padding-top: 50px
	}
}

@media (max-width:767px) {
	.footer-widget {
		padding-bottom: 75px;
		padding-top: 30px
	}
}

.footer-widget .footer-title {
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
	color: #fff
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.footer-widget .footer-title {
		font-size: 20px
	}
}

@media (max-width:767px) {
	.footer-widget .footer-title {
		font-size: 20px
	}
}

.footer-link .link-list {
	padding-top: 10px
}

.footer-link .link-list li {
	margin-top: 25px
}

.footer-link .link-list li p {
	font-weight: 400;
	font-size: 16px;
	letter-spacing: .02em;
	line-height: 24px;
	color: #fff
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.footer-link .link-list li p {
		font-size: 14px
	}
}

.footer-link .link-list li a {
	font-weight: 400;
	font-size: 16px;
	letter-spacing: .02em;
	line-height: 24px;
	color: #fff;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.footer-link .link-list li a {
		font-size: 14px
	}
}

.footer-link .link-list li a:hover {
	color: #e08e79
}

.footer-widget-wrapper {
	border-top: 1px solid #fff;
	padding-top: 0;
	margin-top: 30px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.footer-widget-wrapper .footer-social {
	padding-top: 20px
}

@media (max-width:767px) {
	.footer-widget-wrapper .footer-social {
		text-align: center;
		width: 100%
	}
}

.footer-widget-wrapper .footer-social li {
	display: inline-block
}

.footer-widget-wrapper .footer-social li+li {
	margin-left: 20px
}

.footer-widget-wrapper .footer-social li a {
	width: 35px;
	height: 35px;
	line-height: 33px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 50%;
	color: #fff;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.footer-widget-wrapper .footer-social li a:hover {
	background-color: #fff;
	color: #e08e79
}

.footer-widget-wrapper .footer-menu {
	padding-top: 20px
}

@media (max-width:767px) {
	.footer-widget-wrapper .footer-menu {
		text-align: center;
		width: 100%
	}
}

.footer-widget-wrapper .footer-menu .menu li {
	display: inline-block
}

.footer-widget-wrapper .footer-menu .menu li+li {
	margin-left: 25px
}

.footer-widget-wrapper .footer-menu .menu li a {
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.footer-widget-wrapper .footer-menu .menu li a:hover {
	color: #e08e79
}

.footer-copyright {
	background-color: #fff;
	position: relative;
	z-index: 1
}

.footer-copyright .copyright {
	padding: 13px 0
}

.footer-copyright .copyright p {
	font-weight: 500;
	font-size: 18px;
	line-height: 30px
}

@media (max-width:767px) {
	.footer-copyright .copyright p {
		font-size: 14px
	}
}

.footer-copyright .copyright p span {
	color: #07294d
}

.footer-copyright .copyright p i {
	color: red
}

.footer-copyright .copyright p a {
	color: #151515;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.footer-copyright .copyright p a:hover {
	color: #07294d
}

.back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 18px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	z-index: 99;
	text-align: center;
	display: none;
	-webkit-box-shadow: 0 0 30px 0 rgba(156, 156, 156, .25);
	-moz-box-shadow: 0 0 30px 0 rgba(156, 156, 156, .25);
	box-shadow: 0 0 30px 0 rgba(156, 156, 156, .25);
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-ms-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
	color: #fff;
	background-color: #07294d
}

.back-to-top:hover {
	color: #fff;
	background-color: #e08e79
}

.about-area {
	padding-top: 20px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.about-area {
		padding-top: 35px
	}
}

@media (max-width:767px) {
	.about-area {
		padding-top: 15px
	}
}

.about-content {
	max-width: 380px
}

.about-content .about-title {
	font-weight: 700;
	font-size: 46px;
	line-height: 54px;
	color: #07294d
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.about-content .about-title {
		font-size: 38px;
		line-height: 45px
	}
}

@media (max-width:767px) {
	.about-content .about-title {
		font-size: 30px;
		line-height: 30px
	}
}

.about-content .about-title span {
	color: #e08e79
}

.about-content .line {
	width: 150px;
	background: 0 0;
	border: 1px solid #07294d;
	margin-top: 25px
}

.about-content p {
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	color: #07294d;
	margin-top: 25px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.about-content p {
		font-size: 16px;
		line-height: 28px
	}
}

@media (max-width:767px) {
	.about-content p {
		padding-left: 0;
		font-size: 16px;
		line-height: 28px
	}
}

.about-content .main-btn {
	width: 160px;
	margin-top: 45px
}

.about-image {
	position: relative;
	max-width: 665px;
	height: 635px;
	margin-left: auto
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.about-image {
		height: 450px
	}
}

@media (max-width:767px) {
	.about-image {
		height: auto
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.about-image {
		height: 550px
	}
}

.about-image .single-image {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	z-index: 1
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.about-image .single-image {
		-webkit-transform: rotate(45deg) scale(.6);
		-moz-transform: rotate(45deg) scale(.6);
		-ms-transform: rotate(45deg) scale(.6);
		-o-transform: rotate(45deg) scale(.6);
		transform: rotate(45deg) scale(.6)
	}
}

@media (max-width:767px) {
	.about-image .single-image {
		position: relative;
		-webkit-transform: rotate(45deg) scale(.6);
		-moz-transform: rotate(45deg) scale(.6);
		-ms-transform: rotate(45deg) scale(.6);
		-o-transform: rotate(45deg) scale(.6);
		transform: rotate(45deg) scale(.6)
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.about-image .single-image {
		position: absolute;
		-webkit-transform: rotate(45deg) scale(.8);
		-moz-transform: rotate(45deg) scale(.8);
		-ms-transform: rotate(45deg) scale(.8);
		-o-transform: rotate(45deg) scale(.8);
		transform: rotate(45deg) scale(.8)
	}
}

.about-image .single-image img {
	border-radius: 30px
}

@media (max-width:767px) {
	.about-image .single-image img {
		width: 100%
	}
}

.about-image .single-image::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 30px;
	z-index: -1
}

.about-image .single-image.image-1 {
	top: 72px;
	right: 63px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.about-image .single-image.image-1 {
		top: 45px
	}
}

@media (max-width:767px) {
	.about-image .single-image.image-1 {
		top: 0;
		right: 0;
		margin: 30px 0
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.about-image .single-image.image-1 {
		top: 10px;
		right: 26px;
		margin: 0
	}
}

.about-image .single-image.image-1::before {
	right: -14px;
	top: -14px;
	background-color: #07294d
}

.about-image .single-image.image-2 {
	top: 56%;
	left: 29%
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.about-image .single-image.image-2 {
		top: 53%;
		left: 23%
	}
}

@media (max-width:767px) {
	.about-image .single-image.image-2 {
		top: 0;
		left: 0
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.about-image .single-image.image-2 {
		top: 54%;
		left: 29%
	}
}

.about-image .single-image.image-2::before {
	right: -12px;
	bottom: -12px;
	background-color: #27b8a7
}

.about-image .single-image.image-3 {
	top: 31%;
	left: 49px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.about-image .single-image.image-3 {
		top: 32%
	}
}

@media (max-width:767px) {
	.about-image .single-image.image-3 {
		top: 34%;
		left: -14px;
		position: absolute
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.about-image .single-image.image-3 {
		top: 31%;
		left: 49px
	}
}

.about-image .single-image.image-3::before {
	bottom: -10px;
	left: -10px;
	background-color: #e08e79
}

.about-image .single-image.image-4 {
	top: 38px;
	left: 24%
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.about-image .single-image.image-4 {
		top: 47px;
		left: 22%
	}
}

@media (max-width:767px) {
	.about-image .single-image.image-4 {
		top: 34%;
		left: auto;
		right: -14px;
		position: absolute
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.about-image .single-image.image-4 {
		top: 15px;
		left: 14%;
		right: auto
	}
}

.about-image .single-image.image-4::before {
	top: -10px;
	left: -10px;
	background-color: #2f7ad5
}

.about-image .about-icon {
	position: absolute
}

.about-image .about-icon.icon-1 {
	left: 75px;
	top: 105px
}

@media (max-width:767px) {
	.about-image .about-icon.icon-1 {
		left: 30px;
		top: 25px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.about-image .about-icon.icon-1 {
		left: 40px;
		top: 115px
	}
}

.about-image .about-icon.icon-2 {
	top: 18px;
	left: 53%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%)
}

@media (max-width:767px) {
	.about-image .about-icon.icon-2 {
		top: 25px;
		left: 80%
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.about-image .about-icon.icon-2 {
		left: 47%;
		top: 18px
	}
}

.about-image .about-icon.icon-3 {
	left: 50px;
	bottom: 28%
}

@media (max-width:767px) {
	.about-image .about-icon.icon-3 {
		left: 0;
		bottom: 32%
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.about-image .about-icon.icon-3 {
		left: 50px;
		bottom: 28%
	}
}

.about-image .about-icon.icon-4 {
	right: 140px;
	bottom: 25%
}

@media (max-width:767px) {
	.about-image .about-icon.icon-4 {
		right: 25px;
		bottom: 33%
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.about-image .about-icon.icon-4 {
		right: 100px
	}
}

.online-library-area {
	padding-top: 150px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.online-library-area {
		padding-top: 90px
	}
}

@media (max-width:767px) {
	.online-library-area {
		padding-top: 70px
	}
}

.online-library-wrapper {
	padding-top: 40px
}

.single-library {
	background-color: #f1f1f1
}

.single-library .library-image {
	position: relative
}

.single-library .library-image a {
	display: block
}

.single-library .library-image img {
	width: 100%
}

.single-library .library-image .discount {
	font-weight: 500;
	font-size: 14px;
	color: #151515;
	position: absolute;
	top: 28px;
	left: 28px
}

.single-library .library-content {
	padding: 15px
}

.single-library .library-content .library-title a {
	font-weight: 600;
	font-size: 18px;
	color: #07294d;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.single-library .library-content .library-title a:hover {
	color: #e08e79
}

.single-library .library-content .price {
	font-weight: 500;
	font-size: 14px;
	color: #151515;
	margin-top: 10px
}

.shop-area {
	padding-top: 110px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.shop-area {
		padding-top: 35px
	}
}

@media (max-width:767px) {
	.shop-area {
		padding-top: 15px
	}
}

.shop-bar {
	padding-top: 20px
}

.shop-showing {
	margin-top: 30px
}

.shop-showing p {
	font-size: 14px;
	letter-spacing: .02em;
	color: #9c9c9c
}

.shop-bar-form {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: flex-end;
	-ms-flex-pack: flex-end;
	justify-content: flex-end
}

@media (max-width:767px) {
	.shop-bar-form {
		display: block
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.shop-bar-form {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex
	}
}

.shop-search {
	width: 270px;
	position: relative;
	margin-top: 30px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.shop-search {
		width: 200px
	}
}

@media (max-width:767px) {
	.shop-search {
		width: 100%
	}
}

.shop-search input {
	font-size: 14px;
	letter-spacing: .02em;
	color: #9c9c9c;
	height: 35px;
	border: 0;
	border-bottom: 1px solid #9c9c9c;
	width: 100%
}

.shop-search input::placeholder {
	opacity: 1;
	color: #9c9c9c
}

.shop-search input::-moz-placeholder {
	opacity: 1;
	color: #9c9c9c
}

.shop-search input::-moz-placeholder {
	opacity: 1;
	color: #9c9c9c
}

.shop-search input::-webkit-input-placeholder {
	opacity: 1;
	color: #9c9c9c
}

.shop-search i {
	position: absolute;
	top: 50%;
	right: 5px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 14px
}

.shop-wrapper {
	padding-top: 10px
}

.page-banner {
	padding-top: 155px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.page-banner {
		padding-top: 155px
	}
}

@media (max-width:767px) {
	.page-banner {
		padding-top: 190px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.page-banner {
		padding-top: 155px
	}
}

.banner-content {
	padding-top: 150px;
	padding-bottom: 140px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.banner-content {
		padding-top: 90px;
		padding-bottom: 90px
	}
}

@media (max-width:767px) {
	.banner-content {
		padding-top: 75px;
		padding-bottom: 75px
	}
}

.banner-content .title {
	color: #fff;
	font-weight: 700;
	font-size: 76px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.banner-content .title {
		font-size: 50px
	}
}

@media (max-width:767px) {
	.banner-content .title {
		font-size: 32px
	}
}

.teachers-area {
	padding-top: 110px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.teachers-area {
		padding-top: 35px
	}
}

@media (max-width:767px) {
	.teachers-area {
		padding-top: 15px
	}
}

@media only screen and (min-width:1400px) {
	.teachers-row {
		margin-left: -40px;
		margin-right: -40px
	}
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.teachers-row {
		margin-left: -40px;
		margin-right: -40px
	}
}

@media only screen and (min-width:1400px) {
	.teachers-row .teachers-col {
		padding-left: 40px;
		padding-right: 40px
	}
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.teachers-row .teachers-col {
		padding-left: 40px;
		padding-right: 40px
	}
}

.teachers-wrapper {
	padding-top: 35px;
	position: relative
}

.single-teacher {
	position: relative;
	z-index: 5;
	padding-left: 70px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-teacher {
		padding-left: 40px
	}
}

.single-teacher::before {
	position: absolute;
	content: '';
	width: 60%;
	height: 85%;
	background-color: #f1f1f1;
	left: 0;
	bottom: 0;
	z-index: -1
}

.single-teacher .teacher-social {
	position: absolute;
	top: 50%;
	left: 20px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-teacher .teacher-social {
		left: 10px
	}
}

.single-teacher .teacher-social .social li+li {
	margin-top: 25px
}

.single-teacher .teacher-social .social li a {
	width: 35px;
	height: 35px;
	line-height: 33px;
	text-align: center;
	border: 1px solid #dbdbdb;
	border-radius: 50%;
	color: #151515;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-teacher .teacher-social .social li a {
		width: 25px;
		height: 25px;
		line-height: 25px;
		font-size: 12px
	}
}

.single-teacher .teacher-social .social li a:hover {
	background-color: #e08e79;
	border-color: #e08e79;
	color: #fff
}

.single-teacher .teacher-image a {
	display: block
}

.single-teacher .teacher-image img {
	width: 100%
}

.single-teacher .teacher-content {
	padding: 20px 15px
}

.single-teacher .teacher-content .name a {
	font-size: 18px;
	font-weight: 600;
	color: #07294d;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-teacher .teacher-content .name a {
		font-size: 16px
	}
}

.single-teacher .teacher-content .name a:hover {
	color: #e08e79
}

.single-teacher .teacher-content .designation {
	font-size: 14px;
	color: #151515;
	font-weight: 500
}

.teachers-page {
	padding-top: 80px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.teachers-page {
		padding-top: 20px
	}
}

@media (max-width:767px) {
	.teachers-page {
		padding-top: 0
	}
}

.courses-sidebar .sidebar-title .title {
	font-weight: 500;
	font-size: 24px;
	color: #07294d
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.courses-sidebar .sidebar-title .title {
		font-size: 20px
	}
}

@media (max-width:767px) {
	.courses-sidebar .sidebar-title .title {
		font-size: 20px
	}
}

.courses-sidebar ul {
	padding-top: 15px
}

.courses-sidebar ul li {
	padding: 14px 0;
	border-bottom: 1px solid #dbdbdb;
	font-weight: 500;
	font-size: 14px;
	color: #303030
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.courses-sidebar ul li {
		font-size: 12px
	}
}

.courses-sidebar ul li:last-child {
	border-bottom: 0
}

.courses-sidebar ul li strong {
	display: block;
	float: right;
	font-weight: 500
}

.courses-sidebar-category {
	background-color: #f1f1f1;
	padding: 30px 25px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.courses-sidebar-category {
		padding: 25px 20px
	}
}

.courses-sidebar-category .category-items {
	padding-top: 15px
}

.courses-sidebar-fee {
	background-color: #f1f1f1;
	padding: 30px 25px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.courses-sidebar-fee {
		padding: 25px 20px
	}
}

.courses-sidebar-fee .category-items {
	padding-top: 15px
}

.courses-sidebar-banner a {
	display: block
}

.courses-sidebar-banner a img {
	width: 100%
}

.courses-sidebar-type {
	background-color: #f1f1f1;
	padding: 30px 25px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.courses-sidebar-type {
		padding: 25px 20px
	}
}

.courses-sidebar-type .category-items {
	padding-top: 15px
}

.courses-features {
	background-color: #f1f1f1;
	padding: 30px 25px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.courses-features {
		padding: 25px 20px
	}
}

.courses-features .sidebar-btn {
	margin-top: 20px
}

.courses-features .sidebar-btn .main-btn {
	height: 36px;
	line-height: 36px;
	padding: 0 22px;
	font-size: 14px
}

.courses-details {
	padding-top: 110px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.courses-details {
		padding-top: 35px
	}
}

@media (max-width:767px) {
	.courses-details {
		padding-top: 15px
	}
}

.courses-details-content .title {
	font-weight: 700;
	font-size: 46px;
	color: #07294d;
	margin-top: 30px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.courses-details-content .title {
		font-size: 36px
	}
}

@media (max-width:767px) {
	.courses-details-content .title {
		font-size: 24px
	}
}

.courses-details-content p {
	margin-top: 20px;
	font-weight: 500;
	font-size: 18px;
	line-height: 36px;
	color: #303030
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.courses-details-content p {
		font-size: 16px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.courses-details-content p {
		font-size: 16px
	}
}

@media (max-width:767px) {
	.courses-details-content p {
		font-size: 14px;
		line-height: 24px
	}
}

.courses-details-content .sub-title {
	font-weight: 700;
	font-size: 24px;
	color: #07294d;
	position: relative;
	padding-bottom: 10px;
	margin-top: 40px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.courses-details-content .sub-title {
		font-size: 20px
	}
}

@media (max-width:767px) {
	.courses-details-content .sub-title {
		font-size: 18px
	}
}

.courses-details-content .sub-title::before {
	position: absolute;
	content: '';
	width: 150px;
	height: 2px;
	background-color: #07294d;
	left: 0;
	bottom: 0
}

.courses-details-content .courses-details-list li {
	position: relative;
	padding-left: 40px;
	margin-top: 40px
}

.courses-details-content .courses-details-list li i {
	color: #151515;
	font-size: 24px;
	position: absolute;
	left: 0;
	top: 10px
}

.courses-details-content .courses-details-list li p {
	margin-top: 0
}

.courses-details-tab {
	margin-top: 70px
}

.courses-details-tab .nav li {
	border-left: 1px solid #dbdbdb
}

@media (max-width:767px) {
	.courses-details-tab .nav li {
		width: 50%;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.courses-details-tab .nav li {
		width: 100%;
		-ms-flex-preferred-size: 0;
		flex-basis: 0
	}
}

.courses-details-tab .nav li a {
	display: block;
	background-color: #07294d;
	color: #fff;
	text-align: center;
	height: 70px;
	line-height: 70px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	font-size: 18px;
	font-weight: 600
}

@media (max-width:767px) {
	.courses-details-tab .nav li a {
		font-size: 14px;
		height: 45px;
		line-height: 45px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.courses-details-tab .nav li a {
		height: 55px;
		line-height: 55px
	}
}

.courses-details-tab .nav li a.active {
	color: #e08e79
}

.courses-details-tab .benefit-content {
	padding-top: 20px
}

.courses-details-tab .benefit-content p {
	margin-top: 20px;
	font-weight: 500;
	font-size: 18px;
	line-height: 36px;
	color: #303030
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.courses-details-tab .benefit-content p {
		font-size: 16px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.courses-details-tab .benefit-content p {
		font-size: 16px
	}
}

@media (max-width:767px) {
	.courses-details-tab .benefit-content p {
		font-size: 14px;
		line-height: 24px
	}
}

.courses-details-tab .benefit-content .courses-details-list li {
	position: relative;
	padding-left: 40px;
	margin-top: 40px
}

.courses-details-tab .benefit-content .courses-details-list li i {
	color: #151515;
	font-size: 24px;
	position: absolute;
	left: 0;
	top: 10px
}

.courses-details-tab .benefit-content .courses-details-list li p {
	margin-top: 0
}

.courses-details-tab .curriculum-content .single-curriculum {
	padding-top: 45px
}

.courses-details-tab .curriculum-content .single-curriculum .title {
	font-weight: 700;
	font-size: 18px;
	letter-spacing: .05em;
	color: #07294d
}

.courses-details-tab .curriculum-content .single-curriculum .curriculum-list {
	padding-left: 10px
}

.courses-details-tab .curriculum-content .single-curriculum .curriculum-list li {
	margin-top: 20px
}

.courses-details-tab .curriculum-content .single-curriculum .curriculum-list li a {
	font-weight: 500;
	font-size: 16px;
	color: #151515;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.courses-details-tab .curriculum-content .single-curriculum .curriculum-list li a {
		font-size: 14px
	}
}

@media (max-width:767px) {
	.courses-details-tab .curriculum-content .single-curriculum .curriculum-list li a {
		font-size: 14px
	}
}

.courses-details-tab .curriculum-content .single-curriculum .curriculum-list li a i {
	color: #686868;
	margin-right: 5px
}

.courses-details-tab .curriculum-content .single-curriculum .curriculum-list li a:hover {
	color: #e08e79
}

.courses-details-tab .courses-teachers {
	padding-top: 20px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.courses-details-tab .courses-teachers .single-teacher {
		padding-left: 40px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.courses-details-tab .courses-teachers .single-teacher .teacher-social {
		left: 10px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.courses-details-tab .courses-teachers .single-teacher .teacher-social .social li a {
		width: 25px;
		height: 25px;
		line-height: 25px;
		font-size: 12px
	}
}

.courses-details-tab .courses-teachers .single-teacher .teacher-social .social li a:hover {
	background-color: #e08e79;
	border-color: #e08e79;
	color: #fff
}

.courses-details-tab .courses-reviews .review-wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 540px;
	margin: 0 auto
}

@media (max-width:767px) {
	.courses-details-tab .courses-reviews .review-wrapper {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.courses-details-tab .courses-reviews .review-wrapper .review-star {
	padding-top: 30px
}

.courses-details-tab .courses-reviews .review-wrapper .review-star .single-review {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 10px
}

.courses-details-tab .courses-reviews .review-wrapper .review-star .single-review .label {
	font-weight: 500;
	font-size: 18px;
	color: #151515;
	width: 85px
}

@media (max-width:767px) {
	.courses-details-tab .courses-reviews .review-wrapper .review-star .single-review .label {
		font-size: 14px;
		width: 60px
	}
}

.courses-details-tab .courses-reviews .review-wrapper .review-star .single-review .review-bar {
	width: 170px;
	height: 14px;
	background-color: #f1f1f1;
	position: relative
}

@media (max-width:767px) {
	.courses-details-tab .courses-reviews .review-wrapper .review-star .single-review .review-bar {
		width: 140px;
		height: 10px
	}
}

.courses-details-tab .courses-reviews .review-wrapper .review-star .single-review .review-bar .bar-inner {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	background-color: #e08e79
}

.courses-details-tab .courses-reviews .review-wrapper .review-star .single-review .value {
	font-weight: 500;
	font-size: 18px;
	color: #151515;
	width: 50px;
	text-align: right
}

@media (max-width:767px) {
	.courses-details-tab .courses-reviews .review-wrapper .review-star .single-review .value {
		font-size: 14px;
		width: 40px
	}
}

.courses-details-tab .courses-reviews .review-wrapper .review-point {
	padding-top: 30px
}

@media (max-width:767px) {
	.courses-details-tab .courses-reviews .review-wrapper .review-point {
		margin: 0 50px
	}
}

.courses-details-tab .courses-reviews .review-wrapper .review-point span {
	font-weight: 700;
	font-size: 70px;
	line-height: 80px;
	color: #07294d
}

.courses-details-tab .courses-reviews .review-form {
	margin-top: 50px
}

.courses-details-tab .courses-reviews .review-form .review-rating .title {
	font-weight: 700;
	font-size: 18px;
	color: #07294d
}

.courses-details-tab .courses-reviews .review-form .review-rating ul {
	margin-top: 20px
}

.courses-details-tab .courses-reviews .review-form .review-rating ul li {
	display: inline-block;
	color: #e1e1e1;
	cursor: pointer
}

.courses-details-tab .courses-reviews .review-form .review-rating ul li.hover,
.courses-details-tab .courses-reviews .review-form .review-rating ul li.selected {
	color: #eab830
}

.event-details {
	padding-top: 110px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.event-details {
		padding-top: 50px
	}
}

@media (max-width:767px) {
	.event-details {
		padding-top: 30px
	}
}

.event-details-content .title {
	font-weight: 700;
	font-size: 46px;
	color: #07294d;
	margin-top: 30px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.event-details-content .title {
		font-size: 36px
	}
}

@media (max-width:767px) {
	.event-details-content .title {
		font-size: 24px
	}
}

.event-details-content p {
	margin-top: 20px;
	font-weight: 500;
	font-size: 18px;
	line-height: 36px;
	color: #303030
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.event-details-content p {
		font-size: 16px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.event-details-content p {
		font-size: 16px
	}
}

@media (max-width:767px) {
	.event-details-content p {
		font-size: 14px;
		line-height: 24px
	}
}

.event-details-content .sub-title {
	font-weight: 700;
	font-size: 24px;
	color: #07294d;
	position: relative;
	padding-bottom: 10px;
	margin-top: 40px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.event-details-content .sub-title {
		font-size: 20px
	}
}

@media (max-width:767px) {
	.event-details-content .sub-title {
		font-size: 18px
	}
}

.event-details-content .sub-title::before {
	position: absolute;
	content: '';
	width: 150px;
	height: 2px;
	background-color: #07294d;
	left: 0;
	bottom: 0
}

.event-details-content .event-list li {
	position: relative;
	padding-left: 40px;
	margin-top: 40px
}

.event-details-content .event-list li i {
	color: #151515;
	font-size: 24px;
	position: absolute;
	left: 0;
	top: 10px
}

.event-details-content .event-list li p {
	margin-top: 0
}

.event-details-content .event-teachers {
	padding-top: 20px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.event-details-content .event-teachers .single-teacher {
		padding-left: 40px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.event-details-content .event-teachers .single-teacher .teacher-social {
		left: 10px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.event-details-content .event-teachers .single-teacher .teacher-social .social li a {
		width: 25px;
		height: 25px;
		line-height: 25px;
		font-size: 12px
	}
}

.event-details-content .event-teachers .single-teacher .teacher-social .social li a:hover {
	background-color: #e08e79;
	border-color: #e08e79;
	color: #fff
}

.event-details-content .event-schedule-table {
	margin-top: 50px
}

.event-details-content .event-schedule-table .table thead tr th {
	background-color: #e08e79;
	color: #fff;
	text-align: center;
	border: 2px solid #fff
}

.event-details-content .event-schedule-table .table thead tr th.time {
	min-width: 190px
}

.event-details-content .event-schedule-table .table thead tr th.topics {
	width: 100%;
	min-width: 300px
}

.event-details-content .event-schedule-table .table thead tr th.speakers {
	min-width: 200px
}

.event-details-content .event-schedule-table .table tbody tr td {
	background-color: #f1f1f1;
	border: 2px solid #fff;
	font-size: 14px;
	padding: 15px 20px;
	font-weight: 500
}

.event-details-content .event-schedule-table .table tbody tr td.time {
	text-align: center
}

.event-details-content .event-schedule-table .table tbody tr td.speakers {
	text-align: center
}

.event-details-content .event-message p {
	margin-top: 20px;
	font-weight: 500;
	font-size: 18px;
	line-height: 36px;
	color: #303030
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.event-details-content .event-message p {
		font-size: 16px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.event-details-content .event-message p {
		font-size: 16px
	}
}

@media (max-width:767px) {
	.event-details-content .event-message p {
		font-size: 14px;
		line-height: 24px
	}
}

.event-details-content .event-message .event-message-form {
	padding-top: 15px
}

.event-sidebar .sidebar-title .title {
	font-weight: 500;
	font-size: 24px;
	color: #07294d
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.event-sidebar .sidebar-title .title {
		font-size: 20px
	}
}

@media (max-width:767px) {
	.event-sidebar .sidebar-title .title {
		font-size: 20px
	}
}

.event-sidebar ul {
	padding-top: 15px
}

.event-sidebar ul li {
	padding: 14px 0;
	border-bottom: 1px solid #dbdbdb;
	font-weight: 500;
	font-size: 14px;
	color: #303030
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.event-sidebar ul li {
		font-size: 12px
	}
}

.event-sidebar ul li:last-child {
	border-bottom: 0
}

.event-sidebar ul li strong {
	display: block;
	float: right;
	font-weight: 500
}

.event-features {
	background-color: #f1f1f1;
	padding: 30px 25px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.event-features {
		padding: 25px 20px
	}
}

.event-features .sidebar-btn {
	margin-top: 20px
}

.event-features .sidebar-btn .main-btn {
	height: 36px;
	line-height: 36px;
	padding: 0 22px;
	font-size: 14px
}

.event-sidebar-banner a {
	display: block
}

.event-sidebar-banner a img {
	width: 100%
}

.gallery-page {
	padding-top: 130px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.gallery-page {
		padding-top: 70px
	}
}

@media (max-width:767px) {
	.gallery-page {
		padding-top: 50px
	}
}

.teacher-details {
	padding-top: 110px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.teacher-details {
		padding-top: 50px
	}
}

@media (max-width:767px) {
	.teacher-details {
		padding-top: 30px
	}
}

.single-teacher-details {
	position: relative;
	z-index: 5;
	padding-left: 70px;
	padding-bottom: 70px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-teacher-details {
		padding-left: 40px;
		padding-bottom: 40px
	}
}

.single-teacher-details::before {
	position: absolute;
	content: '';
	width: 60%;
	height: 85%;
	background-color: #f1f1f1;
	left: 0;
	bottom: 0;
	z-index: -1
}

.single-teacher-details .teacher-social {
	position: absolute;
	top: 50%;
	left: 20px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-teacher-details .teacher-social {
		left: 10px
	}
}

.single-teacher-details .teacher-social .social li+li {
	margin-top: 25px
}

.single-teacher-details .teacher-social .social li a {
	width: 35px;
	height: 35px;
	line-height: 33px;
	text-align: center;
	border: 1px solid #dbdbdb;
	border-radius: 50%;
	color: #151515;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-teacher-details .teacher-social .social li a {
		width: 25px;
		height: 25px;
		line-height: 25px;
		font-size: 12px
	}
}

.single-teacher-details .teacher-social .social li a:hover {
	background-color: #e08e79;
	border-color: #e08e79;
	color: #fff
}

.single-teacher-details .teacher-image a {
	display: block
}

.single-teacher-details .teacher-image img {
	width: 100%
}

.teacher-details-content .teacher-name {
	font-weight: 700;
	font-size: 46px;
	color: #07294d;
	position: relative;
	padding-bottom: 10px
}

@media (max-width:767px) {
	.teacher-details-content .teacher-name {
		font-size: 28px
	}
}

.teacher-details-content .teacher-name::before {
	position: absolute;
	content: '';
	width: 150px;
	height: 2px;
	background-color: #07294d;
	bottom: 0;
	left: 0
}

@media (max-width:767px) {
	.teacher-details-content .teacher-name::before {
		width: 100px
	}
}

.teacher-details-content .designation {
	font-weight: 600;
	font-size: 24px;
	color: #07294d;
	margin-top: 14px
}

@media (max-width:767px) {
	.teacher-details-content .designation {
		font-size: 18px
	}
}

.teacher-details-content .department {
	font-weight: 500;
	font-size: 18px;
	color: #151515
}

@media (max-width:767px) {
	.teacher-details-content .department {
		font-size: 14px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.teacher-details-content .department {
		font-size: 16px
	}
}

.teacher-details-content p {
	font-weight: 500;
	font-size: 16px;
	line-height: 30px;
	color: #303030;
	margin-top: 30px
}

@media (max-width:767px) {
	.teacher-details-content p {
		font-size: 14px;
		line-height: 24px
	}
}

.teacher-details-content .teacher-contact {
	padding-top: 15px
}

.teacher-details-content .teacher-contact li {
	font-weight: 500;
	font-size: 18px;
	color: #303030;
	margin-top: 10px
}

@media (max-width:767px) {
	.teacher-details-content .teacher-contact li {
		font-size: 14px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.teacher-details-content .teacher-contact li {
		font-size: 16px
	}
}

.teacher-details-content .teacher-contact li a {
	color: #303030
}

.teacher-details-tab {
	padding-top: 70px
}

.teacher-details-tab .nav li {
	border-left: 1px solid #dbdbdb
}

@media (max-width:767px) {
	.teacher-details-tab .nav li {
		width: 100%;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.teacher-details-tab .nav li {
		width: 100%;
		-ms-flex-preferred-size: 0;
		flex-basis: 0
	}
}

.teacher-details-tab .nav li a {
	display: block;
	background-color: #07294d;
	color: #fff;
	text-align: center;
	height: 70px;
	line-height: 70px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	font-size: 18px;
	font-weight: 600
}

@media (max-width:767px) {
	.teacher-details-tab .nav li a {
		font-size: 14px;
		height: 45px;
		line-height: 45px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.teacher-details-tab .nav li a {
		height: 55px;
		line-height: 55px
	}
}

.teacher-details-tab .nav li a.active {
	color: #e08e79
}

.teacher-details-tab .tab-content {
	padding-top: 10px
}

.teacher-details-tab .single-content-tab {
	margin-top: 40px
}

.teacher-details-tab .single-content-tab .title {
	font-weight: 700;
	font-size: 18px;
	letter-spacing: .01em;
	color: #07294d;
	padding-bottom: 10px
}

.teacher-details-tab .single-content-tab p {
	font-weight: 500;
	font-size: 16px;
	color: #151515
}

.shop-sidebar .sidebar-title .title {
	font-weight: 500;
	font-size: 24px;
	color: #07294d
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.shop-sidebar .sidebar-title .title {
		font-size: 20px
	}
}

@media (max-width:767px) {
	.shop-sidebar .sidebar-title .title {
		font-size: 20px
	}
}

.shop-sidebar ul {
	padding-top: 15px
}

.shop-sidebar ul li {
	padding: 14px 0;
	border-bottom: 1px solid #dbdbdb;
	font-weight: 500;
	font-size: 14px;
	color: #303030
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.shop-sidebar ul li {
		font-size: 12px
	}
}

.shop-sidebar ul li:last-child {
	border-bottom: 0
}

.shop-sidebar ul li strong {
	display: block;
	float: right;
	font-weight: 500
}

.shop-sidebar-category {
	background-color: #f1f1f1;
	padding: 30px 25px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.shop-sidebar-category {
		padding: 25px 20px
	}
}

.shop-sidebar-category .category-items {
	padding-top: 15px
}

.shop-sidebar-price {
	background-color: #f1f1f1;
	padding: 30px 25px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.shop-sidebar-price {
		padding: 25px 20px
	}
}

.shop-sidebar-price .price-items {
	padding-top: 15px
}

.shop-sidebar-banner a {
	display: block
}

.shop-sidebar-banner a img {
	width: 100%
}

.shop-sidebar-tags {
	background-color: #f1f1f1;
	padding: 30px 25px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.shop-sidebar-tags {
		padding: 25px 20px
	}
}

.shop-sidebar-tags .tags-items {
	margin-left: -10px;
	margin-right: -10px;
	padding-top: 20px
}

.shop-sidebar-tags .tags-items li {
	border-bottom: 0;
	display: inline-block;
	padding: 3px 10px
}

.shop-sidebar-tags .tags-items li a {
	font-weight: 500;
	font-size: 14px;
	color: #07294d;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.shop-sidebar-tags .tags-items li a:hover {
	color: #e08e79
}

.product-details-page {
	padding-top: 110px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.product-details-page {
		padding-top: 50px
	}
}

@media (max-width:767px) {
	.product-details-page {
		padding-top: 30px
	}
}

.product-details-wrapper {
	padding-right: 50px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.product-details-wrapper {
		padding-right: 0
	}
}

@media (max-width:767px) {
	.product-details-wrapper {
		padding-right: 0
	}
}

.product-details-content .details-image img {
	width: 100%
}

.product-details-content .details-content .product-title {
	font-weight: 700;
	font-size: 46px;
	color: #07294d
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.product-details-content .details-content .product-title {
		font-size: 36px
	}
}

@media (max-width:767px) {
	.product-details-content .details-content .product-title {
		font-size: 24px
	}
}

.product-details-content .details-content .price-rating {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 10px
}

.product-details-content .details-content .price-rating .price {
	font-weight: 600;
	font-size: 24px;
	color: #e08e79
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.product-details-content .details-content .price-rating .price {
		font-size: 20px
	}
}

@media (max-width:767px) {
	.product-details-content .details-content .price-rating .price {
		font-size: 18px
	}
}

.product-details-content .details-content .price-rating .rating li {
	display: inline-block;
	font-size: 12px
}

.product-details-content .details-content .price-rating .rating li.rating-on {
	color: #fabb20
}

.product-details-content .details-content .product-content-wrapper {
	border-top: 1px solid #dbdbdb;
	margin-top: 30px
}

.product-details-content .details-content .product-content-wrapper p,
.product-details-content .details-content .product-content-wrapper span {
	font-weight: 500;
	font-size: 18px;
	color: #07294d
}

@media (max-width:767px) {

	.product-details-content .details-content .product-content-wrapper p,
	.product-details-content .details-content .product-content-wrapper span {
		font-size: 16px
	}
}

.product-details-content .details-content .product-content-wrapper .stock {
	border-bottom: 1px solid #dbdbdb;
	padding: 15px 0
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.product-details-content .details-content .product-content-wrapper .stock {
		padding: 10px 0
	}
}

@media (max-width:767px) {
	.product-details-content .details-content .product-content-wrapper .stock {
		padding: 10px 0
	}
}

.product-details-content .details-content .product-content-wrapper .colors {
	border-bottom: 1px solid #dbdbdb;
	padding: 15px 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.product-details-content .details-content .product-content-wrapper .colors {
		padding: 10px 0
	}
}

@media (max-width:767px) {
	.product-details-content .details-content .product-content-wrapper .colors {
		padding: 10px 0
	}
}

.product-details-content .details-content .product-content-wrapper .colors .product-color {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex
}

.product-details-content .details-content .product-content-wrapper .colors .product-color li {
	width: 17px;
	height: 17px;
	border-radius: 50%;
	margin-left: 15px;
	position: relative;
	cursor: pointer
}

.product-details-content .details-content .product-content-wrapper .colors .product-color li.active::before {
	position: absolute;
	content: '\f00c';
	font-family: "Font Awesome 5 Pro";
	font-size: 12px;
	top: -1px;
	left: 2px;
	color: #fff;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.product-details-content .details-content .product-content-wrapper .size {
	border-bottom: 1px solid #dbdbdb;
	padding: 15px 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.product-details-content .details-content .product-content-wrapper .size {
		padding: 10px 0
	}
}

.product-details-content .details-content .product-content-wrapper .size .product-size {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex
}

.product-details-content .details-content .product-content-wrapper .size .product-size li {
	margin-left: 15px
}

.product-details-content .details-content .product-content-wrapper .size .product-size li span {
	color: #07294d;
	font-weight: 500;
	font-size: 14px;
	cursor: pointer
}

.product-details-content .details-content .product-content-wrapper .size .product-size li.active span {
	color: #e08e79
}

.product-details-content .details-content .product-content-wrapper .quantity {
	border-bottom: 1px solid #dbdbdb;
	padding: 15px 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.product-details-content .details-content .product-content-wrapper .quantity {
		padding: 10px 0
	}
}

.product-details-content .details-content .product-content-wrapper .quantity .product-quantity {
	border-radius: 50px;
	overflow: hidden;
	margin-left: 20px
}

.product-details-content .details-content .product-content-wrapper .quantity .product-quantity input {
	width: 40px;
	height: 26px;
	font-weight: 500;
	font-size: 14px;
	color: #07294d;
	border: 0;
	background-color: #f1f1f1;
	text-align: center
}

.product-details-content .details-content .product-content-wrapper .quantity .product-quantity button {
	width: 26px;
	height: 26px;
	padding: 0;
	background-color: #dbd8d8;
	border: 0;
	font-weight: 500;
	font-size: 12px;
	color: #262626;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.product-details-content .details-content .product-content-wrapper .quantity .product-quantity button:hover {
	background-color: #e08e79;
	color: #fff
}

.product-details-content .details-content .product-btn {
	padding-top: 40px
}

.product-details-content .details-content .product-btn .add-cart {
	height: 45px;
	line-height: 45px;
	padding: 0 15px;
	font-size: 18px;
	font-weight: 600;
	margin-top: 10px
}

@media (max-width:767px) {
	.product-details-content .details-content .product-btn .add-cart {
		height: 40px;
		line-height: 38px
	}
}

.product-details-content .details-content .product-btn .compare,
.product-details-content .details-content .product-btn .wishlist {
	height: 45px;
	line-height: 43px;
	border: 1px solid #dbdbdb;
	color: #959494;
	font-size: 20px;
	padding: 0 20px;
	vertical-align: middle;
	margin-left: 15px;
	margin-top: 10px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

@media (max-width:767px) {

	.product-details-content .details-content .product-btn .compare,
	.product-details-content .details-content .product-btn .wishlist {
		padding: 0 15px;
		font-size: 18px;
		height: 40px;
		line-height: 38px
	}
}

.product-details-content .details-content .product-btn .compare:hover,
.product-details-content .details-content .product-btn .wishlist:hover {
	background-color: #07294d;
	border-color: #07294d;
	color: #fff
}

.product-details-tab {
	padding-top: 70px
}

.product-details-tab .nav li {
	border-left: 1px solid #dbdbdb
}

@media (max-width:767px) {
	.product-details-tab .nav li {
		width: 100%;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.product-details-tab .nav li {
		width: 100%;
		-ms-flex-preferred-size: 0;
		flex-basis: 0
	}
}

.product-details-tab .nav li a {
	display: block;
	background-color: #07294d;
	color: #fff;
	text-align: center;
	height: 70px;
	line-height: 70px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	font-size: 18px;
	font-weight: 600
}

@media (max-width:767px) {
	.product-details-tab .nav li a {
		font-size: 14px;
		height: 45px;
		line-height: 45px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.product-details-tab .nav li a {
		height: 55px;
		line-height: 55px
	}
}

.product-details-tab .nav li a.active {
	color: #e08e79
}

.product-details-tab .product-description {
	padding-top: 20px
}

.product-details-tab .product-description p {
	margin-top: 20px;
	font-weight: 500;
	font-size: 18px;
	line-height: 36px;
	color: #303030
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.product-details-tab .product-description p {
		font-size: 16px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.product-details-tab .product-description p {
		font-size: 16px
	}
}

@media (max-width:767px) {
	.product-details-tab .product-description p {
		font-size: 14px;
		line-height: 24px
	}
}

.product-details-tab .product-description .product-list li {
	position: relative;
	padding-left: 40px;
	margin-top: 40px
}

.product-details-tab .product-description .product-list li i {
	color: #151515;
	font-size: 24px;
	position: absolute;
	left: 0;
	top: 5px
}

.product-details-tab .product-description .product-list li p {
	margin-top: 0
}

.product-details-tab .product-information {
	padding-top: 40px
}

.product-details-tab .product-information .table tbody tr td {
	border: 0;
	padding: 0;
	vertical-align: middle;
	padding: 2px
}

.product-details-tab .product-information .table tbody tr td.table-title {
	width: 180px;
	min-width: 180px
}

.product-details-tab .product-information .table tbody tr td.table-title .title {
	font-weight: 500;
	font-size: 14px;
	color: #151515;
	border: 1px solid #dbdbdb;
	padding: 0 20px;
	height: 50px;
	line-height: 48px
}

.product-details-tab .product-information .table tbody tr td.table-content p {
	font-weight: 500;
	font-size: 14px;
	color: #151515;
	padding: 0 20px;
	border: 1px solid #dbdbdb;
	height: 50px;
	line-height: 48px;
	white-space: nowrap
}

.product-details-tab .product-reviews .review-wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 540px;
	margin: 0 auto
}

@media (max-width:767px) {
	.product-details-tab .product-reviews .review-wrapper {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.product-details-tab .product-reviews .review-wrapper .review-star {
	padding-top: 30px
}

.product-details-tab .product-reviews .review-wrapper .review-star .single-review {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 10px
}

.product-details-tab .product-reviews .review-wrapper .review-star .single-review .label {
	font-weight: 500;
	font-size: 18px;
	color: #151515;
	width: 85px
}

@media (max-width:767px) {
	.product-details-tab .product-reviews .review-wrapper .review-star .single-review .label {
		font-size: 14px;
		width: 60px
	}
}

.product-details-tab .product-reviews .review-wrapper .review-star .single-review .review-bar {
	width: 170px;
	height: 14px;
	background-color: #f1f1f1;
	position: relative
}

@media (max-width:767px) {
	.product-details-tab .product-reviews .review-wrapper .review-star .single-review .review-bar {
		width: 140px;
		height: 10px
	}
}

.product-details-tab .product-reviews .review-wrapper .review-star .single-review .review-bar .bar-inner {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	background-color: #e08e79
}

.product-details-tab .product-reviews .review-wrapper .review-star .single-review .value {
	font-weight: 500;
	font-size: 18px;
	color: #151515;
	width: 50px;
	text-align: right
}

@media (max-width:767px) {
	.product-details-tab .product-reviews .review-wrapper .review-star .single-review .value {
		font-size: 14px;
		width: 40px
	}
}

.product-details-tab .product-reviews .review-wrapper .review-point {
	padding-top: 30px
}

@media (max-width:767px) {
	.product-details-tab .product-reviews .review-wrapper .review-point {
		margin: 0 50px
	}
}

.product-details-tab .product-reviews .review-wrapper .review-point span {
	font-weight: 700;
	font-size: 70px;
	line-height: 80px;
	color: #07294d
}

.product-details-tab .product-reviews .review-form {
	margin-top: 50px
}

.product-details-tab .product-reviews .review-form .review-rating .title {
	font-weight: 700;
	font-size: 18px;
	color: #07294d
}

.product-details-tab .product-reviews .review-form .review-rating ul {
	margin-top: 20px
}

.product-details-tab .product-reviews .review-form .review-rating ul li {
	display: inline-block;
	color: #e1e1e1;
	cursor: pointer
}

.product-details-tab .product-reviews .review-form .review-rating ul li.hover,
.product-details-tab .product-reviews .review-form .review-rating ul li.selected {
	color: #eab830
}

.blog-sidebar {
	padding-right: 50px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.blog-sidebar {
		padding-right: 0
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.blog-sidebar {
		padding-right: 0
	}
}

@media (max-width:767px) {
	.blog-sidebar {
		padding-right: 0
	}
}

.blog-sidebar.right-sidebar {
	padding-right: 0;
	padding-left: 50px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.blog-sidebar.right-sidebar {
		padding-left: 0
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.blog-sidebar.right-sidebar {
		padding-left: 0
	}
}

@media (max-width:767px) {
	.blog-sidebar.right-sidebar {
		padding-left: 0
	}
}

.blog-sidebar .sidebar-title .title {
	font-weight: 500;
	font-size: 24px;
	color: #07294d
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.blog-sidebar .sidebar-title .title {
		font-size: 20px
	}
}

@media (max-width:767px) {
	.blog-sidebar .sidebar-title .title {
		font-size: 20px
	}
}

.blog-sidebar ul {
	padding-top: 15px
}

.blog-sidebar ul li {
	padding: 14px 0;
	border-bottom: 1px solid #dbdbdb;
	font-weight: 500;
	font-size: 14px;
	color: #303030
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.blog-sidebar ul li {
		font-size: 12px
	}
}

.blog-sidebar ul li:last-child {
	border-bottom: 0
}

.blog-sidebar ul li strong {
	display: block;
	float: right;
	font-weight: 500
}

.blog-sidebar-category {
	background-color: #f1f1f1;
	padding: 30px 25px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.blog-sidebar-category {
		padding: 25px 20px
	}
}

.blog-sidebar-category .category-items {
	padding-top: 15px
}

.blog-sidebar-post {
	background-color: #f1f1f1;
	padding: 30px 25px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.blog-sidebar-post {
		padding: 25px 20px
	}
}

.blog-sidebar-post .post-items {
	padding-top: 15px
}

.blog-sidebar-post .post-items li+li {
	border-top: 1px solid #dbdbdb
}

.blog-sidebar-post .post-items li .single-post {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex
}

.blog-sidebar-post .post-items li .single-post .post-content {
	padding-left: 15px;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.blog-sidebar-post .post-items li .single-post .post-content .post-title a {
	font-weight: 600;
	font-size: 16px;
	color: #07294d;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.blog-sidebar-post .post-items li .single-post .post-content .post-title a:hover {
	color: #e08e79
}

.blog-sidebar-post .post-items li .single-post .post-content .more {
	font-weight: 500;
	font-size: 14px;
	letter-spacing: .02em;
	color: #151515;
	margin-top: 10px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.blog-sidebar-post .post-items li .single-post .post-content .more i {
	font-size: 11px
}

.blog-sidebar-post .post-items li .single-post .post-content .more:hover {
	color: #e08e79
}

.blog-sidebar-banner a {
	display: block
}

.blog-sidebar-banner a img {
	width: 100%
}

.blog-sidebar-tags {
	background-color: #f1f1f1;
	padding: 30px 25px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.blog-sidebar-tags {
		padding: 25px 20px
	}
}

.blog-sidebar-tags .tags-items {
	margin-left: -10px;
	margin-right: -10px;
	padding-top: 20px
}

.blog-sidebar-tags .tags-items li {
	border-bottom: 0;
	display: inline-block;
	padding: 3px 10px
}

.blog-sidebar-tags .tags-items li a {
	font-weight: 500;
	font-size: 14px;
	color: #07294d;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.blog-sidebar-tags .tags-items li a:hover {
	color: #e08e79
}

.blog-details-page {
	padding-top: 110px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.blog-details-page {
		padding-top: 50px
	}
}

@media (max-width:767px) {
	.blog-details-page {
		padding-top: 30px
	}
}

.blog-details-content .details-content .meta {
	padding-top: 30px
}

.blog-details-content .details-content .meta li {
	display: inline-block;
	position: relative
}

.blog-details-content .details-content .meta li+li {
	margin-left: 30px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.blog-details-content .details-content .meta li+li {
		margin-left: 20px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.blog-details-content .details-content .meta li+li {
		margin-left: 20px
	}
}

@media (max-width:767px) {
	.blog-details-content .details-content .meta li+li {
		margin-left: 20px
	}
}

.blog-details-content .details-content .meta li+li::before {
	position: absolute;
	content: '-';
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -18px;
	font-size: 16px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.blog-details-content .details-content .meta li+li::before {
		left: -13px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.blog-details-content .details-content .meta li+li::before {
		left: -13px
	}
}

@media (max-width:767px) {
	.blog-details-content .details-content .meta li+li::before {
		left: -13px
	}
}

.blog-details-content .details-content .meta li a {
	font-weight: 500;
	font-size: 18px;
	line-height: 16px;
	color: #151515;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.blog-details-content .details-content .meta li a {
		font-size: 12px
	}
}

@media (max-width:767px) {
	.blog-details-content .details-content .meta li a {
		font-size: 12px
	}
}

.blog-details-content .details-content .meta li a:hover {
	color: #e08e79
}

.blog-details-content .details-content .title {
	font-weight: 700;
	font-size: 46px;
	color: #07294d;
	margin-top: 20px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.blog-details-content .details-content .title {
		font-size: 36px
	}
}

@media (max-width:767px) {
	.blog-details-content .details-content .title {
		font-size: 24px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.blog-details-content .details-content .title {
		font-size: 26px
	}
}

.blog-details-content .details-content p {
	margin-top: 20px;
	font-weight: 500;
	font-size: 18px;
	line-height: 36px;
	color: #303030
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.blog-details-content .details-content p {
		font-size: 16px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.blog-details-content .details-content p {
		font-size: 16px
	}
}

@media (max-width:767px) {
	.blog-details-content .details-content p {
		font-size: 14px;
		line-height: 24px
	}
}

.blog-details-content .details-content .blog-list li {
	position: relative;
	padding-left: 40px;
	margin-top: 40px
}

.blog-details-content .details-content .blog-list li i {
	color: #151515;
	font-size: 24px;
	position: absolute;
	left: 0;
	top: 5px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.blog-details-content .details-content .blog-list li i {
		font-size: 16px
	}
}

.blog-details-content .details-content .blog-list li p {
	margin-top: 0
}

.blog-details-content .details-content .blog-tags {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-top: 45px
}

.blog-details-content .details-content .blog-tags span {
	font-weight: 700;
	font-size: 18px;
	color: #303030
}

.blog-details-content .details-content .blog-tags .tags li {
	display: inline-block;
	margin-left: 5px
}

.blog-details-content .details-content .blog-tags .tags li a {
	font-weight: 500;
	font-size: 18px;
	color: #303030
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.blog-details-content .details-content .blog-tags .tags li a {
		font-size: 16px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.blog-details-content .details-content .blog-tags .tags li a {
		font-size: 16px
	}
}

@media (max-width:767px) {
	.blog-details-content .details-content .blog-tags .tags li a {
		font-size: 14px
	}
}

.blog-details-content .blog-comment {
	padding-top: 70px
}

.blog-details-content .blog-comment .comment-title {
	font-weight: 700;
	font-size: 24px;
	color: #07294d;
	position: relative;
	padding-bottom: 8px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.blog-details-content .blog-comment .comment-title {
		font-size: 20px
	}
}

.blog-details-content .blog-comment .comment-title::before {
	width: 100px;
	height: 2px;
	background-color: #07294d;
	position: absolute;
	content: '';
	bottom: 0;
	left: 0
}

.blog-details-content .blog-comment>p {
	margin-top: 20px;
	font-weight: 500;
	font-size: 18px;
	line-height: 36px;
	color: #303030
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.blog-details-content .blog-comment>p {
		font-size: 16px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.blog-details-content .blog-comment>p {
		font-size: 16px
	}
}

@media (max-width:767px) {
	.blog-details-content .blog-comment>p {
		font-size: 14px;
		line-height: 24px
	}
}

.blog-details-content .blog-comment .comment-items li .single-comment {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-top: 45px
}

@media (max-width:767px) {
	.blog-details-content .blog-comment .comment-items li .single-comment {
		display: block
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.blog-details-content .blog-comment .comment-items li .single-comment {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex
	}
}

.blog-details-content .blog-comment .comment-items li .single-comment .comment-author img {
	border-radius: 50%
}

.blog-details-content .blog-comment .comment-items li .single-comment .comment-content {
	padding-left: 30px;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1
}

@media (max-width:767px) {
	.blog-details-content .blog-comment .comment-items li .single-comment .comment-content {
		padding-left: 0;
		padding-top: 25px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.blog-details-content .blog-comment .comment-items li .single-comment .comment-content {
		padding-left: 25px;
		padding-top: 0
	}
}

.blog-details-content .blog-comment .comment-items li .single-comment .comment-content .meta {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex
}

.blog-details-content .blog-comment .comment-items li .single-comment .comment-content .meta .name {
	font-weight: 600;
	font-size: 18px;
	color: #151515
}

.blog-details-content .blog-comment .comment-items li .single-comment .comment-content .meta .time {
	font-weight: 500;
	font-size: 14px;
	color: #151515;
	margin-left: 10px
}

.blog-details-content .blog-comment .comment-items li .single-comment .comment-content p {
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	color: #151515;
	margin-top: 8px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.blog-details-content .blog-comment .comment-items li .single-comment .comment-content p {
		font-size: 16px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.blog-details-content .blog-comment .comment-items li .single-comment .comment-content p {
		font-size: 16px
	}
}

@media (max-width:767px) {
	.blog-details-content .blog-comment .comment-items li .single-comment .comment-content p {
		font-size: 14px;
		line-height: 24px
	}
}

.blog-details-content .blog-comment .comment-items li .single-comment .comment-content .reply {
	font-weight: 500;
	font-size: 14px;
	color: #151515;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.blog-details-content .blog-comment .comment-items li .single-comment .comment-content .reply:hover {
	color: #e08e79
}

.blog-details-content .blog-comment .comment-items li .comment-reply {
	padding-left: 130px
}

@media (max-width:767px) {
	.blog-details-content .blog-comment .comment-items li .comment-reply {
		padding-left: 0
	}
}

.contact-area {
	padding-top: 130px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.contact-area {
		padding-top: 70px
	}
}

@media (max-width:767px) {
	.contact-area {
		padding-top: 50px
	}
}

.single-contact-info {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.single-contact-info .info-icon i {
	font-size: 24px;
	color: #07294d;
	width: 50px;
	height: 50px;
	line-height: 48px;
	text-align: center;
	border: 1px solid #dbdbdb;
	border-radius: 50%
}

.single-contact-info .info-content {
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 20px
}

.single-contact-info .info-content .title {
	font-weight: 700;
	font-size: 18px;
	letter-spacing: .05em;
	color: #e08e79;
	padding-bottom: 15px
}

.single-contact-info .info-content p {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #151515
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-contact-info .info-content p {
		font-size: 14px
	}
}

.single-contact-info .info-content p a {
	color: #151515;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.single-contact-info .info-content p a:hover {
	color: #e08e79
}

.contact-form {
	padding-top: 150px
}

.form-message.error,
.form-message.success {
	font-size: 16px;
	color: #07294d;
	background: #ddd;
	padding: 10px 15px;
	margin-left: 15px;
	margin-top: 15px
}

.form-message.error {
	color: red
}

.contact-title .title {
	font-weight: 700;
	font-size: 24px;
	color: #07294d;
	position: relative;
	padding-bottom: 21px
}

@media (max-width:767px) {
	.contact-title .title {
		font-size: 20px
	}
}

.contact-title .title::before {
	position: absolute;
	content: '';
	width: 150px;
	height: 2px;
	background-color: #07294d;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto
}

.contact-title p {
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	color: #151515;
	margin-top: 30px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.contact-title p {
		font-size: 16px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.contact-title p {
		font-size: 16px
	}
}

@media (max-width:767px) {
	.contact-title p {
		font-size: 14px;
		line-height: 24px
	}
}

.contact-form-wrapper {
	padding-top: 30px
}

.faq-area {
	padding-top: 150px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.faq-area {
		padding-top: 90px
	}
}

@media (max-width:767px) {
	.faq-area {
		padding-top: 70px
	}
}

.faq-wrapper {
	padding-top: 42px
}

.faq-wrapper .accordion .card {
	position: relative;
	padding-left: 40px;
	border: 0;
	margin-top: 50px
}

.faq-wrapper .accordion .card .question {
	font-weight: 600;
	font-size: 28px;
	line-height: 30px;
	color: #07294d;
	position: absolute;
	top: 0;
	left: 0
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.faq-wrapper .accordion .card .question {
		font-size: 24px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.faq-wrapper .accordion .card .question {
		font-size: 24px
	}
}

@media (max-width:767px) {
	.faq-wrapper .accordion .card .question {
		font-size: 24px;
		line-height: 36px
	}
}

.faq-wrapper .accordion .card .card-header {
	padding: 5px 0;
	border-bottom: 0;
	margin-bottom: 0;
	background: 0 0
}

.faq-wrapper .accordion .card .card-header a {
	font-weight: 600;
	font-size: 18px;
	color: #e08e79;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.faq-wrapper .accordion .card .card-header a {
		font-size: 16px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.faq-wrapper .accordion .card .card-header a {
		font-size: 16px
	}
}

@media (max-width:767px) {
	.faq-wrapper .accordion .card .card-header a {
		font-size: 16px
	}
}

.faq-wrapper .accordion .card .card-header a.collapsed {
	color: #303030
}

.faq-wrapper .accordion .card .card-body {
	padding: 0;
	padding-left: 35px;
	position: relative;
	margin-top: 30px
}

.faq-wrapper .accordion .card .card-body .answer {
	font-weight: 600;
	font-size: 24px;
	line-height: 36px;
	color: #07294d;
	position: absolute;
	top: 0;
	left: 0
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.faq-wrapper .accordion .card .card-body .answer {
		font-size: 20px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.faq-wrapper .accordion .card .card-body .answer {
		font-size: 20px
	}
}

@media (max-width:767px) {
	.faq-wrapper .accordion .card .card-body .answer {
		font-size: 20px
	}
}

.faq-wrapper .accordion .card .card-body p {
	font-weight: 500;
	font-size: 18px;
	line-height: 36px;
	color: #303030
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.faq-wrapper .accordion .card .card-body p {
		font-size: 16px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.faq-wrapper .accordion .card .card-body p {
		font-size: 16px
	}
}

@media (max-width:767px) {
	.faq-wrapper .accordion .card .card-body p {
		font-size: 14px;
		line-height: 26px
	}

	.faq-wrapper .accordion .card .card-body p br {
		display: none
	}
}

.login-register {
	padding-top: 150px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.login-register {
		padding-top: 90px
	}
}

@media (max-width:767px) {
	.login-register {
		padding-top: 70px
	}
}

.login-register-content .title {
	font-weight: 700;
	font-size: 24px;
	color: #07294d;
	position: relative;
	padding-bottom: 10px
}

@media (max-width:767px) {
	.login-register-content .title {
		font-size: 20px
	}
}

.login-register-content .title::before {
	position: absolute;
	content: '';
	width: 150px;
	height: 2px;
	background-color: #07294d;
	bottom: 0;
	left: 0
}

.login-register-form .single-form .forget a {
	font-size: 16px;
	font-weight: 400;
	color: #151515;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

@media (max-width:767px) {
	.login-register-form .single-form .forget a {
		font-size: 14px
	}
}

.login-register-form .single-form .forget a:hover {
	color: #07294d
}

.login-register-form .single-form .main-btn {
	height: 60px;
	line-height: 60px;
	padding: 0 30px;
	font-size: 16px;
	display: block;
	width: 100%
}

@media (max-width:767px) {
	.login-register-form .single-form .main-btn {
		padding: 0 20px;
		height: 45px;
		line-height: 45px;
		font-size: 14px
	}
}

.notice-area {
	padding-top: 150px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.notice-area {
		padding-top: 90px
	}
}

@media (max-width:767px) {
	.notice-area {
		padding-top: 70px
	}
}

.notice-content {
	padding-top: 10px
}

.single-notice {
	margin-top: 45px;
	position: relative;
	padding-left: 45px
}

@media (max-width:767px) {
	.single-notice {
		padding-left: 35px
	}
}

.single-notice .number {
	font-weight: 600;
	font-size: 24px;
	line-height: 30px;
	color: #07294d;
	position: absolute;
	top: 0;
	left: 0
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-notice .number {
		font-size: 20px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-notice .number {
		font-size: 20px
	}
}

@media (max-width:767px) {
	.single-notice .number {
		font-size: 18px;
		line-height: 26px
	}
}

.single-notice .notice-title {
	font-weight: 600;
	font-size: 24px;
	color: #303030
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-notice .notice-title {
		font-size: 20px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-notice .notice-title {
		font-size: 20px
	}
}

@media (max-width:767px) {
	.single-notice .notice-title {
		font-size: 18px;
		line-height: 26px
	}
}

.single-notice p {
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	color: #303030;
	margin-top: 15px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-notice p {
		font-size: 16px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-notice p {
		font-size: 16px
	}
}

@media (max-width:767px) {
	.single-notice p {
		font-size: 14px;
		line-height: 26px
	}
}

.dashboardpg {
	margin-top: 185px !important;

}

a#change_picture {
	color: #9c529c;
}

.profileform img.img-fluid.rounded {
	border-radius: 100px !important;
	overflow: hidden;
}

.sidemenuleft li a {
	line-height: 50px;
	padding: 0;
	display: block;
	padding-left: 35px;
	border-left: 0;
	border-right: 0;
	background: transparent;
	border-bottom: 1px solid #e1e6ea;
	text-align: left;
	font-size: 16px;
	color: #484f57;
	font-weight: 300;
	text-transform: capitalize;
	margin: 0;
	border-radius: 0;

}

ul.sidemenuleft {
	padding: 5px 0px;
	background: #eee;
	height: 100%;
}

.sidemenuleft li a {
	line-height: 50px;
	padding: 0;
	display: block;
	padding-left: 35px;
	border-left: 0;
	border-right: 0;
	background: transparent;
	border-bottom: 1px solid #e1e6ea;
	text-align: left;
	font-size: 16px;
	background: #eee;
	color: #484f57;
	border-left: 3px solid transparent;
	font-weight: 300;
	text-transform: capitalize;
	margin: 0;
	border-radius: 0;

}

.sidemenuleft li a:hover {
	color: #9d539d;


}

.profileform .form-check {

	padding-left: 35px;
	/* margin-left: 6px; */
}

.sidemenuleft li.active a {
	border-left: 3px solid #9d539d;
	background: #fff;
}

.profileform label {
	text-transform: capitalize;
}

.profileform .form-check-input[type=radio] {
	border-radius: 50%;
	cursor: pointer;
}

.profileform .form-check {
	text-transform: capitalize;
}

.profileform .btn-primary {
	background: #9d539d;
	border-color: #9d539d;
	margin: auto;


}





.header-area li.useracc a {
	width: max-content;
	border-radius: 10px;
	padding: 10px;
	line-height: initial;
	padding: 5px 15px;
}

.formpage form .btn-primary {
	color: #fff;
	background-color: #9c539c;
	border-color: #9c539c;
}

.formpage form label {
	text-transform: capitalize;
}

.formpage form {
	padding: 30px;
	background: #fff3ff;
}

.formpage form .btn-primary {
	margin: auto;
	display: block;
}





.slider-active .slick-arrow.prev {
	left: 25px;
	border: 1px solid #fff;
	height: 65px;
	width: 65px;
	z-index: 9;
	position: absolute;
	top: 60% !important;
	cursor: pointer;
	background: none;
}

.slider-active .slick-arrow.next {
	left: unset;
	right: 25px;
	border: 1px solid #fff;
	height: 65px;
	width: 65px;
	z-index: 9;
	position: absolute;
	top: 60% !important;
	cursor: pointer;
	background: none;
}

.slider-active .slick-arrow.prev .fal,
.slider-active .slick-arrow.next .fal {
	line-height: 65px;
}

.slider-active .slick-arrow.prev:hover,
.slider-active .slick-arrow.next:hover {
	background: #e08e79;
	border-color: #e08e79;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

}

.slick-initialized .slick-slide.slick-active .img-banner {
	-webkit-animation: zoomeffect 10s infinite;
	-moz-animation: zoomeffect 10s infinite;
	animation: zoomeffect 10s infinite;
}

.banner-data {
	position: absolute;
	width: 100%;
	bottom: 10%;
	left: 0;
}

@-webkit-keyframes zoomeffect {
	0% {
		background-position: center;
		transform: scale(1, 1);
	}

	100% {
		background-position: center;
		transform: scale(1.05, 1.05);
	}

}

@keyframes zoomeffect {
	0% {
		background-position: center;
		transform: scale(1, 1);
	}

	100% {
		background-position: center;
		transform: scale(1.05, 1.05);
	}

}





@media (max-width: 767px) {
	.dashboardpg {
		margin-top: 125px !important;
	}

	.profileform .form-check {
		padding: 0px 35px;
		margin-top: 10px;
	}

	.slider-active .slick-arrow.prev,
	.slider-active .slick-arrow.next {
		height: 40px;
		width: 40px;
	}

	.slider-active .slick-arrow.prev .fal,
	.slider-active .slick-arrow.next .fal {
		line-height: 40px;
	}
}




/*-------------------------------------
    
	Author: Education 
	Copyright Â© 2021
	
---------------------------------------
    
    CSS INDEX
    ===================
	
    1. BODY
	2. CUSTOM CSS / A
	3. PRELOADER
	4. NAVIGATION
	5. SLIDER

---------------------------------------*/
/*--------------
1.Theme default CSS
--------------------------*/
body,
html {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #797979;
	width: 100%;
	overflow-x: hidden;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

a {
	color: #573744;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

i:before {
	margin-left: 0 !important;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
	color: #3e2e2e;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

p {
	font-size: 16px;
	line-height: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Raleway', sans-serif;
	line-height: 1.1;
	font-weight: 400;
	color: #1e283c;
	margin: 0;
	padding: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #1e283c;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a {
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

p {
	margin: 0;
}

input,
select,
button,
textarea {
	outline: none;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
	box-shadow: none;
}

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

.float_left {
	float: left;
	width: 100%;
}

/*-- Preloader css start --*/
#preloader {
	background-color: #fffef7;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100000;
	width: 100%;
	height: 100%;
}

#status {
	background-position: center center;
	background-repeat: no-repeat;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

#status img {}

/*-- cursor css start --*/
a:hover {
	text-decoration: none;
}

#back2Top {
	width: 50px;
	line-height: 50px;
	overflow: hidden;
	z-index: 999;
	display: none;
	cursor: pointer;
	-moz-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
	position: fixed;
	bottom: 45px;
	right: 25px;
	background-color: #6f4059;
	color: #fff;
	text-align: center;
	font-size: 25px;
	text-decoration: none;
	border-radius: 50px;
}

#back2Top:hover {
	background-color: #6f4059;
	color: #fff;
}

.rev_slider {
	float: left;
	width: 100%;
}

/*------- edu top header wrapper Start ------*/
.hardcover_front img {
	width: 100%;
	height: 100%;
}

.edu_top_header_wrapper {
	padding-top: 5px;
	padding-bottom: 5px;
	background: rgba(116, 66, 93, 1);
	background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
	background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: linear-gradient(to right, rgb(140 65 146) 0%, rgb(178 106 170) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
}

.edu_top_header_left_wrapper p {
	color: #fff;
	padding-top: 2px;
}

.edu_top_header_right_wrapper ul {
	float: right;
}

.edu_top_header_right_wrapper li {
	float: left;
	margin-left: 10px;
}

.edu_top_header_right_wrapper li a {
	float: left;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: rgba(255, 255, 255, 0.23);
	color: #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.edu_top_header_right_wrapper li a:hover {
	background-image: -webkit-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
	background: rgba(116, 66, 93, 1);
	background: -moz-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
	background: -webkit-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
	background: -webkit-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
	background: -o-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
	background: -ms-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
	background: linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
}

.edu_top_login_wrapper {
	float: right;
}

.edu_top_login_wrapper a {
	color: #fff;
	float: right;
	padding-top: 8px;
	padding-left: 15px;
}

/*------- edu top header wrapper End ------*/
/*------- edu logo header wrapper Start ------*/
.edu_border_line {
	border-bottom: 1px solid #e8e8e8;
	padding-top: 10px;
	padding-bottom: 10px;
}

.lv_share_info_wrapper ul {
	float: right;
	margin: 0px;
	padding: 0px;
}

.lv_share_info_wrapper ul li {
	list-style: none;
	float: left;
	width: auto;
	margin-left: 40px;
}

.lv_share_info_wrapper ul li:first-child {
	margin-left: 0px;
}

.lv_share_info_wrapper ul li .lv_header_icon {
	float: left;
	width: 70px;
	height: 70px;
	border: 1px solid #e8e8e8;
	border-radius: 100%;
	line-height: 68px;
	text-align: center;
	margin-right: 20px;
}

.lv_share_info_wrapper ul li p {
	float: left;
	width: auto;
	margin: 10px 0px 0px 0px;
	font-size: 14px;
	color: #797979;
}

.lv_share_info_wrapper ul li p a {
	float: left;
	width: auto;
	color: #797979;
}

.lv_share_info_wrapper ul li p a:hover {
	color: #9749f8;
}

.kv_navi_main_wrapper {
	background: #ffffff;
	box-shadow: 2px 0 20px rgba(0, 0, 0, 0.05);
	z-index: 10;
	position: relative;
	height: 65px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.kv_navi_main_wrapper:hover {
	background: #797979;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.kv_logo_wrapper a {
	float: left;
	padding: 17px 0px;
}

.menu-bar {
	cursor: pointer;
	position: relative;
	right: 15px;
	z-index: 9;
	height: 42px;
	display: block;
	float: right;
	margin-top: 15px;
}

.menu-bar span {
	background-color: #fff;
	display: block;
	height: 2px;
	margin-bottom: 6px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 30px;
}

.mainmenu.menu-open {
	position: relative;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	right: 15px;
	visibility: visible;
}

.mainmenu ul li {
	display: inline-block;
}

.mainmenu ul li a {
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	position: relative;
	padding: 20px 20px;
}

.gc_main_navigation .gc_main_navigation,
.mainmenu ul li.active>.gc_main_navigation {
	position: relative;
}

.mainmenu ul li .gc_main_navigation:after,
.mainmenu ul li.active>.gc_main_navigation:after {
	content: '';
	border: 0.5px solid #fff;
	width: 0;
	position: absolute;
	left: 0 !important;
	right: 0 !important;
	margin: 0px auto !important;
	bottom: 13px !important;
	opacity: 0 !important;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.mainmenu ul li:hover .gc_main_navigation,
.mainmenu ul li.active>.gc_main_navigation {
	opacity: 1;
	color: #797979 !important;
	background: #fff;
}

.gc_main_navigation .gc_main_navigation,
.mainmenu ul li.active>.gc_main_navigation {
	position: relative;
}

.mainmenu ul li .gc_main_navigation:before,
.mainmenu ul li.active>.gc_main_navigation:before {
	position: absolute;
	content: '';
	width: 0;
	height: 2px;
	left: 0px;
	right: 0;
	margin: 0px auto;
	top: -1.6px;
	transition: all 500ms ease;
	-webkit-mask-size: 200%;
	animation: shine 2s infinite;
	background: rgba(116, 66, 93, 1);
	background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
	background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
}

.mainmenu ul li:hover .gc_main_navigation,
.mainmenu ul li.active>.gc_main_navigation {
	opacity: 1;
	color: #3f2f2f !important;
}

.mainmenu ul li:hover .gc_main_navigation:before,
.mainmenu ul li.active>.gc_main_navigation:before {
	width: 60px;
}

@-webkit-keyframes shine {
	from {
		-webkit-mask-position: 150%;
	}

	to {
		-webkit-mask-position: -50%;
	}
}

.nav>li>a:focus,
.nav>li>a:hover {
	background-color: transparent;
}

.menu-bar:after,
.menu-bar:before {
	background-color: #fff;
	content: "";
	height: 2px;
	position: absolute;
	right: 0;
	top: 8px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 30px;
}

.menu-bar.menu-close:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.menu-bar.menu-close:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.menu-bar.menu-close span {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/*************************
02.1 Submenu & Megamenu
*************************/

.mainmenu ul ul,
.mainmenu ul li .mega-menu {
	width: 220px;
	position: absolute;
	text-align: left;
	background-color: #f9f9f9;
	top: calc(100% + 30px);
	z-index: 9999999;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
	-webkit-transition: all 0.1s;
	-o-transition: all 0.1s;
	-ms-transition: all 0.1s;
	-moz-transition: all 0.1s;
	transition: all 0.1s;
}

.mainmenu ul li:hover>ul,
.mainmenu ul li:hover>.mega-menu {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
	top: 100%;
	border-top: 2px solid #fff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.mainmenu ul ul li {
	display: block;
}

.mainmenu ul ul li a,
.mainmenu ul li.has-mega .mega-menu span a {
	color: #797979;
	text-transform: capitalize;
	font-size: 14px;
	padding: 8px 10px 8px 20px;
	border-bottom: 1px solid #eee;
	margin: 0;
}

.mainmenu ul li.has-mega .mega-menu span a:hover {
	background-color: #00468c;
	color: #ffffff !important;
}

.mainmenu ul ul li:last-child>a {
	border-bottom: 0px;
}

.mainmenu ul ul li a:after {
	content: "";
}

.mainmenu ul ul li>ul {
	left: -100%;
	top: 50%;
	-webkit-transform-origin: 100% 50% 0;
	transform-origin: 100% 50% 0;
}

.mainmenu ul ul li:hover>ul {
	top: 20%;
}

.mainmenu ul li.has-mega .mega-menu {
	width: 100%;
	left: 0;
	padding: 20px 0px;
}

.mainmenu ul li.has-mega .mega-menu span {
	width: 25%;
	float: left;
	border-left: 1px solid #eee;
}

.mainmenu ul li.has-mega .mega-menu span a {
	padding-left: 20px;
	padding-right: 0px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.mainmenu ul li.has-mega .mega-menu span a:last-child {
	border-bottom: 0px;
}

.mainmenu ul li.has-mega .mega-menu span a:hover {
	padding-left: 3px;
	padding-left: 20px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.mainmenu ul li span a.active {
	font-weight: 600;
}

.mainmenu ul ul li.active>a {
	background-color: #eee;
	font-weight: 600;
}

.main_nav_ul {
	float: right;
}

/*************************
02.2 Sticky menu
*************************/
.header-area.stick .logo a {
	color: #222;
	margin-top: 2px;
	position: relative;
	z-index: 9999999;
}

.header-area.stick .logo a h2 span {
	background-color: #222;
	color: #fff;
}

.header-area.stick .mainmenu ul li a,
.stick .mean-container a.meanmenu-reveal {
	color: #000000;
}

.header-area.stick .menu-bar:after,
.header-area.stick .menu-bar:before,
.header-area.stick .menu-bar span,
.stick .mainmenu ul li.parent:after,
.stick .mainmenu ul li.parent:before,
.stick .mainmenu ul li.has-mega>a:before,
.stick .mainmenu ul li.has-mega>a:after,
.stick .mean-container a.meanmenu-reveal span {
	background-color: #222;
}

/*************************
02.3 Hidden menu bar
*************************/

.hidden-menu-bar .mainmenu {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	right: 0;
	visibility: visible;
	padding-right: 0;
	position: relative;
	z-index: 10;
	float: right;
}

/*************************
02.4 Onepage side menu
*************************/

.left-side-wrapper {
	background-color: #222;
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 15%;
	z-index: 99;
}

.left-side-wrapper .logo {
	text-align: center;
}

.left-side-wrapper .mainmenu ul li {
	display: block;
}

.left-side-wrapper .mainmenu ul li a {}

.left-side-wrapper .mainmenu {
	margin-top: 50px;
	position: relative;
}

.left-side-wrapper .mainmenu ul li>a:after,
.left-side-wrapper .mainmenu ul li.active>a:after {
	bottom: -5px;
	left: 20px;
	right: auto;
}

.right-side-wrapper {
	margin-left: 15%;
	width: 85%;
}

.right-side-wrapper .container-fluid {
	padding: 0% 10%;
}

.right-side-wrapper .container-fluid .single-project-item {
	height: 370px;
}

.right-side-wrapper .container-fluid .single-project-item.large {
	height: 460px;
}

/*************************
02.5 Onepage Menu
*************************/

.mainmenu.one-page-menu ul li a {
	padding-right: 10px;
	padding-left: 10px;
}

.mainmenu.one-page-menu ul li:hover a:after,
.mainmenu.one-page-menu ul li.active a:after {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	width: 90%;
}

.mainmenu.one-page-menu ul li a:after {
	width: 0%;
	height: 1px;
	content: "";
	background-color: #fff;
	position: absolute;
	left: 5%;
	top: 50%;
	margin-top: -5px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.stick .mainmenu.one-page-menu ul li a:after {
	background-color: #222;
}

.rp_mobail_menu_main_wrapper {
	float: none;
	width: 100%;
}

.kv_sub_menu {
	position: unset !important;
}

.kv_mega_menu {
	width: 100% !important;
	left: 0;
}

.kv_mega_menu_width {
	float: left;
	width: 100%;
	overflow: hidden;
}

.jn_menu_partion_div {
	float: left;
	width: 22%;
}

.jn_menu_partion_div:first-child {
	position: relative;
	padding-bottom: 5px;
}

.jn_menu_partion_div:first-child:after {
	content: '';
	width: 501px;
	min-height: 450px;
	background: #f9f9f9;
	position: absolute;
	left: -500px;
	top: 0;
}

.jn_menu_partion_div:nth-child(2) {
	width: 56%;
}

.jn_menu_partion_div li {
	float: left;
	width: 100%;
}

.jn_menu_partion_div ul {
	position: unset !important;
}

.mainmenu ul li:hover>ul .jn_menu_partion_div ul,
.mainmenu ul li:hover>.mega-menu .jn_menu_partion_div ul {
	opacity: 1 !important;
	visibility: visible !important;
}

.jn_menu_tabs_cont li a {
	font-weight: 500 !important;
	text-transform: uppercase !important;
	background: transparent !important;
	color: #797979 !important;
	padding-left: 30px !important;
}

.jn_menu_tabs_cont ul {
	background: transparent !important;
}

.jn_menu_tabs_cont li a:hover {
	background: transparent !important;
	color: #797979 !important;
	border-color: transparent !important;
}

.jn_menu_tabs_cont li:hover>a {
	color: #797979 !important;
}

.jn_menu_tabs_cont .nav-tabs .nav-item.show .nav-link,
.jn_menu_tabs_cont .nav-tabs .nav-link.active {
	background: #fff !important;
	border-color: transparent !important;
	position: relative;
	font-size: 14px;
}

.jn_menu_tabs_cont .nav-tabs .nav-link.active:after {
	content: '\f067';
	position: absolute;
	font-family: FontAwesome;
	left: 8px;
	top: 8px;
	font-size: 10px;
	color: #523746;
}

.jn_menu_tabs_cont .nav-tabs .nav-link.active:before {
	content: '\f105';
	position: absolute;
	font-family: FontAwesome;
	right: 8px;
	top: 8px;
	font-size: 18px;
	color: #523746;
}

.jn_menu_tabs_cont ul {
	width: 100% !important;
	border-bottom: 0;
}

.jen_tabs_conent_list ul {
	width: 100% !important;
}

.jen_tabs_conent_list {
	margin-top: 30px;
	padding-left: 20px;
}

.jen_tabs_conent_list li a {
	border: 0 !important;
}

.jen_tabs_conent_list li a:hover {
	color: #3f2f2f;
}

.jen_tabs_conent_list2 {
	padding-left: 0;
	position: relative;
}

.jen_tabs_conent_list2:after {
	content: '';
	width: 1px;
	height: 180px;
	background: #eee;
	position: absolute;
	right: 45px;
	top: 25px;
}

.jn_menu_img_blog {
	text-align: center;
	margin-top: 20px;
}

.jn_menu_img_blog h5 {
	padding-top: 10px;
	line-height: 26px;
	font-size: 16px;
}

.navi_btn {
	float: left;
	width: 180px;
	height: 30px;
	background: #9c1111;
	color: #fff !important;
	text-align: center;
	line-height: 28px;
	padding: 0 !important;
	margin-left: 20px !important;
	margin-top: 15px !important;
}

.mainmenu ul li:hover .gc_main_navigation i,
.mainmenu ul li.active>.gc_main_navigation i {
	color: #583744 !important;
}

.kv_navigation_wrapper {
	float: left;
	width: auto;
}

.jen_search_btn_wrapper {
	float: right;
	width: auto;
}

/*-- search Start --*/
.serach-header {
	float: right;

	z-index: 1;
}

.serach-header .searchd {
	background: transparent;
	line-height: 50px;
	height: 50px;
	border: 0;
}

.serach-header .searchd i {
	color: #29abff;
	font-size: 16px;
	border: 0 !important;
}

.searchd {
	background: transparent;
	float: left;
	height: 20px;
	border: 0;
	color: #797979;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.kv_navi_main_wrapper:hover .blue_serch {
	display: none;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.white_serch {
	display: none;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.kv_navi_main_wrapper:hover .white_serch {
	display: block;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.searchd:hover {
	color: #e17000;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.serach-header .searchbox {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 65, 101, 0.94);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 11000;
}

.serach-header .searchbox .close {
	background-color: transparent;
	box-shadow: none;
	color: #fff;
	font-size: 35px;
	font-weight: bold;
	opacity: 1;
	padding-top: 1px;
	text-shadow: none;
	float: right;
}

.serach-header .searchbox.open {
	-webkit-transform: translate(0px, 0px) scale(1, 1);
	-moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1);
	opacity: 1;
	filter: alpha(opacity=100);
}

.jen_search_box_wrapper input::-webkit-input-placeholder {
	color: #797979;
	font-size: 23px;
	font-weight: 600;
}

.jen_search_box_wrapper input:-moz-placeholder {
	/* Firefox 18- */
	color: #797979;
	font-size: 23px;
	font-weight: 600;
}

.jen_search_box_wrapper input::-moz-placeholder {
	/* Firefox 19+ */
	color: #797979;
	font-size: 23px;
	font-weight: 600;
}

.jen_search_box_wrapper input:-ms-input-placeholder {
	color: #797979;
	font-size: 23px;
	font-weight: 600;
}

.search_wrap {
	float: left;
	padding-top: 17px;
}

.jen_search_heading_wrapper h3 {
	color: #fff;
	text-transform: capitalize;
	float: left;
}

.jen_search_box_wrapper {
	margin-top: 20px;
}

.jen_search_box_wrapper input {
	width: calc(100% - 70px);
	height: 60px;
	float: left;
	color: #797979;
	font-size: 23px;
	font-weight: 600;
	padding-left: 20px;
	border: 0;
}

.jen_search_box_wrapper button {
	float: left;
	width: 70px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #fff;
	font-size: 20px;
	color: #797979;
	border: 0;
	cursor: pointer;
}

.jen_search_box_filter_wrapper h5 {
	color: #e17000;
	background: #fff;
	padding: 11px 15px;
	float: left;
	opacity: 1;
	font-size: 16px;
	font-weight: 600;
}

.jen_search_box_filter_wrapper ul {
	float: right;
}

.jen_search_box_filter_wrapper li {
	float: left;
}

.jen_search_box_filter_wrapper li a {
	text-transform: uppercase;
	background: #fff;
	float: left;
	padding: 7px 10px;
	font-size: 12px;
	color: #797979;
	margin-top: 2px;
	margin-right: 2px;
}

.jen_search_box_filter_wrapper li:last-child a {
	margin-right: 0;
}

.jen_search_box_filter_wrapper li a input[type="checkbox"] {
	display: none;

}

.jen_search_box_filter_wrapper li a label {
	cursor: pointer;
	color: #797979;
	font-weight: 500 !important;
	margin: 0;
}

.jen_search_box_filter_wrapper li a input[type="checkbox"]+label:before {
	border: 1px solid #797979;
	content: "\00a0";
	display: inline-block;
	font: 18px/1em sans-serif;
	height: 13px;
	padding: 0;
	margin-right: 8px;
	margin-top: 6px;
	line-height: 10px;
	vertical-align: top;
	width: 13px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.jen_search_box_filter_wrapper li a input[type="checkbox"]:checked+label:before {
	background: #fff;
	color: #797979;
	content: "\2713";
}

.jen_search_box_filter_wrapper li a input[type="checkbox"]:checked+label:after {
	font-weight: bold;
}

.jen_pagination_text_wrapper h5 {
	color: rgba(255, 255, 255, 0.8196078431372549);
	text-transform: lowercase;
	padding-top: 20px;
	font-size: 18px;
}

.jen_pagination_text_wrapper h5 span {
	text-transform: initial;
	float: right;
	padding-right: 10px;
}

.jen_filter_text_boxes_wrapper {
	margin-top: 40px;
}

.jen_filter_text_boxes_wrapper h5 {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.52);
}

.jen_filter_text_boxes_wrapper h4 {
	color: #fff;
	text-transform: capitalize;
	font-size: 21px;
	padding-top: 5px;
}

.jen_filter_text_boxes_wrapper h3 {
	color: rgba(255, 255, 255, 0.64);
	text-transform: capitalize;
	font-size: 20px;
	padding-top: 5px;
	font-family: 'GothamHTF-Book';
}

.jen_filter_text_boxes_wrapper a {
	text-transform: uppercase;
	background: #aa272c;
	color: #fff;
	padding: 5px 10px;
	font-size: 14px;
	margin-top: 10px;
	float: left;
}

.jen_filter_text_main_boxes_wrapper {
	height: 500px;
	overflow-y: scroll;
}

.jen_filter_pagination_wrapper {
	text-align: center;
}

.jen_filter_pagination_wrapper ul {
	display: inline-block;
	margin-top: 50px;
}

.jen_filter_pagination_wrapper li {
	float: left;
	margin-top: 10px;
}

.jen_filter_pagination_wrapper li a {
	width: 50px;
	height: 45px;
	float: left;
	text-align: center;
	line-height: 45px;
	color: #fff;
	background: #9a9999;
}

.jen_filter_pagination_wrapper li:last-child a {
	width: 80px;
}

.jen_filter_pagination_wrapper li a:hover {
	background: #b7b5b5;
}

.jen_filter_pagination_wrapper li a i {
	font-size: 11px;
}

.searchbox {
	text-align: center;
}

.jen_search_inner_box_warpper {
	width: 50%;
	display: inline-block;
	text-align: left;
	margin-top: 100px;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
	color: #e17000;
	text-decoration: none;
	opacity: .75;
}

.jen_contact_btn_wrapper {
	float: right;
	width: auto;
	padding-top: 17px;
	padding-bottom: 18px;
	padding-left: 10px;
	position: relative;
	padding-right: 10px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.jen_contact_btn_wrapper:hover {
	background: #fff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.jen_contact_btn_wrapper:after {
	content: '';
	border: 0.5px solid #fff;
	width: 0;
	position: absolute;
	left: 0 !important;
	right: 0 !important;
	margin: 0px auto !important;
	bottom: 8px !important;
	opacity: 0 !important;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.jen_contact_btn_wrapper:hover:after {
	content: '';
	border: 0.5px solid #797979;
	width: 75px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0px auto;
	bottom: 8px !important;
	opacity: 1 !important;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.jen_contact_btn_wrapper ul {
	width: 220px;
	position: absolute;
	text-align: left;
	background-color: #fff;
	top: calc(100% + 30px);
	z-index: 9999999;
	left: 0px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
	-webkit-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
}

.jen_contact_btn_wrapper:hover ul {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
	top: 100%;
	border-top: 2px solid #fff;
	-o-box-shadow: 0px 0px 25px -10px;
	-ms-box-shadow: 0px 0px 25px -10px;
	-moz-box-shadow: 0px 0px 25px -10px;
	-webkit-box-shadow: 0px 0px 25px -10px;
	box-shadow: 0px 0px 25px -10px;
}

.jen_contact_btn_wrapper .jen_cont_drop_btn {
	float: left;
	width: 120px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #797979;
	color: #797979;
	text-transform: uppercase;
	font-family: "Gotham-Medium";
	font-size: 12px;
	position: relative;
}

.jen_contact_btn_wrapper .jen_cont_drop_btn span {
	position: absolute;
	width: 15px;
	height: 15px;
	text-align: center;
	float: left;
	line-height: 15px;
	background: #fff;
	color: #797979;
	font-size: 8px;
	left: -7px;
	top: -7px;
	z-index: 1;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.jen_contact_btn_wrapper .jen_cont_drop_btn:hover {
	border: 1px solid #e17000;
	color: #e17000;
}

.jen_contact_btn_wrapper .jen_cont_drop_btn:hover span {
	color: #e17000;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.jen_contact_btn_wrapper ul li a {
	color: #797979 !important;
	text-transform: uppercase;
	font-size: 11.5px;
	letter-spacing: 0.5px;
	padding: 8px 10px 8px 20px;
	margin: 0;
	float: left;
	font-weight: 600;
}

.jen_contact_btn_wrapper ul li a:hover {
	color: #e17000 !important;
}

.jen_contact_btn_wrapper:hover .jen_cont_drop_btn {
	border: 1px solid #797979 !important;
	color: #797979 !important;
}

.jen_contact_btn_wrapper:hover a span {
	background: #fff !important;
	color: #797979 !important;
}

.jn_menu_img_blog a {
	font-size: 14px !important;
	color: #fff !important;
	display: inline-block !important;
	width: 160px;
	height: 50px;
	margin-top: 10px !important;
	margin-bottom: 30px !important;
	line-height: 35px !important;
	text-align: center;
	background: rgba(116, 66, 93, 1);
	background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
	background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.jn_menu_img_blog a:hover {
	background-image: -webkit-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
	background: rgba(116, 66, 93, 1);
	background: -moz-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
	background: -webkit-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
	background: -webkit-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
	background: -o-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
	background: -ms-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
	background: linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);

}

.jn_menu_img_blog img {
	width: 230px;
}

.jen_select_btn_wrapper {
	float: right;
	width: auto;
	margin-top: 17px;
	position: relative;
	margin-left: 10px;
}

.jen_select_btn_wrapper:after {
	content: '';
	border: 1px solid #fff;
	width: 20px;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.jen_select_btn_wrapper .nice-select .option.selected,
.jen_select_btn_wrapper .nice-select .option {
	font-family: "Gotham-Medium";
	color: #797979;
}

.jen_select_btn_wrapper .nice-select {
	padding-left: 7px;
	font-family: "Gotham-Medium";
	border-radius: 0;
	height: 29px;
	width: 45px;
	line-height: 28px;
	border: 1px solid #797979;
	color: #797979;
	font-size: 11.5px;
	margin-right: 10px;
	background: #fff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.jen_select_btn_wrapper .nice-select:after {
	right: 9px;
}

.jen_select_btn_wrapper p {
	position: relative;
}

.jen_select_btn_wrapper p:after {
	content: '';
	background: #797979;
	height: 1px;
	width: 20px;
	position: absolute;
	left: 7px;
	bottom: -33px;
	-moz-transform: rotate(141deg);
	-webkit-transform: rotate(141deg);
	-o-transform: rotate(141deg);
	-ms-transform: rotate(141deg);
	transform: rotate(142deg);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.jen_select_btn_wrapper p:before {
	content: '';
	border: 0.7px solid #797979;
	height: 10px;
	position: absolute;
	left: 9px;
	bottom: -38px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.jn_menu_partion_div_first {
	width: 25%;
	background: #fff !important;
}

.jn_menu_partion_div_first:after {
	display: none !important;
}

.jn_menu_partion_div_second {
	width: 45% !important;
}

.jn_menu_partion_div_third {
	width: 30%;
}

.kv_mega_menu_width_first {
	padding-bottom: 20px;
}

.jn_menu_img_blog_first {
	text-align: center;
	padding-left: 15px;
}

.jn_menu_img_blog_first img {
	float: left;
	padding-right: 15px;
}

.jn_menu_img_blog_first h5 {
	float: left;
	padding-top: 20px;
}

.jn_menu_img_blog_first a {
	float: left;
}

.jen_tabs_conent_list2_first:after {
	right: 24px !important;
}

.jen_tabs_conent_list_first {
	padding-left: 0;
}

.jen_tabs_conent_list_first li a {
	position: relative !important;
}

.jen_tabs_conent_list_first li a:after {
	content: '\f067' !important;
	position: absolute !important;
	font-family: FontAwesome !important;
	left: 0px !important;
	top: 8px !important;
	font-size: 10px !important;
	color: #3f2f2f !important;
	opacity: 0 !important;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.jen_tabs_conent_list_first li a:hover:after {
	opacity: 1 !important;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.parent a:hover {
	color: #3f2f2f;
}

.menu_fixed {
	position: fixed;
	z-index: 10000;
	top: 0;
	left: 0;
	padding-top: 0;
	background: #fff;
	box-shadow: 2px 0 20px rgba(0, 0, 0, 0.05);
}

/*--- responsive menu css Start -------*/

/* -------------------------------- 

Main Components 

-------------------------------- */

.mobail_menu {
	float: left;
}

.cd-dropdown-wrapper {
	display: inline-block;
	position: relative;
	height: 40px;
	margin: 0 0 0 0%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	float: right;
	margin-top: 20px;
}

.house_toggle i {
	font-size: 17px;
}

.cd-dropdown-trigger {
	display: block;
	position: relative;
	padding: 0 36px 0 20px;
	line-height: 40px;
	background-color: #111433;
	color: #ffffff;
	border-radius: 3px;
}

.no-touch .cd-dropdown-trigger:hover {
	background-color: #171b46;
}

.cd-dropdown-trigger::before,
.cd-dropdown-trigger::after {
	/* this is the arrow inside the dropdown trigger*/
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -1px;
	height: 2px;
	width: 9px;
	background: #ffffff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: width 0.3s, -webkit-transform 0.3s;
	-moz-transition: width 0.3s, -moz-transform 0.3s;
	transition: width 0.3s, transform 0.3s;
}

.cd-dropdown-trigger::before {
	right: 22px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.cd-dropdown-trigger::after {
	right: 17px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@media only screen and (min-width: 1024px) {
	.cd-dropdown-trigger {
		font-size: 1.5rem;
	}

	.cd-dropdown-trigger.dropdown-is-active {
		background-color: #3f8654;
	}

	.no-touch .cd-dropdown-trigger.dropdown-is-active:hover {
		background-color: #47975f;
	}

	.cd-dropdown-trigger.dropdown-is-active::before,
	.cd-dropdown-trigger.dropdown-is-active::after {
		/* transform the arrow into a 'X' */
		width: 14px;
	}

	.cd-dropdown-trigger.dropdown-is-active::before {
		/* transform the arrow into a 'X' */
		-webkit-transform: translateX(5px) rotate(-45deg);
		-moz-transform: translateX(5px) rotate(-45deg);
		-ms-transform: translateX(5px) rotate(-45deg);
		-o-transform: translateX(5px) rotate(-45deg);
		transform: translateX(5px) rotate(-45deg);
	}

	.cd-dropdown-trigger.dropdown-is-active::after {
		/* transform the arrow into a 'X' */
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}

.cd-dropdown h2,
.cd-dropdown-content a,
.cd-dropdown-content ul a {
	height: 50px;
	line-height: 50px;
}

@media only screen and (min-width: 768px) {

	.cd-dropdown h2,
	.cd-dropdown-content a,
	.cd-dropdown-content ul a {
		height: 60px;
		line-height: 60px;
	}
}

@media only screen and (min-width: 1024px) {

	.cd-dropdown h2,
	.cd-dropdown-content a,
	.cd-dropdown-content ul a {
		height: 50px;
		line-height: 50px;
	}
}

.cd-dropdown h2,
.cd-dropdown-content a,
.cd-dropdown-content ul a,
.cd-dropdown-content .cd-divider {
	padding: 0 20px;
	padding-right: 50px;
}

.cd-dropdown {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 300PX;
	height: 100%;
	background-color: #ffffff;
	color: #000000;
	visibility: hidden;
	/* Force Hardware Acceleration */
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0.5s;
	-moz-transition: -moz-transform 0.5s 0s, visibility 0s 0.5s;
	transition: transform 0.5s 0s, visibility 0s 0.5s;
}

.cd-dropdown h2 {
	/* dropdown title - mobile version only */
	position: relative;
	z-index: 1;
	position: relative;
	line-height: 39px;
	background: #fff;
}

.cd-dropdown h2 a {
	color: #3e2d2e;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}

.cd-dropdown h2 span {
	color: #23c0e9;
}

.cd-dropdown .cd-close {
	/* 'X' close icon - mobile version only */
	position: absolute;
	z-index: 1;
	right: 0;
	top: 0;
	height: 50px;
	width: 50px;
	/* image replacement */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	color: transparent;
}

.cd-dropdown .cd-close::after,
.cd-dropdown .cd-close::before {
	/* this is the 'X' icon */
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	height: 13px;
	width: 1px;
	background-color: #000000;
}

.cd-dropdown .cd-close::after {
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.cd-dropdown .cd-close::before {
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	-o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.cd-dropdown.dropdown-is-active {
	visibility: visible;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0s;
	-moz-transition: -moz-transform 0.5s 0s, visibility 0s 0s;
	transition: transform 0.5s 0s, visibility 0s 0s;
	box-shadow: 2px 0 20px rgba(0, 0, 0, 0.05);
	background: #fff;
}

@media only screen and (min-width: 768px) {
	.cd-dropdown .cd-close {
		top: 5px;
	}
}

@media only screen and (min-width: 1024px) {
	.cd-dropdown {
		position: absolute;
		top: calc(100% - 2px);
		/* reset style*/
		height: auto;
		width: auto;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		background-color: #ffffff;
		color: #111433;
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
		opacity: 0;
		-webkit-transform: translateY(30px);
		-moz-transform: translateY(30px);
		-ms-transform: translateY(30px);
		-o-transform: translateY(30px);
		transform: translateY(30px);
		-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
		-moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
		transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
	}

	.open-to-left .cd-dropdown {
		/* use the .open-to-left class if you want to open the dropdown on the left */
		right: 0;
		left: auto;
	}

	.cd-dropdown h2,
	.cd-dropdown .cd-close {
		/* on desktop - hide title and 'X' */
		display: none;
	}

	.cd-dropdown.dropdown-is-active {
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		-webkit-transition: opacity 0.3s 0s, visibility 0.3s 0s, -webkit-transform 0.3s 0s;
		-moz-transition: opacity 0.3s 0s, visibility 0.3s 0s, -moz-transform 0.3s 0s;
		transition: opacity 0.3s 0s, visibility 0.3s 0s, transform 0.3s 0s;
	}
}

.cd-dropdown-content,
.cd-dropdown-content ul {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	padding-top: 50px;
	overflow: auto;
	overflow-x: hidden;
}

.cd-dropdown-content a,
.cd-dropdown-content ul a {
	display: block;
	color: #797979;
	/* truncate text with ellipsis if too long */
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cd-dropdown-content li:first-of-type>a,
.cd-dropdown-content ul li:first-of-type>a {
	border-top-width: 0;
}

.cd-dropdown-content li:last-of-type>a,
.cd-dropdown-content ul li:last-of-type>a {
	border-bottom-width: 1px;
}

.cd-dropdown-content .cd-divider,
.cd-dropdown-content ul .cd-divider {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #0b0e23;
	font-size: 1.1rem;
	font-weight: bold;
	letter-spacing: 1px;
	color: #585a70;
	text-transform: uppercase;
}

.cd-dropdown-content .cd-divider+li>a,
.cd-dropdown-content ul .cd-divider+li>a {
	border-top-width: 0;
}

.cd-dropdown-content a,
.cd-dropdown-content .cd-search,
.cd-dropdown-content .cd-divider,
.cd-dropdown-content ul a,
.cd-dropdown-content ul .cd-search,
.cd-dropdown-content ul .cd-divider {
	/* Force Hardware Acceleration */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}

.cd-dropdown-content.is-hidden,
.cd-dropdown-content ul.is-hidden {
	/* push the secondary dropdown items to the right */
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
}

.cd-dropdown-content.is-hidden>li>a,
.cd-dropdown-content.is-hidden>li>.cd-search,
.cd-dropdown-content.is-hidden>.cd-divider,
.cd-dropdown-content.move-out>li>a,
.cd-dropdown-content.move-out>li>.cd-search,
.cd-dropdown-content.move-out>.cd-divider,
.cd-dropdown-content ul.is-hidden>li>a,
.cd-dropdown-content ul.is-hidden>li>.cd-search,
.cd-dropdown-content ul.is-hidden>.cd-divider,
.cd-dropdown-content ul.move-out>li>a,
.cd-dropdown-content ul.move-out>li>.cd-search,
.cd-dropdown-content ul.move-out>.cd-divider {
	/* lower down the dropdown items opacity - when secondary dropdown slides in or for dropdown items hidden on the right */
	opacity: 0;
}

.cd-dropdown-content.move-out>li>a,
.cd-dropdown-content.move-out>li>.cd-search,
.cd-dropdown-content.move-out>.cd-divider,
.cd-dropdown-content ul.move-out>li>a,
.cd-dropdown-content ul.move-out>li>.cd-search,
.cd-dropdown-content ul.move-out>.cd-divider {
	/* push the dropdown items to the left when secondary dropdown slides in */
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}

.dropdown-is-active .cd-dropdown-content,
.dropdown-is-active .cd-dropdown-content ul {
	-webkit-overflow-scrolling: touch;
}

@media only screen and (min-width: 768px) {

	.cd-dropdown-content,
	.cd-dropdown-content ul {
		padding-top: 60px;
	}

	.cd-dropdown-content a,
	.cd-dropdown-content ul a {}
}

@media only screen and (min-width: 1024px) {

	.cd-dropdown-content,
	.cd-dropdown-content ul {
		padding-top: 0;
		overflow: visible;
	}

	.cd-dropdown-content a,
	.cd-dropdown-content ul a {
		color: #111433;
		height: 50px;
		line-height: 50px;
		font-size: 1.5rem;
		border-color: #ebebeb;
	}

	.cd-dropdown-content .cd-divider,
	.cd-dropdown-content ul .cd-divider {
		background-color: transparent;
		color: #b3b3b3;
		border-top: 1px solid #ebebeb;
	}

	.cd-dropdown-content .cd-divider+li>a,
	.cd-dropdown-content ul .cd-divider+li>a {
		border-top-width: 1px;
	}

	.cd-dropdown-content.is-hidden>li>a,
	.cd-dropdown-content.is-hidden>li>.cd-search,
	.cd-dropdown-content.is-hidden>.cd-divider,
	.cd-dropdown-content.move-out>li>a,
	.cd-dropdown-content.move-out>li>.cd-search,
	.cd-dropdown-content.move-out>.cd-divider,
	.cd-dropdown-content ul.is-hidden>li>a,
	.cd-dropdown-content ul.is-hidden>li>.cd-search,
	.cd-dropdown-content ul.is-hidden>.cd-divider,
	.cd-dropdown-content ul.move-out>li>a,
	.cd-dropdown-content ul.move-out>li>.cd-search,
	.cd-dropdown-content ul.move-out>.cd-divider {
		/* reset mobile style */
		opacity: 1;
	}
}

.cd-dropdown-content .see-all a {
	/* different style for the See all links */
	color: #3f8654;
}

.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item,
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
	/* items with picture (or icon) and title */
	height: 80px;
	line-height: 80px;
}

.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item h3,
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
	/* truncate text with ellipsis if too long */
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
	padding-left: 90px;
}

.cd-dropdown-content .cd-dropdown-gallery img {
	position: absolute;
	display: block;
	height: 40px;
	width: auto;
	left: 20px;
	top: 50%;
	margin-top: -20px;
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
	padding-left: 75px;
	position: relative;
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
	color: #111433;
	font-size: 1.3rem;
	/* hide description on small devices */
	display: none;
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
	/* item icon */
	content: '';
	display: block;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 40px 40px;
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-1::before {
	background-image: url("../img/nucleo-icon-1.svg");
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-2::before {
	background-image: url("../img/nucleo-icon-2.svg");
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-3::before {
	background-image: url("../img/nucleo-icon-3.svg");
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-4::before {
	background-image: url("../img/nucleo-icon-4.svg");
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-5::before {
	background-image: url("../img/nucleo-icon-5.svg");
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-6::before {
	background-image: url("../img/nucleo-icon-6.svg");
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-7::before {
	background-image: url("../img/nucleo-icon-7.svg");
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-8::before {
	background-image: url("../img/nucleo-icon-8.svg");
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-9::before {
	background-image: url("../img/nucleo-icon-9.svg");
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-10::before {
	background-image: url("../img/nucleo-icon-10.svg");
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-11::before {
	background-image: url("../img/nucleo-icon-11.svg");
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-12::before {
	background-image: url("../img/nucleo-icon-12.svg");
}

@media only screen and (min-width: 1024px) {
	.cd-dropdown-content {
		/* reset mobile style */
		position: static;
		height: auto;
		width: 280px;
	}

	.cd-dropdown-content>li:last-of-type a {
		border-bottom: none;
	}

	.no-touch .cd-dropdown-content>li:not(.has-children) a:hover {
		color: #000000;
	}

	.cd-dropdown-content.move-out>li>a,
	.cd-dropdown-content.move-out>li>.cd-search,
	.cd-dropdown-content.move-out>.cd-divider {
		/* reset mobile style */
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}

	.cd-dropdown-content .cd-secondary-dropdown,
	.cd-dropdown-content .cd-dropdown-gallery,
	.cd-dropdown-content .cd-dropdown-icons {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		left: 100%;
		height: auto;
		background-color: #ffffff;
		box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
	}

	.cd-dropdown-content .cd-secondary-dropdown::after,
	.cd-dropdown-content .cd-dropdown-gallery::after,
	.cd-dropdown-content .cd-dropdown-icons::after {
		clear: both;
		content: "";
		display: table;
	}

	.open-to-left .cd-dropdown-content .cd-secondary-dropdown,
	.open-to-left .cd-dropdown-content .cd-dropdown-gallery,
	.open-to-left .cd-dropdown-content .cd-dropdown-icons {
		/* use the .open-to-left class if you want to open the dropdown on the left */
		left: auto;
		right: 100%;
	}

	.cd-dropdown-content .cd-secondary-dropdown.is-hidden,
	.cd-dropdown-content .cd-dropdown-gallery.is-hidden,
	.cd-dropdown-content .cd-dropdown-icons.is-hidden {
		/* reset mobile style */
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}

	.cd-dropdown-content .cd-secondary-dropdown.fade-in,
	.cd-dropdown-content .cd-dropdown-gallery.fade-in,
	.cd-dropdown-content .cd-dropdown-icons.fade-in {
		/* animate secondary dropdown items when hovering over of of the .cd-dropdown-content list items */
		-webkit-animation: cd-fade-in 0.2s;
		-moz-animation: cd-fade-in 0.2s;
		animation: cd-fade-in 0.2s;
	}

	.cd-dropdown-content .cd-secondary-dropdown.fade-out,
	.cd-dropdown-content .cd-dropdown-gallery.fade-out,
	.cd-dropdown-content .cd-dropdown-icons.fade-out {
		/* animate secondary dropdown items when hovering over of of the .cd-dropdown-content list items */
		-webkit-animation: cd-fade-out 0.2s;
		-moz-animation: cd-fade-out 0.2s;
		animation: cd-fade-out 0.2s;
	}

	.cd-dropdown-content .cd-secondary-dropdown>.go-back,
	.cd-dropdown-content .cd-dropdown-gallery>.go-back,
	.cd-dropdown-content .cd-dropdown-icons>.go-back {
		display: none;
	}

	.cd-dropdown-content .cd-secondary-dropdown>.see-all,
	.cd-dropdown-content .cd-dropdown-gallery>.see-all,
	.cd-dropdown-content .cd-dropdown-icons>.see-all {
		position: absolute;
		bottom: 20px;
		height: 45px;
		text-align: center;
	}

	.cd-dropdown-content .cd-secondary-dropdown>.see-all a,
	.cd-dropdown-content .cd-dropdown-gallery>.see-all a,
	.cd-dropdown-content .cd-dropdown-icons>.see-all a {
		margin: 0;
		height: 100%;
		line-height: 45px;
		background: #ebebeb;
		pointer-events: auto;
		-webkit-transition: color 0.2s, background-color 0.2s;
		-moz-transition: color 0.2s, background-color 0.2s;
		transition: color 0.2s, background-color 0.2s;
	}

	.no-touch .cd-dropdown-content .cd-secondary-dropdown>.see-all a:hover,
	.no-touch .cd-dropdown-content .cd-dropdown-gallery>.see-all a:hover,
	.no-touch .cd-dropdown-content .cd-dropdown-icons>.see-all a:hover {
		color: #ffffff;
		background-color: #111433;
	}

	.cd-dropdown-content .cd-secondary-dropdown .cd-dropdown-item,
	.cd-dropdown-content .cd-secondary-dropdown a,
	.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item,
	.cd-dropdown-content .cd-dropdown-gallery a,
	.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item,
	.cd-dropdown-content .cd-dropdown-icons a {
		border: none;
	}

	.cd-dropdown-content .cd-dropdown-gallery,
	.cd-dropdown-content .cd-dropdown-icons {
		padding: 20px 30px 100px;
	}

	.cd-dropdown-content .cd-dropdown-gallery>.see-all,
	.cd-dropdown-content .cd-dropdown-icons>.see-all {
		width: calc(100% - 60px);
	}

	.cd-dropdown-content .cd-dropdown-icons>li,
	.cd-dropdown-content .cd-secondary-dropdown>li {
		width: 50%;
		float: left;
	}

	.cd-dropdown-content .cd-secondary-dropdown {
		overflow: hidden;
		width: 550px;
		padding-bottom: 65px;
	}

	.cd-dropdown-content .cd-secondary-dropdown::before {
		/* this is the separation line in the middle of the .cd-secondary-dropdown element */
		position: absolute;
		content: '';
		top: 290px;
		left: 15px;
		height: 1px;
		width: 520px;
		background-color: #ebebeb;
	}

	.cd-dropdown-content .cd-secondary-dropdown>li>a {
		color: #3f8654;
		font-size: 1.6rem;
		margin-bottom: 10px;
		line-height: 30px;
		height: 30px;
		pointer-events: none;
	}

	.cd-dropdown-content .cd-secondary-dropdown>li>a::after,
	.cd-dropdown-content .cd-secondary-dropdown>li>a::before {
		/* hide the arrow */
		display: none;
	}

	.cd-dropdown-content .cd-secondary-dropdown.move-out>li>a {
		/* reset mobile style */
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}

	.cd-dropdown-content .cd-secondary-dropdown>li {
		margin: 20px 0;
		border-right-width: 1px;
		border-color: #ebebeb;
		border-style: solid;
		padding: 0 30px;
		height: 250px;
	}

	.cd-dropdown-content .cd-secondary-dropdown>li:nth-of-type(2n) {
		border-right-width: 0;
	}

	.cd-dropdown-content .cd-secondary-dropdown>li>ul {
		/* reset mobile style */
		-webkit-transform: translate(0);
		-moz-transform: translate(0);
		-ms-transform: translate(0);
		-o-transform: translate(0);
		transform: translate(0);
		position: relative;
		height: auto;
	}

	.cd-dropdown-content .cd-secondary-dropdown>li>ul>.go-back {
		display: none;
	}

	.cd-dropdown-content .cd-secondary-dropdown a {
		line-height: 25px;
		height: 25px;
		font-size: 1.3rem;
		padding-left: 0;
	}

	.no-touch .cd-dropdown-content .cd-secondary-dropdown a:hover {
		color: #3f8654;
	}

	.cd-dropdown-content .cd-secondary-dropdown ul {
		padding-bottom: 25px;
		overflow: hidden;
		height: auto;
	}

	.cd-dropdown-content .cd-secondary-dropdown .go-back a {
		padding-left: 20px;
		color: transparent;
	}

	.no-touch .cd-dropdown-content .cd-secondary-dropdown .go-back a:hover {
		color: transparent;
	}

	.cd-dropdown-content .cd-secondary-dropdown .go-back a::before,
	.cd-dropdown-content .cd-secondary-dropdown .go-back a::after {
		left: 0;
	}

	.cd-dropdown-content .cd-secondary-dropdown .see-all {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
	}

	.cd-dropdown-content .cd-dropdown-gallery {
		width: 600px;
		padding-bottom: 100px;
	}

	.cd-dropdown-content .cd-dropdown-gallery>li {
		width: 48%;
		float: left;
		margin-right: 4%;
	}

	.cd-dropdown-content .cd-dropdown-gallery>li:nth-of-type(2n) {
		margin-right: 0;
	}

	.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
		padding: 0;
		height: auto;
		line-height: normal;
		color: #3f8654;
		margin-bottom: 2em;
	}

	.cd-dropdown-content .cd-dropdown-gallery>li:nth-last-of-type(2) a,
	.cd-dropdown-content .cd-dropdown-gallery>li:last-of-type a {
		margin-bottom: 0;
	}

	.cd-dropdown-content .cd-dropdown-gallery img {
		position: static;
		height: auto;
		width: 100%;
		margin: 0 0 0.6em;
	}

	.cd-dropdown-content .cd-dropdown-icons {
		width: 600px;
	}

	.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
		height: 80px;
		line-height: 1.2;
		padding: 24px 0 0 85px;
	}

	.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item:hover {
		background: #ebebeb;
	}

	.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
		color: #3f8654;
		font-weight: bold;
	}

	.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
		display: block;
		font-size: 1.2rem;
	}

	.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
		left: 25px;
	}

	.cd-dropdown-content>.has-children>ul {
		visibility: hidden;
	}

	.cd-dropdown-content>.has-children>ul.is-active {
		/* when hover over .cd-dropdown-content items - show subnavigation */
		visibility: visible;
	}

	.cd-dropdown-content>.has-children>.cd-secondary-dropdown.is-active>li>ul {
		/* if .cd-secondary-dropdown is visible - show also subnavigation */
		visibility: visible;
	}

	.cd-dropdown-content>.has-children>a.is-active {
		/* hover effect for .cd-dropdown-content items with subnavigation */
		box-shadow: inset 2px 0 0 #3f8654;
		color: #3f8654;
	}

	.cd-dropdown-content>.has-children>a.is-active::before,
	.cd-dropdown-content>.has-children>a.is-active::after {
		background: #3f8654;
	}

	.open-to-left .cd-dropdown-content>.has-children>a.is-active {
		box-shadow: inset -2px 0 0 #3f8654;
	}
}

@-webkit-keyframes cd-fade-in {
	0% {
		opacity: 0;
		visibility: visible;
	}

	100% {
		opacity: 1;
		visibility: visible;
	}
}

@-moz-keyframes cd-fade-in {
	0% {
		opacity: 0;
		visibility: visible;
	}

	100% {
		opacity: 1;
		visibility: visible;
	}
}

@keyframes cd-fade-in {
	0% {
		opacity: 0;
		visibility: visible;
	}

	100% {
		opacity: 1;
		visibility: visible;
	}
}

@-webkit-keyframes cd-fade-out {
	0% {
		opacity: 1;
		visibility: visible;
	}

	100% {
		opacity: 0;
		visibility: visible;
	}
}

@-moz-keyframes cd-fade-out {
	0% {
		opacity: 1;
		visibility: visible;
	}

	100% {
		opacity: 0;
		visibility: visible;
	}
}

@keyframes cd-fade-out {
	0% {
		opacity: 1;
		visibility: visible;
	}

	100% {
		opacity: 0;
		visibility: visible;
	}
}

.cd-search input[type="search"] {
	width: 100%;
	height: 50px;
	padding: 0 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	background-color: #fff;
	color: #797979;
	border: none;
	border-radius: 0;
	border: 1px solid #eee;
	border-left: 0;
	border-right: 0;
}

.cd-search input[type="search"]::-webkit-input-placeholder {
	color: #797979;
}

.cd-search input[type="search"]::-moz-placeholder {
	color: #797979;
}

.cd-search input[type="search"]:-moz-placeholder {
	color: #797979;
}

.cd-search input[type="search"]:-ms-input-placeholder {
	color: #797979;
}

.cd-search input[type="search"]:focus {
	background: #ffffff;
	color: #111433;
	outline: none;
}

.cd-search input[type="search"]:focus::-webkit-input-placeholder {
	color: rgba(17, 20, 51, 0.4);
}

.cd-search input[type="search"]:focus::-moz-placeholder {
	color: rgba(17, 20, 51, 0.4);
}

.cd-search input[type="search"]:focus:-moz-placeholder {
	color: rgba(17, 20, 51, 0.4);
}

.cd-search input[type="search"]:focus:-ms-input-placeholder {
	color: rgba(17, 20, 51, 0.4);
}

@media only screen and (min-width: 1024px) {
	.cd-search input[type="search"] {
		background-color: #ebebeb;
	}

	.cd-search input[type="search"]::-webkit-input-placeholder {
		color: #b3b3b3;
	}

	.cd-search input[type="search"]::-moz-placeholder {
		color: #b3b3b3;
	}

	.cd-search input[type="search"]:-moz-placeholder {
		color: #b3b3b3;
	}

	.cd-search input[type="search"]:-ms-input-placeholder {
		color: #b3b3b3;
	}
}

.has-children>a,
.go-back a {
	position: relative;
}

.has-children>a::before,
.has-children>a::after,
.go-back a::before,
.go-back a::after {
	/* arrow icon in CSS - for element with nested unordered lists */
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -1px;
	display: inline-block;
	height: 1px;
	width: 9px;
	background: #797979;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.has-children>a::before,
.go-back a::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.has-children>a::after,
.go-back a::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@media only screen and (min-width: 1024px) {

	.has-children>a::before,
	.has-children>a::after,
	.go-back a::before,
	.go-back a::after {
		background: #b3b3b3;
	}
}

.has-children>a {
	padding-right: 40px;
	font-size: 14px;
	font-weight: 500;
}

.has-children>a::before,
.has-children>a::after {
	/* arrow goes on the right side - children navigation */
	right: 20px;
	-webkit-transform-origin: 9px 50%;
	-moz-transform-origin: 9px 50%;
	-ms-transform-origin: 9px 50%;
	-o-transform-origin: 9px 50%;
	transform-origin: 9px 50%;
}

@media only screen and (min-width: 1024px) {
	.open-to-left .cd-dropdown-content>.has-children>a {
		padding-left: 40px;
		padding-right: 20px;
	}

	.open-to-left .cd-dropdown-content>.has-children>a::before,
	.open-to-left .cd-dropdown-content>.has-children>a::after {
		right: auto;
		left: 20px;
		-webkit-transform-origin: 1px 50%;
		-moz-transform-origin: 1px 50%;
		-ms-transform-origin: 1px 50%;
		-o-transform-origin: 1px 50%;
		transform-origin: 1px 50%;
	}
}

.cd-dropdown-content .go-back a {
	padding-left: 40px;
}

.cd-dropdown-content .go-back a::before,
.cd-dropdown-content .go-back a::after {
	/* arrow goes on the left side - go back button */
	left: 20px;
	-webkit-transform-origin: 1px 50%;
	-moz-transform-origin: 1px 50%;
	-ms-transform-origin: 1px 50%;
	-o-transform-origin: 1px 50%;
	transform-origin: 1px 50%;
}

.cd-main-content {
	background-color: #e6e6e6;
	min-height: calc(100vh - 100px);
	padding: 2em 5%;
	line-height: 2;
}

.no-js .cd-dropdown-wrapper:hover .cd-dropdown {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.no-js .cd-dropdown-wrapper .cd-close {
	display: none;
}

.cd-dropdown-content li a {}

.cd-dropdown-content li a:hover {
	background: rgba(116, 66, 93, 1);
	background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
	background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
	color: #ffffff;

}

.has-children:hover>a::before,
.has-children:hover>a::after,
.go-back:hover a::before,
.go-back:hover a::after {
	background: #ffffff;
}

.kv_navi_main_wrapper:hover .hover_color {
	color: #fff;
}

.kv_navi_main_wrapper:hover .jen_select_btn_wrapper .nice-select {
	border: 1px solid #fff;
	background: #797979;
	color: #fff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.kv_navi_main_wrapper:hover .jen_select_btn_wrapper:after {
	border: 1px solid #797979;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.kv_navi_main_wrapper:hover .jen_select_btn_wrapper p:after {
	background: #fff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.kv_navi_main_wrapper:hover .jen_select_btn_wrapper p:before {
	border: 0.7px solid #fff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.kv_navi_main_wrapper:hover .jen_contact_btn_wrapper a {
	border: 1px solid #fff;
	color: #fff;
}

.kv_navi_main_wrapper:hover .jen_contact_btn_wrapper a span {
	background: #797979;
	color: #fff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.kv_navi_main_wrapper:hover .searchd {
	color: #fff;
}

.kv_logo_wrapper {
	display: block;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.kv_logo_wrapper2 {
	display: none;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.kv_navi_main_wrapper:hover .kv_logo_wrapper2 {
	display: block !important;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.kv_navi_main_wrapper:hover .kv_logo_wrapper {
	display: none;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.house_toggle svg {
	fill: #797979;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.kv_navi_main_wrapper:hover .house_toggle svg {
	fill: #fff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.jen_tabs_conent_list_first_services li a {
	position: relative;
	text-transform: capitalize !important;
	padding-top: 0 !important;
	padding-bottom: 0px !important;
}

.jen_tabs_conent_list_first_services li:first-child a {
	font-size: 14px !important;
	font-weight: 800;
	padding-bottom: 15px !important;
	text-transform: uppercase !important;
	margin-bottom: 10px;
	letter-spacing: 1.5px;
}

.jen_tabs_conent_list_first_services li a:after {
	top: 0 !important;
}

.jen_tabs_conent_list_first_services li:first-child a:before {
	content: '';
	border: 0.5px solid rgba(0, 0, 0, 0.07);
	position: absolute;
	left: 19px;
	width: 233px;
	bottom: 8px;
}

.edu_navihation_header_wrapper {
	position: relative;
}

.edu_seach_wrapper {
	float: right;
	width: auto;
	padding-top: 20px;
}

.gc_search_box {
	position: absolute;
	right: 0px;
	top: 100%;
	padding: 0px;
	width: 100%;
	display: inline-block;
	border-radius: 0px;
	background-color: #ffffff;
	display: none;
	z-index: 1000;
}

.gc_search_box input {
	float: left;
	width: calc(100% - 60px);
	padding: 0px 10px;
	height: 120px;
	border: 1px solid #e1e1e1;
	border-right: 0px;
	font-size: 30px;
	color: #000000;
}

.gc_search_box button {
	width: 60px;
	height: 120px;
	color: #000000;
	border: 1px solid #e1e1e1;
	border-left: none;
	background-color: #ffffff;
	text-align: center;
	padding: 0px;
	font-size: 24px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

#search_button svg {
	width: 16px;
	fill: #797979;
	line-height: 0;
	height: 16px;
}

.edu_profile_wrapper {
	width: auto;
	float: right;
	padding-top: 5px;
}

.edu_profile_wrapper .nice-select {
	height: 50px;
	border: 0;
	border-radius: 0;
	padding-right: 15px;
	background: transparent;
	line-height: 50px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.edu_profile_wrapper li a {
	float: left;
	width: 100%;
	padding-left: 15px !important;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.edu_profile_wrapper li a:hover {
	color: #fff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	background: rgba(116, 66, 93, 1);
	background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
	background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
}

.edu_profile_wrapper .nice-select.open:after {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.edu_profile_wrapper .current {
	color: #7b96c4;
	font-weight: 600;
	font-size: 14px;
}

.edu_profile_wrapper .nice-select:after {
	margin-top: -1px;
	right: 5px;
}

.edu_profile_wrapper .current img {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.edu_profile_wrapper .list {
	width: 210px;
	left: auto;
	right: 0;
}

.edu_profile_wrapper i:before {
	margin-left: 0;
	margin-right: 5px;
}

.edu_message_dropbox_wrapper ul li:first-child {
	background: #f9f9f9;
	padding-left: 15px;
}

.edu_message_dropbox_wrapper .nice-select .list:hover .option:first-child:not(:hover) {
	background: #f9f9f9 !important;
}

.edu_message_dropbox_wrapper .nice-select .option {
	float: left;
	width: 100%;
}

.edu_message_dropbox_wrapper .nice-select .option:last-child {
	text-align: center;
	padding-top: 10px;
	color: #666666;
	font-weight: 600;
}

.edu_message_dropbox_wrapper .nice-select {
	height: 50px;
	border: 0;
	border-radius: 0;
	background: transparent;
	line-height: 50px;
	padding-right: 5px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	color: #797979;
}

.edu_message_dropbox_wrapper .nice-select .option:hover,
.edu_message_dropbox_wrapper .nice-select .option.focus,
.edu_message_dropbox_wrapper .nice-select .option.selected.focus {
	background: transparent;
}

.edu_message_dropbox_wrapper .nice-select .list {
	left: auto;
	right: -10px;
	width: 300px;
	padding-bottom: 5px;
}

.edu_message_dropbox_wrapper {
	float: right;
	width: auto;
	padding-top: 9px;
}

.edu_message_dropbox_wrapper .nice-select:after {
	display: none;
}

#search_button {
	cursor: pointer;
}

.crm_mess_main_box_wrapper {
	float: left;
	width: 100%;
	margin-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
}

.crm_mess_img_wrapper {
	float: left;
	width: 50px;
}

.crm_mess_img_wrapper img {
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.crm_mess_img_cont_wrapper {
	float: left;
	width: calc(100% - 50px);
	padding-left: 10px;
	padding-top: 9px;
}

.crm_mess_img_cont_wrapper h4 {
	font-size: 14px;
	color: #666666;
	font-weight: 600;
}

.crm_mess_img_cont_wrapper h4 span {
	font-size: 12px;
	color: #666666;
	float: right;
	font-weight: 500;
}

.crm_mess_img_cont_wrapper p {
	font-size: 12px;
	line-height: 0;
	padding-top: 10px;
	color: #756666;
}

.crm_mess_all_main_box_wrapper {
	float: left;
	width: 100%;
}

.crm_mess_all_main_box_wrapper p a {
	text-align: center;
	color: #666666;
	font-weight: 600;
	width: 100%;
	float: left;
	padding: 10px;
}

.budge_noti {
	float: left;
	width: 18px;
	height: 18px;
	line-height: 15px;
	font-size: 10px;
	line-height: 18px;
	text-align: center;
	background: #ff4081;
	color: #fff !important;
	padding: 0 !important;
	font-style: normal;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	position: absolute;
	left: 29px;
	top: 3px;
}

.budge_noti_wrapper {
	position: relative;
}

.nice-select.open .list {
	z-index: 100;
}

/*------- edu logo header wrapper End ------*/
/*-- revolution slider open --*/

.slide1 h2 {
	background: rgba(116, 66, 93, 1);
	background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
	background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
	padding-left: 45px;
	padding-right: 50px;
	padding-top: 3px;
	padding-bottom: 5px;
	font-size: 55px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
}

.slide2 h2 {
	background: #fff;
	padding-left: 30px;
	padding-right: 41px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 55px;
	color: #583844;
	font-family: 'Roboto', sans-serif;
	-o-box-shadow: 0px 0px 25px -10px;
	-ms-box-shadow: 0px 0px 25px -10px;
	-moz-box-shadow: 0px 0px 25px -10px;
	-webkit-box-shadow: 0px 0px 25px -10px;
	box-shadow: 0px 0px 25px -10px;
}

.slide3 h2 {
	background: rgba(116, 66, 93, 1);
	background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
	background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
	padding-left: 30px;
	padding-right: 43px;
	padding-top: 3px;
	padding-bottom: 5px;
	font-size: 55px;
	color: #fff;
	margin-top: -27px;
	font-family: 'Roboto', sans-serif;
}

/*-- revolution slider end --*/
/*-- revolution slider end --*/
.index3_form_wrapper {
	padding: 100px 0;
	position: relative;
	background: #f9f9f9;
}

.index3_form_box {
	border: 1px solid #e2e2e2;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	float: left;
	width: 100%;
	margin-top: 50px;
	background: #fff;
}

.select_box3 {
	float: left;
	width: 22%;
	margin-left: 0;
}

.select_box3 .nice-select {
	border: 0;
	border-right: 1px solid #e2e2e2;
	background: transparent;
	font-style: normal;
	width: 100%;
}

.select_box3 .nice-select .current {
	left: 30px;
	font-size: 16px;
	text-transform: capitalize;
}

.select_box3 .nice-select.open .list {
	width: 100%;
}

.contct_form_new3 {
	float: left;
	width: 25%;
}

.contct_form_new3 input {
	font-style: normal;
	border: 0;
	margin-bottom: 0;
	margin-top: 5px;
	width: 100%;
	height: 45px;
	padding-left: 20px;
}

.index3_form_search {
	float: left;
	width: 9%;
	border-radius: 100px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: rgba(116, 66, 93, 1);
	background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
	background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
}

.index3_form_search:hover {
	background-image: -webkit-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
	background: rgba(116, 66, 93, 1);
	background: -moz-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
	background: -webkit-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
	background: -webkit-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
	background: -o-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
	background: -ms-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
	background: linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
}

.select_box .nice-select {
	height: 60px;
	line-height: 60px;
}

.index3_form_search a i {
	color: #fff;
	font-size: 18px;
}

.index3_form_search a {
	float: left;
	width: 100%;
}

.edu_heading_wrapper {
	text-align: center;
}

.edu_heading_wrapper h3 {
	font-size: 30px;
	color: #1e283c;
	text-transform: uppercase;
	font-weight: 600;
	position: relative;
}

.edu_heading_wrapper p {
	padding-top: 40px;
}

.edu_heading_wrapper h3:after {
	position: absolute;
	content: '';
	background: rgba(116, 66, 93, 1);
	background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
	background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
	width: 60px;
	height: 3px;
	left: 0px;
	right: 0;
	margin: 0px auto;
	bottom: -20px;
	transition: all 500ms ease;
	-webkit-mask-size: 200%;
	animation: shine 2s infinite;
}

/*-- edu form wrapper end --*/
/*-- edu books wrapper Start --*/
.edu_books_main_wrapper {
	padding-top: 100px;
	padding-bottom: 100px;
}

.edu_books_text h3 a {
	font-size: 18px;
	color: #1e283c;
	font-weight: 600;
}

.edu_books_text h3 a:hover {
	color: #523746;
}

.edu_books_text p {
	padding-top: 10px;
}

.edu_books_text h4 {
	margin-top: 20px;
}

.edu_books_text h4 a {
	font-size: 14px;
	color: #fff;
	float: left;
	width: 160px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background: rgba(116, 66, 93, 1);
	background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
	background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
}

.edu_books_text h4 a:hover {
	background-image: -webkit-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
	background: rgba(116, 66, 93, 1);
	background: -moz-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
	background: -webkit-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
	background: -webkit-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
	background: -o-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
	background: -ms-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
	background: linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
}

/*-- edu books wrapper End --*/
/*-- edu counter wrapper Start --*/
.edu_counter_main_section_wrapper {
	background: url('../images/counto.jpg') 50% 0 repeat-y;
	background-position: center 0;
	background-size: cover;
	height: 100%;
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
	background-attachment: fixed;
}

.edu_counter_img_overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.73);
}

.icon {
	float: left;
	width: 50px;
}

.count-description {
	float: left;
	width: calc(100% - 50px);
	padding-left: 20px;
}

.timer {
	font-size: 40px;
	font-weight: 600;
	color: #fff;
	position: relative;
}

.timer:after {
	position: absolute;
	content: '';
	background: rgba(116, 66, 93, 1);
	background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
	background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
	width: 60px;
	height: 3px;
	left: 0px;
	bottom: -13px;
	transition: all 500ms ease;
	-webkit-mask-size: 200%;
	animation: shine 2s infinite;
}

.con1 {
	font-size: 18px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.74);
	padding-top: 30px;
}

/*-- edu counter wrapper End --*/
/*-- edu course wrapper Start --*/
.edu_course_main_wrapper {
	padding-top: 100px;
	padding-bottom: 100px;
}

#filter {
	position: relative;
	display: inline-block;
	height: 50px;
	border: 2px solid #e38612;
	background: #ffffff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

#filter li a {
	display: block;
	font-size: 16px;
	cursor: pointer;
	color: #000000;
	font-weight: 600;
	letter-spacing: 1px;
	background: transparent;
	padding: 5px 10px;
	margin-right: 10px;
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

#filter li {
	position: relative;
}

.my_filter_tabs .active {
	position: relative;
}

#filter li a:last-child {
	margin-right: 0px;
}

#filter li a {
	padding: 10px 50px;
}

.filter_slider {
	display: inline-block;
	height: 50px;
	border-radius: 3px;
	background-color: #e38612;
	position: absolute;
	z-index: 1;
	bottom: -48px;
	transition: all .4s linear;
	border-radius: 50px;
	;
}

#filter li .active {
	color: #ffffff !important;
}

.edu_coll_slider_tabs .nav-tabs .active a {
	background-color: transparent !important;
	border: none !important;
	position: relative;
}

.edu_coll_slider_tabs .tab-pane {
	padding: 15px;
	height: 300px;
}

.edu_coll_slider_tabs .nav-tabs li {
	margin: 0px;
	float: left;
}

.edu_coll_slider_tabs .nav-tabs li a {
	position: relative;
	margin-right: 0px !important;
	padding: 12px 23px !important;
	font-size: 16px;
	border: none !important;
	text-transform: uppercase;
	color: #1e283c;
	letter-spacing: 1px;
}

.edu_coll_slider_tabs .nav-tabs a:hover {
	background-color: transparent !important;
	border: none;
}

.slider {
	display: inline-block;
	height: 3px;
	background-color: #5e3a4a;
	position: absolute;
	z-index: 1;
	bottom: 0px;
	transition: all .4s linear;
	transition: all 500ms ease;
	-webkit-mask-image: linear-gradient(-75deg, rgba(244, 55, 55, 0.24) 50%, #f43737 50%, rgba(0, 0, 0, 1) 70%);
	-webkit-mask-size: 200%;
	animation: shine 2s infinite;
}

.edu_coll_slider_tabs .nav-tabs .active a {
	background-color: transparent !important;
	border: none !important;
	position: relative;
}

.edu_coll_slider_tabs .nav-tabs {
	position: relative;
	border: 0;
	display: inline-block;
	padding-bottom: 20px;
}

.edu_coll_slider_tabs .nav-tabs:after {
	content: '';
	background: rgba(84, 102, 237, 0.2);
	width: 130%;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: -70px;
}

.edu_coll_slider_tabs {
	padding-top: 60px;
	text-align: center;
}

.edu_slide_tabs_img_box img {
	width: 100%;
}

.edu_slide_tabs_img_box {
	position: relative;
}

.edu_tabs_label {
	width: 70px;
	height: 70px;
	text-align: center;
	background: #dad5d5;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	position: absolute;
	bottom: -35px;
	right: 30px;
}

.edu_tabs_label:after {
	content: '';
	border: 10px solid #fff;
	width: 80px;
	height: 80px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	position: absolute;
	top: -4px;
	left: -4px;
}

.edu_tabs_label p {
	font-size: 20px;
	color: #3d3d3d;
	line-height: 70px;
}

.edu_slide_tab_box {
	margin-top: 0px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.edu_tabs_label_inner {
	width: 70px;
	height: 70px;
	text-align: center;
	background: rgba(116, 66, 93, 1);
	background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
	background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.edu_tabs_label_inner p {
	font-size: 20px;
	color: #fff;
	line-height: 70px;
}

.edu_slide_tab_box:hover .edu_tabs_label_inner {
	top: -55px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.edu_slide_tabs_img_cont_box {
	padding: 40px 20px;
	border: 1px solid #eee;
	border-top: 0;
}

.edu_slide_tab_box:hover {
	-o-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.edu_slide_tabs_img_cont_box h4 {
	font-size: 16px;
	color: #797979;
	font-family: 'Lato', sans-serif;
}

.edu_slide_tabs_img_cont_box h4 span,
.edu_slide_tabs_img_cont_box h3 a:hover {
	color: #5e3a4a;
}

.edu_slide_tabs_img_cont_box h3 {
	padding-top: 10px;
}

.edu_slide_tabs_img_cont_box h3 a {
	font-size: 22px;
	font-weight: 600;
	color: #1e283c;
	position: relative;
	height: 50px;
}

.edu_slide_tabs_img_cont_box h3 a:after {
	position: absolute;
	content: '';
	width: 60px;
	height: 3px;
	left: 0px;
	bottom: -20px;
	transition: all 500ms ease;
	background: rgba(116, 66, 93, 1);
	background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
	background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
	-webkit-mask-size: 200%;
	animation: shine 2s infinite;
}

.edu_slide_tabs_img_cont_box p {
	padding-top: 35px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.edu_slide_tabs_img_cont_box h5 {
	margin-top: 30px;
}

.edu_slide_tabs_img_cont_box h5 a {
	font-size: 14px;
	color: #fff;
	float: left;
	width: 160px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: rgba(116, 66, 93, 1);
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.edu_slide_tabs_img_cont_box h5 a:hover {
	background: rgba(116, 66, 93, 1);
}

.edu_slide_tab_box2 {
	margin-top: 30px;
}

/*-- edu course wrapper End --*/
/*-- edu gallery wrapper Start --*/
.edu_gallery_main_wrapper {
	background: #fbfbfb;
	padding-top: 100px;
	padding-bottom: 100px;
}

.swiper-container {
	padding-bottom: 0;
	padding-top: 0;
	width: 100%;
	margin-top: 60px;
}

.swiper-slide {
	background-position: center;
	background-size: cover;
	width: 350px;
}

.screenshot-style2 .swiper-pagination-bullet-active {
	background: #ec919a;
}

.swiper-pagination-bullet {
	background: #dddddd;
	opacity: 1 !important;
	width: 12px;
	height: 12px;
}

.swiper-slide-active {
	position: relative;
}

.swiper-slide img {
	width: 100%;
}

.screenshot-style2 {
	background-color: #0f1129;
}

.swiper-pagination-bullet-active {
	background: #007aff none repeat scroll 0 0 !important;
	opacity: 1;
}

.swiper-button-next {
	display: block !important;
	opacity: 1;
}

.swiper-button-prev {
	position: absolute;
	width: 50px;
	height: 50px;
	line-height: 45px;
	left: -50px;
	font-size: 25px;
	padding-right: 3px;
	top: 60%;
	color: #fff;
	text-align: center;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background: rgba(116, 66, 93, 1);
	background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
	background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
}

.swiper-button-prev:focus,
.swiper-button-next:focus {
	outline: none;
}

.swiper-button {
	position: absolute;
	top: 40%;
}

.swiper-button-next {
	position: absolute;
	width: 50px;
	height: 50px;
	line-height: 45px;
	padding-left: 3px;
	right: -50px;
	font-size: 25px;
	top: 60%;
	color: #fff;
	text-align: center;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background: rgba(116, 66, 93, 1);
	background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
	background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
	display: none;
}

.edu_gallery_slider_overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 500px;
	bottom: 0;
	text-align: center;
	background: rgba(138, 62, 73, 0.46);
	opacity: 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.swiper-slide-active .edu_gallery_slider_overlay {
	opacity: 1;
	top: 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.edu_gallery_slider_overlay a {
	position: absolute;
	display: inline-block;
	top: 40%;
	left: 50%;
	color: #fff;
	font-size: 16px;
	width: 50px;
	height: 50px;
	margin-left: -20px;
	line-height: 50px;
	text-align: center;
	background: #453134;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

/*-- edu gallery wrapper End --*/
/*-- edu team wrapper Start --*/
.edu_team_main_wrapper {
	padding-top: 100px;
	padding-bottom: 100px;
}

.edu_team_main_box {
	width: 100%;
	height: 250px;
	text-align: center;
	background: #f1f1f1;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	position: relative;
	margin-top: 60px;
}

.edu_team_main_box:after {
	content: '';
	border: 10px solid #483237;
	width: 100%;
	height: 250px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.edu_team_inner_box {
	width: 100%;
	height: 250px;
	text-align: center;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.7s;
	-o-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-moz-transition: all 0.7s;
	transition: all 0.7s;
}

.edu_team_main_box:hover .edu_team_inner_box {
	top: -220px;
	-webkit-transition: all 0.7s;
	-o-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-moz-transition: all 0.7s;
	transition: all 0.7s;
}

.edu_team_inner_box img {
	width: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	height: 250px;
}

.edu_team_main_box h3 {
	padding-top: 80px;
	position: relative;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.edu_team_main_box h3 a {
	font-size: 18px;
	color: #483237;
	font-weight: 600;
}

.edu_team_main_box:hover h3,
.edu_team_main_box:hover p,
.edu_team_main_box:hover ul {
	opacity: 1;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.edu_team_main_box p {
	font-size: 16px;
	color: #1e283c;
	padding-top: 5px;
	opacity: 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.edu_team_main_box ul {
	display: inline-block;
	position: relative;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.edu_team_main_box li {
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}

.edu_bottom_btn_wrapper {
	text-align: center;
}

.edu_bottom_btn_wrapper a {
	font-size: 14px;
	color: #fff;
	display: inline-block;
	width: 160px;
	height: 50px;
	margin-top: 60px;
	line-height: 50px;
	text-align: center;
	background: rgba(116, 66, 93, 1);
	background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
	background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.edu_bottom_btn_wrapper a:hover {
	background-image: -webkit-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
	background: rgba(116, 66, 93, 1);
	background: -moz-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
	background: -webkit-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
	background: -webkit-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
	background: -o-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
	background: -ms-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
	background: linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
}

/*-- edu team wrapper End --*/
/*-- edu Blog wrapper Start --*/
.edu_blog_main_wrapper {
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
}

.edu_blog_main_wrapper:after {
	content: '';
	width: 100%;
	height: 500px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background: rgba(116, 66, 93, 1);
	background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
	background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
}

.edu_heading_second_wrapper {
	position: relative;
	z-index: 1;
}

.edu_heading_second_wrapper h3 {
	color: #fff;
}

.edu_heading_second_wrapper h3:after {
	position: absolute;
	content: '';
	background: #fff;
	width: 60px;
	height: 3px;
	left: 0px;
	right: 0;
	margin: 0px auto;
	bottom: -20px;
	transition: all 500ms ease;
	-webkit-mask-image: linear-gradient(-75deg, rgba(244, 55, 55, 0.24) 50%, #f43737 50%, rgba(0, 0, 0, 1) 70%);
	-webkit-mask-size: 200%;
	animation: shine 2s infinite;
}

.edu_heading_second_wrapper p {
	color: rgba(255, 255, 255, 0.74);
}

.edu_blog_main_box {
	position: relative;
	z-index: 1;
	margin-top: 60px;
	padding: 20px;
	padding-top: 32px;
	top: 0;
	background: #fff;
	border: 1px solid #eee;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.edu_blog_label {
	width: 120px;
	height: 40px;
	text-align: center;
	-webkit-border-top-right-radius: 50px;
	-moz-border-top-right-radius: 50px;
	border-top-right-radius: 50px;
	-webkit-border-bottom-right-radius: 50px;
	-moz-border-bottom-right-radius: 50px;
	border-bottom-right-radius: 50px;
	position: absolute;
	top: 25px;
	left: -1px;
	background: rgba(116, 66, 93, 1);
	background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
	background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
}

.edu_blog_label p {
	color: #fff;
	line-height: 37px;
}

.edu_blog_img_wrapper img {
	width: 100%;
}

.edu_blog_date p {
	float: right;
}

.edu_blog_date {
	padding-bottom: 35px;
}

.edu_blog_img_content_wrapper p {
	padding-top: 20px;
}

.edu_blog_img_content_wrapper ul {
	margin-top: 10px;
}

.edu_blog_img_content_wrapper li {
	float: left;
	margin-right: 15px;
	margin-top: 5px;
}

.edu_blog_img_content_wrapper li a i {
	color: #433033;
}

.edu_blog_img_content_wrapper li:last-child a i {
	color: #c70606;
}

.edu_blog_main_box:hover {
	position: relative;
	top: -5px;
	-o-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

/*-- edu Blog wrapper End --*/
/*-- edu partner wrapper End --*/
.edu_partner_main_wrapper {
	padding: 100px 0;
	position: relative;
	background: #f9f9f9;
}

.sw_partners_wrapper {
	float: left;
	width: 100%;
}

.partners_slider_wrapper {
	float: left;
	width: 100%;
	text-align: center;
}

.partners_slider_wrapper .owl-carousel .owl-stage:after {
	height: 20px;
}

.partners_slider_wrapper .owl-carousel .owl-stage-outer {
	padding: 5px 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.partners_slider_wrapper .owl-theme .owl-dots {
	display: none;
}

.partners_slider_wrapper .owl-theme .owl-nav {
	position: absolute;
	top: 30%;
	z-index: 1;
	display: block;
	left: 0;
	right: 0;
	margin: 0px auto;
}

.partners_slider_wrapper .owl-theme .owl-nav .owl-prev {
	color: #fff;
	font-size: 16px;
	margin: 5px;
	width: 45px;
	height: 45px;
	padding-right: 11px;
	left: -55px;
	position: absolute;
	line-height: 40px;
	display: inline-block;
	border-radius: 50px;
	cursor: pointer;
	background: rgba(116, 66, 93, 1);
	background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
	background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
}

.partners_slider_wrapper .owl-theme .owl-nav .owl-next {
	color: #fff;
	font-size: 16px;
	margin: 5px;
	width: 45px;
	height: 45px;
	right: -55px;
	padding-left: 13px;
	position: absolute;
	line-height: 40px;
	background: rgba(116, 66, 93, 1);
	background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
	background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
	display: inline-block;
	border-radius: 40px;
	cursor: pointer;
}

.partners_slider_wrapper .owl-theme .owl-nav .owl-next:hover {
	background-image: -webkit-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
	background: rgba(116, 66, 93, 1);
	background: -moz-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
	background: -webkit-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
	background: -webkit-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
	background: -o-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
	background: -ms-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
	background: linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.partners_slider_wrapper .owl-theme .owl-nav .owl-prev:hover {
	background-image: -webkit-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
	background: rgba(116, 66, 93, 1);
	background: -moz-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
	background: -webkit-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
	background: -webkit-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
	background: -o-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
	background: -ms-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
	background: linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.lr_prt_img_wrapper img {
	float: left;
	width: auto;
}

.lr_prt_img_wrapper {
	background: transparent;
	padding: 40px;
	width: 210px;
	height: 130px;
	padding-top: 30px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.lr_prt_img_wrapper:hover {
	background: #fff;
	-o-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.partners_slider_wrapper .owl-carousel .owl-item {
	padding-right: 10px !important;
}

.partners_slider_wrapper {
	margin-top: 60px;
}

/*-- edu partner wrapper End --*/
/*-- edu_letter_main_wrapper Start --*/
.edu_letter_main_wrapper {
	padding-top: 60px;
	padding-bottom: 60px;
	background: rgba(116, 66, 93, 1);
	background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
	background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
}

.edu_left_envo {
	float: left;
	width: 50%;
	padding-top: 7px;
}

.edu_left_envo img {
	float: left;
}

.edu_left_envo h3 {
	font-size: 28px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	float: left;
	width: auto;
	padding-left: 15px;
	padding-top: 4px;
}

.edu_right_form {
	float: left;
	width: 50%;
}

.edu_right_form input {
	width: calc(100% - 160px);
	float: left;
	height: 50px;
	position: relative;
	left: 23px;
	background: transparent;
	border: 1px solid #fff;
	padding-left: 20px;
	color: #fff;
	-webkit-border-top-left-radius: 50px;
	-moz-border-top-left-radius: 50px;
	border-top-left-radius: 50px;
	-webkit-border-bottom-left-radius: 50px;
	-moz-border-bottom-left-radius: 50px;
	border-bottom-left-radius: 50px;
}

.edu_right_form input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.63);
}

.edu_right_form input::-moz-placeholder {
	color: rgba(255, 255, 255, 0.63);
}

.edu_right_form input:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.63);
}

.edu_right_form input:-moz-placeholder {
	color: rgba(255, 255, 255, 0.63);
}

.edu_right_form button {
	width: 160px;
	height: 50px;
	background: #fff;
	color: #402f30;
	cursor: pointer;
	border: transparent;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

/*-- edu_letter_main_wrapper End--*/
/***-----footer wrapper css------*****/
.footer {
	background: #1e283c;
	padding-top: 25px;
	padding-bottom: 10px;
	text-transform: capitalize;
	position: relative;
}

.footer_first_contact li {
	float: left;
	width: 100%;
	padding-bottom: 20px;
}

.footer_first_contact li i:before {
	float: left;
	color: #fff;
	font-size: 26px;
	width: 20px;
	line-height: 40px;
}

.footer_first_contact li p {
	float: left;
	padding-left: 20px;
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	font-weight: 300;
	width: calc(100% - 20px);
}

.footer_first_contact li a {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	float: left;
	padding-left: 20px;
}

.footerNav h5 {
	font-size: 20px;
	text-transform: capitalize;
	color: #fff;
	font-weight: 400;
	padding-top: 10px;
	padding-bottom: 35px;
}

.footer ul li a:hover {
	color: #dc8c77;
}

.icon_list_news {
	margin-top: 20px;
	float: left;
}

.icon_list_news li {
	float: left;
	margin-right: 10px;
}

.icon_list_news li a {
	float: left;
	background: rgba(255, 255, 255, 0.23);
	width: 40px;
	line-height: 40px;
	height: 40px;
	padding-left: 0 !important;
	text-align: center;
	border-radius: 100px;
}

.icon_list_news li a:hover {
	background-image: -webkit-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
	background: rgba(116, 66, 93, 1);
	background: -moz-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
	background: -webkit-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
	background: -webkit-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
	background: -o-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
	background: -ms-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
	background: linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.icon_list_news li a i {
	color: #fff;
	font-size: 14px;
}

.icon_list_news li a:hover i {
	color: #fff;
}

.footer_border_displ ul li {
	margin-bottom: 15px;
}

.footer_border_displ ul li a {
	color: #fff;
}

.footer_border_displ ul li a i:before {
	margin-right: 14px;
	font-size: 6px;
	position: relative;
	top: -2px;
	color: #fff;
}

.copyright_left {
	padding-left: 10px;
	position: relative;
	z-index: 1000;
}

.bottom_footer p {
	color: #fff;
}

.footerNav {
	position: relative;
	z-index: 1000;
}

.footerNav a img {
	padding-right: 10px;
}

.copyright_left a {
	text-transform: capitalize;
	color: rgba(255, 255, 255, 0.45);
}

.copyright_left a:hover {
	color: #523746;
}

.copyright_left {
	padding-top: 30px;
	color: rgba(255, 255, 255, 0.45);
	font-weight: 300;
	float: left;
	width: 100%;
	text-align: center;
}

.edu_footer_bottom {
	background: #1e283c;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid rgba(255, 255, 255, 0.22);
	text-align: center;
	color: #fff;
}

/**---------- inner header pages css -------****/
.page_header h1 {
	font-size: 50px;
	line-height: 50px;
	text-transform: capitalize;
	color: #fff;
	font-weight: 600;
	letter-spacing: 1px;
}

.sub_title_section {
	padding-top: 10px;
}

.sub_title_section ul {
	display: inline-block;
}

.page_header .sub_title li {
	float: left;
	font-size: 16px;
	line-height: 35px;
	text-transform: capitalize;
	color: rgba(255, 255, 255, 0.6);
	font-weight: 400;
}

.page_header {
	padding-top: 30px;
	text-align: center;
}

.page_header .sub_title li:last-child {
	color: #e4b3b9;
	font-style: italic;
}

.page_header .sub_title a {
	color: #fff;
	font-size: 16px;
	text-transform: capitalize;
	font-style: italic;
}

.page_header .sub_title a:hover {
	color: #1e283c;
}

.page_title_section {
	background: url(../images/inner_page.jpg) 50% 0 repeat-y;
	width: 100%;
	height: 192px;
	background-position: center 0;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	margin: 175px 0px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
}

.page_title_section::before {
	position: absolute;
	content: '';
	background-color: rgb(159 86 158 / 50%);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

/*-- about inner css --*/
.iner_abt_wrapper {
	position: relative;
	padding: 100px 0;
	text-align: center;
}

.about_slider_wrapper {
	padding-bottom: 100px;
}

.about_slider_wrapper .owl-theme .owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0px auto;
	bottom: -70px;
}

.about_slider_wrapper .owl-theme .owl-dots .owl-dot {
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.about_slider_wrapper .owl-theme .owl-dots .owl-dot span {
	width: 13px;
	height: 13px;
	display: block;
	margin: 5px;
	background: #e8e8e8;
	border-radius: 30px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.about_slider_wrapper .owl-theme .owl-dots .owl-dot.active span,
.about_slider_wrapper .owl-theme .owl-dots .owl-dot:hover span {
	background: #523746;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.about_slider_wrapper .owl-theme .owl-dots .owl-dot.active,
.about_slider_wrapper .owl-theme .owl-dots .owl-dot:hover {
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.about_slider_wrapper .owl-theme .owl-nav {
	display: none;
}

.about_text_wrapper img {
	padding-top: 30px;
}

.about_text_wrapper p {
	font-style: italic;
	font-size: 16px;
	font-weight: 400;
}

.about_text_wrapper h5 {
	font-size: 34px;
	margin: 20px 0px 0px;
	color: #a0a0a0;
	text-transform: capitalize;
}

.about_text_wrapper h5 span {
	color: #523746;
}

/****----awards wrapper css---****/
.awards_wrapper {
	background: #fafafa;
}

.award_left_Wrapper {
	width: 50%;
	float: left;
	position: relative;
	min-height: 280px;
	padding: 50px;
	padding-bottom: 20px;
	text-align: right;
	background: rgba(116, 66, 93, 1);
	background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
	background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
}

.award_left_Wrapper h3 {
	font-size: 30px;
	color: #fff;
	line-height: 40px;
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 10px;
}

.award_left_Wrapper p {
	color: rgba(255, 255, 255, 0.8);
	padding-bottom: 20px;
}

.award_right_Wrapper {
	width: 50%;
	float: left;
	padding-top: 104px;
	padding-left: 50px;
	min-height: 280px;
}

.award_list li {
	float: left;
	margin-right: 60px;
	text-align: center;
	text-transform: capitalize;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.award_list li a {
	padding-top: 15px;
	float: left;
	font-weight: 500;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.award_list li i:before {
	font-size: 54px;
	text-align: center;
	color: #444444;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.award_list li:hover i:before,
.award_list li:hover a {
	color: #523746;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.award_btn {
	float: right;
	margin-top: 0;
}

.award_btn a {
	margin-top: 0;
	font-size: 16px;
	text-transform: capitalize;
	float: right;
	line-height: 45px;
	color: #453034;
	background: #fff;
	border: 2px solid #transparent;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.award_btn a:hover {
	color: #fff;
	background-image: -webkit-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
	background: rgba(116, 66, 93, 1);
	background: -moz-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
	background: -webkit-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
	background: -webkit-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
	background: -o-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
	background: -ms-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
	background: linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.inner_Story_wrapper {
	padding: 100px 0;
}

.left_heading {
	text-align: left;
	position: relative;
	padding-bottom: 60px;
}

.left_heading h3:after {
	position: absolute;
	content: '';
	background: rgba(116, 66, 93, 1);
	background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
	background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
	width: 60px;
	height: 3px;
	left: 0px;
	right: auto;
	margin: 0;
	bottom: -20px;
	transition: all 500ms ease;
	-webkit-mask-image: linear-gradient(-75deg, rgba(244, 55, 55, 0.24) 50%, #f43737 50%, rgba(0, 0, 0, 1) 70%);
	-webkit-mask-size: 200%;
	animation: shine 2s infinite;
}

.edu_btn a {
	margin-top: 20px;
	float: left;
}

.inner_btn a {
	background: #30a3f0;
	color: #fff;
}

.inner_btn a::before {
	border: 2px solid #30a3f0;
}

.inner_btn a:hover {
	background: transparent;
	color: #30a3f0;
}

/***--blog wrapper css---***/
.blog_wrapper {
	padding: 100px 0;
}

.blog_wrapper .blog-post-wrapper .post-thumbnail {
	position: relative;
}

.blog_wrapper .blog-post-wrapper .blog-content {
	padding-top: 30px;
}

.blog_wrapper .blog-post-wrapper .entry-header {
	margin-bottom: 20px;
	background: transparent;
}

.blog_wrapper .blog-post-wrapper .entry-title a {
	font-size: 22px;
	text-transform: capitalize;
	margin-bottom: 10px;
	font-weight: 600;
}

.blog_wrapper .blog-post-wrapper .entry-header .entry-meta {
	font-size: 13px;
	color: #444444;
	text-transform: uppercase;
	padding-bottom: 15px;
}

.blog_wrapper .blog-post-wrapper .entry-header .entry-meta li {
	display: inline-block;
	line-height: 10px;
	margin-right: 20px;
	font-size: 16px;
}

.post-thumbnail .test-popup-link {
	position: absolute;
	top: 45%;
	left: 0;
	right: 0;
	margin: 0px auto;
	text-align: center;
}

.post-thumbnail img {
	width: 100%;
}

.vedie_img img {
	width: auto;
}

.blog_wrapper .blog-post-wrapper .entry-header .entry-meta li i {
	margin-right: 5px;
	color: #412f30;
	font-size: 14px;
}

.blog_wrapper .blog-post-wrapper .entry-header .entry-meta li:last-child {
	border-right: 0;
	padding-right: 0;
	margin-right: 0;
	position: relative;
}

.blog_wrapper .blog-post-wrapper .entry-header .entry-meta li a {
	text-transform: capitalize;
}

.blog_wrapper .blog-post-wrapper .entry-header .entry-meta li a:hover {
	color: #402f2f;
}

.blog_wrapper .blog-post-wrapper .entry-content {}

.blog_wrapper .blog-post-wrapper .entry-content p {
	margin: 0;
}

.blog_wrapper .blog-post-wrapper .entry-footer {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0px auto;
	text-align: center;
	bottom: 20px;
}

.blog-post-wrapper {
	float: left;
	width: 100%;
	position: relative;
}

.blog_wrapper .blog-post-wrapper .entry-footer .entry-meta li {
	display: inline-block;
	margin-right: 7px;
}

.blog-post-wrapper:hover .entry-title a {
	color: #412f30;
}

.blog_wrapper .blog-post-wrapper .entry-footer .entry-meta li:last-child {
	margin-right: 0;
}

#blogoneSlider .carousel-control {
	top: 49%;
	bottom: 20px;
	position: absolute;
	width: 30px;
	height: 23px;
	font-size: 14px;
	font-weight: 600;
	color: #2d3a4b;
	text-shadow: none;
	filter: alpha(opacity=100);
	opacity: 1;
}

#blogoneSlider .carousel-control.left,
#blogoneSlider .carousel-control.right {
	background-image: none;
	background: rgba(116, 66, 93, 1);
	background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
	background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
	line-height: 24px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}

#blogoneSlider .carousel-control:focus,
#blogoneSlider .carousel-control:hover {
	background-color: #30a3f0;
	color: #fff !important;
	filter: alpha(opacity=100);
	opacity: 1;
}

#blogoneSlider .carousel-control.left {
	left: 10px;
}

#blogoneSlider .carousel-control.right {
	right: 10px;
}

.blog-content .blog_read {
	text-transform: capitalize;
	color: #412f30;
	padding-top: 20px;
	font-weight: 500;
	float: left;
	display: inline-block;
}

.blog-content .blog_read i {
	position: relative;
	top: 1px;
	left: 5px;
}

.iner_blog {
	margin-bottom: 50px;
}

.iner_blog_toper {
	padding-bottom: 50px;
}

.blog_prev,
.blog_prev .prev_btn {
	padding-top: 0;
}

.blog_prev {
	padding-top: 10px;
}

.blog_dark_wrapper {
	margin-bottom: 50px;
	background: rgba(116, 66, 93, 1);
	background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
	background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
	border-radius: 5px;
	padding: 60px 0;
	text-align: center;
}

.blog_dark_wrapper a i {
	color: #fff;
}

.blog_dark_wrapper h1 {
	font-size: 22px;
	font-weight: 500;
	text-transform: capitalize;
	padding-bottom: 10px;
	color: #fff;
	padding-top: 15px;
}

.blog_dark_wrapper .port-single-entry-meta a i {
	color: rgba(255, 255, 255, 0.8);
	margin-right: 8px;
	font-size: 14px;
}

.blog_dark_wrapper .port-single-entry-meta a {
	color: rgba(255, 255, 255, 0.8);
	font-size: 14px;
	text-transform: capitalize;
}

.sidebar_widget {
	margin-bottom: 50px;
}

.right_sidebar {
	padding-left: 50px;
}

.widget_heading h2 {
	margin: 0px 0px 60px 0px;
	font-size: 22px;
	color: #2d3a4b;
	font-weight: 600;
	position: relative;
	text-transform: capitalize;
	display: inline-block;
}

.search_form .form-control {
	position: relative;
	height: 50px;
	color: #999;
	padding: 0px 60px 0px 15px;
	background: #ffffff;
	font-weight: 400;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	font-size: 16px;
	border: 1px solid #412f30;
	box-shadow: none;
}

.search_form {
	position: relative;
}

.search_form .form-group {
	margin-bottom: 0;
}

.search_form button {
	position: absolute;
	top: 15px;
	right: 15px;
	background: transparent;
	border: none;
	cursor: pointer;
	text-transform: capitalize;
}

.search_form button i {
	color: #412f30;
	font-size: 18px;
}

.sidebar_widget .blog_date {
	margin-top: 7px;
	font-size: 14px;
	color: #412f30;
	font-weight: 500;
}

.sidebar_widget .blog_image {
	float: left;
	width: 90px;
}

.blog_wrapper22 {
	margin-bottom: 30px;
}

.blog_wrapper22:last-child {
	margin-bottom: 0;
}

.sidebar_widget .blog_text {
	font-size: 14px;
	font-weight: 500;
	float: left;
	width: calc(100% - 90px);
}

.sidebar_widget .blog_text h5 {
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
	text-transform: capitalize;
}

.sidebar_widget .blog_text h5 a {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.sidebar_widget .blog_text h5 a:hover {
	color: #463135;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.sidebar_tag_cloud li {
	float: left;
	margin-bottom: 8px;
	margin-right: 8px;
}

.sidebar_tag_cloud li a {
	float: left;
	text-align: center;
	font-size: 14px !important;
	font-weight: 500;
	color: #2d3a4b;
	padding: 5px 10px;
	text-transform: capitalize;
	border: 2px solid #412f30;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.sidebar_tag_cloud li span i {
	color: #5e2ced;
	font-size: 13px;
	margin-right: 5px;
}

.sidebar_tag_cloud li a:hover {
	color: #fff;
	background: rgba(116, 66, 93, 1);
	background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
	background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.text_widget p {
	padding-bottom: 20px;
}

.text_widget a {
	font-weight: 500;
	color: #4e343c;
}

.instagram_images li {
	float: left;
	margin-right: 14px;
	margin-bottom: 14px;
}

.instagram_img_wrapper {
	position: relative;
	width: auto;
	display: inline-block;
}

.instagram_img_wrapper img {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.instagram_img_overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	bottom: 50%;
	right: 50%;
	opacity: 0;
	transition: .2s ease;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.instagram_img_overlay_icon {
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	background: #111;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	cursor: pointer;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.instagram_wrapper:hover .instagram_img_overlay {
	background-color: rgba(114, 65, 91, 0.49);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 1;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	overflow: hidden;
}

/***-----blog single css-----****/
.blog_single_box {
	position: relative;
	padding: 80px 0;
}

.blog_single_box h1 {
	line-height: 30px;
	font-size: 22px;
	font-weight: 400;
	padding: 0 20px;
	padding-bottom: 15px;
}

.blog_single_box img {
	position: absolute;
	left: 0;
	right: 0;
	top: 50px;
	margin: 0px auto;
}

.blog_single_img {
	padding-top: 40px;
}

.blog_image_single {
	float: left;
	width: 300px;
}

.blog_text_single {
	float: left;
	width: calc(100% - 300px);
	padding-left: 30px;
}

.blog_text_single p {
	padding-bottom: 20px;
}

.blog_text_single li {
	margin-bottom: 10px;
}

.blog_text_single li a i {
	margin-right: 20px;
	color: #493238;
}

.blog_single_text {
	padding: 50px 0 0 0;
}

.btc_blog_post_admin_main_wrapper {
	margin-top: 50px;
	padding: 40px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: rgba(116, 66, 93, 1);
	background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
	background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
}

.btc_blog_single_post_admin_img {
	float: left;
	width: 140px;
}

.btc_blog_single_post_admin_img_cont {
	float: left;
	width: calc(100% - 140px);
	padding-left: 10px;
}

.btc_blog_single_post_admin_img_cont h2 {
	color: #fff;
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 500;
}

.btc_blog_single_post_admin_img_cont h1 {
	line-height: 24px;
	margin-bottom: 10px;
}

.btc_blog_single_post_admin_img_cont h1 a {
	font-size: 20px;
	text-transform: capitalize;
	color: #fff;
	font-weight: 600;
}

.btc_blog_single_post_admin_img_cont p {
	color: rgba(255, 255, 255, 0.7);
}

.comments_wrapper {
	padding: 50px 0;
}

.comments_Box {
	float: left;
	width: 100%;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e6e6e6;
}

.last_comment_box {
	border: 0;
	margin-bottom: 0px;
}

.comments_Box .img_wrapper {
	float: left;
	width: 100px;
}

.comments_Box .text_wrapper {
	float: left;
	width: calc(100% - 100px);
	padding-left: 30px;
}

.author_detail {
	margin-bottom: 15px;
}

.author_detail .author_name {
	font-size: 20px;
	font-weight: 600;
	color: #2d3a4b;
}

.author_detail .author_name i {
	font-size: 10px;
	padding: 0px 10px;
	color: #e8e8e8;
}

.author_detail .publish_date {
	font-size: 16px;
	color: #4d343b;
	font-style: italic;
}

.author_detail .publish_date a {
	color: #4d343b;
	font-style: italic;
	text-decoration: underline;
}

.comments_form .form-control {
	height: 50px;
	padding: 15px 23px;
	font-size: 16px;
	border: 1px solid #e2e2e2;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	box-shadow: none;
	background: #fff;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.comments_form textarea.form-control {
	height: auto;
	resize: none;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.comments_form input::placeholder,
.comments_form textarea::placeholder {
	color: #999;
}

.comments_form .form-control:focus,
.comments_form .form-control:hover {
	color: #111;
	background-color: transparent;
	border: 1px solid #443034 !important;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.comments_form .form-group {
	position: relative;
}

.comments_form .form-group {
	margin-bottom: 20px;
}

.cntnt_form a {
	width: 100%;
}

.comments_form .form-group i {
	position: absolute;
	top: 17px;
	right: 22px;
	color: #c7c7c7;
}

.tb_btm_link_left {
	float: left;
	padding-top: 40px;
	display: inline-block;
}

.tb_btm_link_right {
	float: right;
	padding-top: 40px;
	display: inline-block;
}

.tb_btm_link_left ul {
	float: left;
}

.tb_btm_link_left li {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	color: #2d3a4b;
	font-size: 16px;
	font-weight: 500;
}

.tb_btm_link_left li:first-child,
.tb_btm_link_right li:first-child {
	padding-top: 8px;
}

.tb_btm_link_left li a {
	float: left;
	text-align: center;
	font-size: 16px !important;
	font-weight: 400;
	padding: 5px 15px;
	text-transform: capitalize;
	border: 2px solid #473136;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.tb_btm_link_left li span i {
	color: #493238;
	font-size: 13px;
	margin-right: 5px;
}

.tb_btm_link_left li a:hover {
	color: #fff;
	background: #473136;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.tb_btm_link_right ul {
	float: right;
}

.tb_btm_link_right li {
	float: left;
	margin-right: 12px;
	font-size: 16px;
	color: #2d3a4b;
	font-weight: 500;
	text-transform: capitalize;
}

.tb_btm_link_right li a {
	float: left;
	width: 40px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	color: #797979;
	font-size: 14px;
	border: 2px solid #473136;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.tb_btm_link_right li a:hover {
	color: #fff;
	background: #473136;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.widget_heading h2:after {
	position: absolute;
	content: '';
	background: rgba(116, 66, 93, 1);
	background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
	background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
	background-image: -ms-linear-gradient(50deg, #5e2ced 0%, #523746 100%);
	width: 60px;
	height: 3px;
	left: 0px;
	bottom: -20px;
	transition: all 500ms ease;
	-webkit-mask-image: linear-gradient(-75deg, rgba(244, 55, 55, 0.24) 50%, #f43737 50%, rgba(0, 0, 0, 1) 70%);
	-webkit-mask-size: 200%;
	animation: shine 2s infinite;
}

.blog_single_text2 h5 {
	font-size: 17px !important;
	font-weight: 600 !important;
}

.blog_single_text2 .blog_date {
	color: #777;
}

.blog_single_text2 .blog_date i {
	margin-right: 5px;
}

/***------------- blog category wrapper css--------****/
#blogtwoSlider .carousel-control {
	top: 49%;
	bottom: 20px;
	position: absolute;
	width: 30px;
	height: 23px;
	font-size: 14px;
	font-weight: 600;
	color: #2d3a4b;
	text-shadow: none;
	filter: alpha(opacity=100);
	opacity: 1;
}

#blogtwoSlider .carousel-control.left,
#blogtwoSlider .carousel-control.right {
	background-image: none;
	background-color: #fff;
	line-height: 24px;
	border-radius: 50px;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
}

#blogoneSlider .carousel-control i:before {
	font-size: 16px;
	color: #fff;
}

#blogtwoSlider .carousel-control:focus,
#blogtwoSlider .carousel-control:hover {
	background-color: #30a3f0;
	color: #fff !important;
	filter: alpha(opacity=100);
	opacity: 1;
}

#blogtwoSlider .carousel-control.left {
	left: 10px;
}

#blogtwoSlider .carousel-control.right {
	right: 10px;
}

.iner_blog {
	margin-bottom: 50px;
}

.iner_blog_toper {
	padding-bottom: 50px;
}

.blog_prev,
.blog_prev .prev_btn {
	padding-top: 0;
}

.blog_prev {
	padding-top: 10px;
}

.blog_pagination_section {
	text-align: center;
}

.blog_pagination_section ul {
	display: inline-block;
}

.blog_pagination_section li:first-child {
	margin-left: 0px;
}

.blog_pagination_section ul li {
	float: left;
	margin-left: 10px;
}

.blog_pagination_section ul li a {
	float: left;
	color: #222;
	line-height: 42px;
	height: 45px;
	width: 45px;
	background: #fff;
	border-radius: 50px;
	text-align: center;
	border: 1px solid #e2e2e2;
}

.blog_pagination_section .next i:before,
.blog_pagination_section .prev i:before {
	color: #222;
	font-size: 16px;
}

.blog_pagination_section ul li a:hover {
	background: rgba(116, 66, 93, 1);
	background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
	background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
	color: #fff;
	border: 1px solid #5c3948;
}

.blog_pagination_section .next:hover i:before,
.blog_pagination_section .prev:hover i:before {
	color: #fff;
}

.blog_pagination_section .third_pagger a {
	background: rgba(116, 66, 93, 1);
	background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
	background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
	color: #fff;
}

/***-----contact us wrapper css-----****/
.contact_icon_section {
	padding-bottom: 100px;
	padding-top: 100px;
}

.contact_main {
	float: left;
	width: 100%;
	text-align: center;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}

.contact_main h4 {
	font-size: 24px;
	font-weight: 500;
	margin-top: 40px;
	margin-bottom: 20px;
	text-transform: capitalize;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}

.contact_main p {
	font-size: 16px;
	line-height: 25px;
	margin: 0;
}

.contact_icon_section i {
	font-size: 40px;
	line-height: 130px;
}

.contact_main:hover i {
	transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}

.contact_rotate {
	display: inline-block;
	width: 130px;
	height: 130px;
	color: #fff;
	text-align: center;
	position: relative;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}

.contact_rotate:after {
	position: absolute;
	top: 100%;
	border: 9px solid transparent;
	content: " ";
	height: 0;
	width: 0;
	left: 50%;
	margin-left: -9px;
}

.contact_main .contact_rotate {
	background: rgba(116, 66, 93, 1);
	background: -moz-linear-gradient(left, rgba(140 65 146) 0%, rgba(178 106 170) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(140 65 146)), color-stop(100%, rgba(178 106 170)));
	background: -webkit-linear-gradient(left, rgba(140 65 146) 0%, rgba(178 106 170) 100%);
	background: -o-linear-gradient(left, rgba(140 65 146) 0%, rgba(178 106 170) 100%);
	background: -ms-linear-gradient(left, rgba(140 65 146) 0%, rgba(178 106 170) 100%);
	background: linear-gradient(to right, rgb(140 65 146) 0%, rgb(178 106 170) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
}

.contact_main .contact_rotate:after {
	border-top-color: #9e559e;
}

.contact_main:hover .contact_rotate {
	background-color: #5e2ced;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}

.contact_main:hover h4 a {
	color: #4f343d;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}

#map {
	float: left;
	width: 100%;
	height: 600px;
}

.conatct_btn2 {
	text-align: center !important;
	padding-top: 20px;
}

.conatct_btn2 button {
	width: 190px !important;
	border-radius: 5px !important;
}

.response {
	padding-left: 10px;
}

.contact_section .form-control {
	height: 50px;
	padding: 15px 18px;
	font-size: 16px;
	border: 1px solid #e2e2e2;
	border-radius: 3px;
	box-shadow: none;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	background-color: #f9f9f9;
}

.contact_section form {
	width: 100%;
}

.contact_section textarea.form-control {
	height: auto;
	resize: none;
}

.contact_section input::placeholder,
.contact_section textarea::placeholder {
	color: #999;
}

.contact_section .form-control:focus,
.contact_section .form-control:hover {
	color: #111;
	background-color: transparent;
	border: 1px solid #523746 !important;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.contact_section .btn:focus {
	outline: none;
}

.contact_section-pos,
.contact_section-e,
.contact_section-m,
.contact_section-p {
	position: relative;
}

.contact_section .tb_es_btn_wrapper {
	float: left;
	width: 100%;
	text-align: left;
}

.ctc_row {
	padding-right: 0;
}

.contact_section .form-group i {
	position: absolute;
	top: 20px;
	right: 17px;
	font-size: 14px;
	color: #c7c7c7;
}

.contact_section .tb_es_btn_wrapper button {
	display: inline-block;
	width: 100%;
	height: 50px;
	line-height: 48px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #30a3f0;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	border: 2px solid #30a3f0;
	border-radius: 0;
	cursor: pointer;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.contact_section {
	padding: 100px 0;
}

.contact_section .form-group {
	margin-bottom: 13px;
	position: relative;
}

.tb_es_btn_wrapper button:hover {
	background: transparent;
	color: #30a3f0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.comments_form2 {
	margin-top: 60px;
}

.i-name input,
.i-email input {
	-webkit-border-radius: 50px !important;
	-moz-border-radius: 50px !important;
	border-radius: 50px !important;
	background: #fff !important;
}

.i-message textarea {
	-webkit-border-radius: 10px !important;
	-moz-border-radius: 10px !important;
	border-radius: 10px !important;
	background: #fff !important;
}

.edu_contact_btn a {
	display: inline-block;
	float: none;
}

.edu_team_main_wrapper_inner {
	padding-top: 40px;
}

.contact_section {
	padding: 100px 0;
	padding-bottom: 75px;
	background: #f7f7f7;
}

.response {
	padding-left: 10px;
}

.contact_section .form-control {
	height: 50px;
	padding: 15px 18px;
	font-size: 16px;
	border: 1px solid #fff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	box-shadow: none;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	background-color: #fff;
}

.contact_section form {
	width: 100%;
}

.contact_section textarea.form-control {
	height: auto;
	resize: none;
}

.contact_section input::placeholder,
.contact_section textarea::placeholder {
	color: #999;
}

.contact_section .form-control:focus,
.contact_section .form-control:hover {
	color: #111;
	background-color: #fff;
	border: 1px solid #5d3949 !important;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.contact_section .btn:focus {
	outline: none;
}

.contact_section .tb_es_btn_wrapper {
	float: left;
	width: 100%;
	text-align: left;
}

.contact_section .tb_es_btn_wrapper button {
	font-size: 14px;
	color: #fff;
	display: inline-block;
	width: 160px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	border: 0;
	-webkit-border-radius: 50px !important;
	-moz-border-radius: 50px !important;
	border-radius: 50px !important;
	background: rgba(116, 66, 93, 1);
	background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
	background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: linear-gradient(to right, rgb(140 65 146) 0%, rgb(178 106 170) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
}

.contact_section .form-group {
	margin-bottom: 28px;
	position: relative;
}

.tb_es_btn_wrapper button:hover {
	background-image: -webkit-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
	background: rgba(116, 66, 93, 1);
	background: -moz-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
	background: -webkit-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
	background: -webkit-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
	background: -o-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
	background: -ms-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
	background: linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
}

.edu_heading_wrapper_contactus {
	padding-bottom: 60px;
}

/* 404 error wrapper start*/

.error_page {
	width: 100%;
	float: left;
	padding-top: 60px;
	padding-bottom: 100px;
}

.error_page_cntnt {
	float: left;
	width: 100%;
}

.error_page_cntnt span {
	font-size: 200px;
	color: #6e4058;
	font-weight: 900;
}

.error_page_cntnt h2 span:first-child {
	text-shadow: -15px 0px 5px #e5e5e5;
	position: relative;
	z-index: 1;
}

.error_page_cntnt h2 span:nth-child(2) {
	color: #fff;
	margin-left: -28px;
	z-index: 1;
	position: relative;
	text-shadow: -2px 4px 23px #e5e5e5;
	position: relative;
	top: 10px;
}

.error_page_cntnt h2 span:last-child {
	margin-left: -30px;
	z-index: 1;
	text-shadow: 7px 10px 5px #e5e5e5;
	position: relative;
}

.error_page_cntnt h3 {
	font-size: 30px;
	color: #111;
	font-weight: 500;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 40px;
	padding-top: 20px;
}

.error_page_cntnt h3:after {
	position: absolute;
	content: '';
	background: rgba(116, 66, 93, 1);
	background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
	background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
	width: 60px;
	height: 3px;
	left: 0px;
	right: 0;
	margin: 0px auto;
	bottom: -20px;
	transition: all 500ms ease;
	-webkit-mask-image: linear-gradient(-75deg, rgba(244, 55, 55, 0.24) 50%, #f43737 50%, rgba(0, 0, 0, 1) 70%);
	-webkit-mask-size: 200%;
	animation: shine 2s infinite;
}

.error_page_cntnt p {
	font-size: 16px;
	margin-bottom: 30px;
	width: 80%;
	margin: 0px auto;
}

.error_page_cntnt a {
	color: #412f31;
}

.error_page_mail_wrapper input {
	width: 60%;
	height: 46px;
	position: relative;
	color: rgb(101, 101, 101);
	font-size: 16px;
	margin-top: 30px;
	background: #fafafa;
	border: 1px solid #fafafa;
	padding: 17px 30px 17px 14px;
	border-radius: 50px;
	padding-left: 40px;
}

.error_page_mail_wrapper input:focus {
	outline: none;
}

.error_page_mail_wrapper .error_env {
	position: relative;
	left: 29px;
	z-index: 1;
	top: 0px;
	color: #603a4b;
}

.error_page_mail_wrapper a {
	position: relative;
	left: -55px;
	width: 46px;
	height: 46px;
	display: inline-block;
	line-height: 46px;

}

/*404 error wrapper end */
/*edu gallery wrapper Start */
.edu_gallery_img_wrapper {
	position: relative;
	margin-top: 30px;

}

.edu_gallery_img_wrapper img {
	width: 100%;
}

.edu_gallery_img_wrapper:hover .edu_gallery_slider_overlay {
	opacity: 1;
	visibility: visible;
	top: 0;
}

.edu_coll_slider_tabs_gallery {
	padding-bottom: 30px;
}

.edu_gallery_inner_main_wrapper {
	padding-top: 40px;
	padding-bottom: 100px;
}

/*edu gallery wrapper end */
/*edu Services wrapper Start */
.edu_service_heading a {
	font-family: 'Lato', sans-serif;
}

.edu_service_header header {
	height: auto;
}

/*edu Services wrapper end */
/*edu course wrapper Start */
.edu_inner_course_main_wrapper {
	padding-top: 40px;
	padding-bottom: 100px;
}

.edu_couse_pagination {
	margin-top: 60px;
}

/*edu course wrapper end */
/*edu course single wrapper Start */
.single_course_categories_box i {
	font-size: 24px;
	line-height: 30px;
	color: #cfcfcf;
}

.single_course_categories_box {
	border: 1px solid #cfcfcf;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

.single_course_categories_box {
	float: left;
}

.single_course_box_content {
	float: left;
	padding-left: 10px;
	width: calc(100% - 50px);
}

.single_course_box_content p {
	font-size: 14px;
	margin-bottom: 0;
}

.single_course_box_content h4 {
	font-size: 16px;
	margin-top: 0;
	font-family: 'Lato', sans-serif;
}

.single_course_box_content span {
	font-size: 16px;
	margin-top: 0;
}

.single_course_box_wrapper {
	margin-top: 40px;
}

.single_course_box_content i {
	color: #f7ca17;
}

.single_course_box_content i:last-child {
	color: #cfcfcf;
}

.course_second_content_wrapper h4 {
	font-size: 18px;
	text-transform: uppercase;
	padding-top: 60px;
	padding-bottom: 25px;
}

.course_third_content_wrapper h4 {
	font-size: 18px;
	text-transform: uppercase;
	padding-top: 40px;
	padding-bottom: 25px;
}

.content_img1 {
	margin-top: 30px;
}

/*edu course single wrapper end */
/*edu tearcher single wrapper Start */
.team_tittle_img img {
	border: 10px solid #fff;
	margin-bottom: 45px;
}

.team_tittle_content h3 {
	font-size: 35px;
	padding-top: 30px;
	margin-bottom: 0;
	font-weight: 600;
}

.team_tittle_content img {
	margin-top: -25px;
}

@media only screen and (max-width: 991px) {
	.team_title_sec {
		background: none;
	}

	.team_tittle_img_wrapper {
		text-align: center;
	}

	.team_tittle_img img {
		display: inline-block;
	}
}

.social_icons_wrapper ul {
	padding: 0;
}

.social_icons_wrapper li {
	float: left;
	margin-right: 20px;
	text-align: center;
	margin-top: 20px;
}

.team_tittle_content p {
	margin-top: 10px;
}

.social_icons_wrapper a:hover {
	background-image: -moz-linear-gradient(50deg, #5e2ced 0%, #523746 100%);
	background-image: -webkit-linear-gradient(50deg, #5e2ced 0%, #523746 100%);
	background-image: -ms-linear-gradient(50deg, #5e2ced 0%, #523746 100%);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.icon1 a {
	background: #3b5997;
	border-radius: 5px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.icon2 a {
	background: #55acee;
	border-radius: 5px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.icon3 a {
	background: #d13d2f;
	border-radius: 5px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.icon4 a {
	background: #006dc0;
	border-radius: 5px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.social_icons_wrapper li a {
	float: left;
	width: 35px;
	height: 35px;
	text-decoration: none;
	color: #fff;
}

.social_icons_wrapper i {
	line-height: 35px;
}

.team_content_wrapper h4 {
	padding-top: 40px;
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 20px;
}

.team_content_wrapper p:last-child {
	padding-top: 30px;
	padding-bottom: 30px;
}

.team_info_wrapper {
	padding-top: 20px;
}

.team_info_small_box {
	width: 40px;
	height: 40px;
	background: rgba(116, 66, 93, 1);
	background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
	background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
	text-align: center;
	float: left;
}

.team_info_contant {
	width: calc(100% - 40px);
	float: right;
}

.team_info_contant p {
	margin-top: -7px;
	margin-left: 18px;
}

.team_info_small_box i {
	color: #fff;
	font-size: 23px;
	line-height: 40px;
}

.team_info_small_box2 {
	width: 40px;
	height: 40px;
	background: rgba(116, 66, 93, 1);
	background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
	background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
	text-align: center;
	float: left;
}

.team_info_contant2 {
	width: calc(100% - 40px);
	float: right;
}

.team_info_contant2 p {
	margin-top: -4px;
	margin-left: 18px;
	margin-bottom: 0;
}

.team_info_small_box2 i {
	color: #fff;
	font-size: 23px;
	line-height: 40px;
}

.team_info_contant3 a {
	text-decoration: none;
	color: #000000;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.team_info_contant3 a:hover {
	color: #523746;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.team_info_small_box3 {
	width: 40px;
	height: 40px;
	background: rgba(116, 66, 93, 1);
	background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
	background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
	text-align: center;
	float: left;
}

.team_info_contant3 {
	width: calc(100% - 40px);
	float: right;
}

.team_info_contant3 p {
	margin-top: -6px;
	margin-left: 18px;
	margin-bottom: 0;
}

.team_info_contant3 p:last-child {
	margin-top: -2px;
}

.team_info_small_box3 i {
	color: #fff;
	font-size: 23px;
	line-height: 40px;
}

.team_tittle_img img {
	width: 100%;
}

.edu_teacher_single_wrapper {
	padding-top: 60px;
	padding-bottom: 35px;
	background: url(../images/header_bg.jpg) 50% 0 repeat-y;
	background-position: left 0;
	background-repeat: no-repeat;
	position: relative;
}

.edu_teacher_img_overlay {
	background: rgba(255, 255, 255, 0.90);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.team_main_contant1 p {
	padding-top: 50px;
	font-size: 18px;
}

.team_main_contant2 {
	margin-top: 65px;
	border: 1px solid #d6e0e2;
	display: inline-block;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}

.team_main_contant2 p {
	font-size: 20px;
	padding-top: 25px;
	margin-bottom: 0;
}

.team_main_contant2 i {
	padding-top: 35px;
}

.team_main_contant2 i:last-child {
	padding-bottom: 35px;
}

.team_main_contant2_wrapper {
	text-align: center;
}

.team_main_contant3_wrapper p {
	padding-top: 65px;
}

.team_main_contant3_wrapper p:last-child {
	padding-top: 35px;
}

.gallery_section_wrapper {
	padding-top: 50px;
}

.team_name_wrapper h4 {
	font-size: 18px;
}

.team_name_wrapper p {
	margin-top: -8px;
}

.team_name_wrapper a {
	text-decoration: none;
	color: #000000;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.team_name_wrapper a:hover {
	color: #41c75b;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.team_main_contant3 p {
	font-size: 18px;
	line-height: 28px;
}

.team_main_contant3 p:first-child {
	margin-top: 60px;
}

.team_main_contant3 p:last-child {
	margin-top: 40px;
}

.team_main_contant {
	padding-bottom: 100px;
}

.edu_teacher_single_main_wrapper {
	background: #f9f9f9;
}

/*edu tearcher single wrapper end */
/*edu event wrapper Start */
.edu_slide_tabs_img_box_event {
	width: 360px;
	float: left;
}

.edu_slide_tabs_img_cont_box_event {
	width: calc(100% - 360px);
	float: left;
	padding-left: 60px;
	border-top: 1px solid #eee;
}

.edu_tabs_label_event {
	font-size: 15px !important;
	font-weight: 600 !important;
}

.edu_tabs_label_event_wrapper {
	bottom: 112px;
	right: -35px;
}

.edu_slide_tab_box_event_single {
	margin-top: 30px;
}

.edu_ev_sin_timer_img_wrapper {
	background: url(../images/blog_s1.jpg) 50% 0 repeat-y;
	float: left;
	width: 100%;
	height: 100%;
	background-position: center 0;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	padding: 100px 0;
}

#clockdiv {
	color: #000000;
	display: inline-block;
	font-weight: 600;
	text-align: center;
	font-size: 40px;
	background: rgba(0, 0, 0, 0.27);
	width: 100%;
	padding-bottom: 80px;
}

#clockdiv>div {
	padding: 0px;
	border-radius: 10px;
	background: transparent;
	display: inline-block;
	margin: 0px 10px;
	position: relative;
}

#clockdiv>div:after {
	content: "";
	position: absolute;
	top: 50%;
	background: url(../images/timerdot.png);
	right: -18px;
	height: 30px;
	width: 7px;
	background-repeat: no-repeat;
	margin-top: 20px;
}

#clockdiv>div:last-child:after {
	display: none;
}

#clockdiv div>span {
	padding: 0px;
	border-radius: 100%;
	display: inline-block;
	width: 100px;
	height: 100px;
	line-height: 100px;
	position: relative;
	color: #fff;
	margin-top: 100px;
	box-shadow: 0px 5px 30px 5px rgba(255, 255, 255, 0.32);
	background: rgba(116, 66, 93, 1);
	background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
	background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
}

.smalltext {
	padding-top: 15px;
	font-size: 16px;
	color: #fff;
}

.edu_evnt_single_timer_cont_wrapper h3 {
	font-size: 20px;
	color: #000;
	font-weight: 600;
	padding-top: 40px;
}

.edu_evnt_single_timer_cont_wrapper p {
	padding-top: 30px;
}

.edu_evnt_single_timer_bottom_cont_wrapper h3 {
	font-size: 20px;
	color: #000;
	font-weight: 600;
	padding-top: 40px;
}

.edu_evnt_single_timer_bottom_cont_wrapper ul {
	padding-top: 15px;
}

.edu_evnt_single_timer_bottom_cont_wrapper li {
	float: left;
	width: 100%;
	margin-top: 10px;
}

.edu_evnt_single_timer_bottom_cont_wrapper li i {
	padding-right: 10px;
	font-size: 8px;
	color: #51353f;
	position: relative;
	top: -2px;
}

.blog_dark_wrapper_event_single {
	margin-top: 40px;
}

.comments_wrapper_edu {
	padding: 0;
}

.comments_form_edu {
	margin-top: 40px;
}

.edu_event_bottom_padding {
	margin-bottom: 0;
}

/*edu event wrapper end */

/* login_section start */

.login_section {
	width: 100%;
	float: left;
}

.login_form_wrapper {
	float: left;
	width: 100%;
	padding-top: 100px;
	padding-bottom: 100px;
	text-align: center;
}

.login_form_wrapper h1 {
	font-size: 30px;
	color: #1e283c;
	text-transform: uppercase;
	font-weight: 600;
	position: relative;
}

.login_form_wrapper h1:after {
	position: absolute;
	content: '';
	width: 60px;
	height: 3px;
	left: 0px;
	right: 0;
	margin: 0px auto;
	bottom: -20px;
	transition: all 500ms ease;
	-webkit-mask-image: linear-gradient(-75deg, rgba(244, 55, 55, 0.24) 50%, #f43737 50%, rgba(0, 0, 0, 1) 70%);
	-webkit-mask-size: 200%;
	animation: shine 2s infinite;
	background: rgba(116, 66, 93, 1);
	background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
	background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
}

.login_wrapper {
	float: left;
	width: 100%;
	background: #f7f7f7;
	padding: 50px;
	margin-bottom: 20px;
	margin-top: 60px;
}

.login_wrapper a.btn {
	color: #fff;
	width: 100%;
	height: 50px;
	border: 0;
	padding: 6px 25px;
	line-height: 36px;
	margin-bottom: 20px;
	text-align: left;
	border-radius: 50px;
	text-transform: capitalize;
	letter-spacing: 1px;
	background: rgba(116, 66, 93, 1);
	background: -moz-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 66, 93, 1)), color-stop(100%, rgba(62, 46, 46, 1)));
	background: -webkit-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -o-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: -ms-linear-gradient(left, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	background: linear-gradient(to right, rgba(116, 66, 93, 1) 0%, rgba(62, 46, 46, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1);
	font-size: 16px;
}

.login_wrapper a.btn:hover {
	background-image: -webkit-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
	background: rgba(116, 66, 93, 1);
	background: -moz-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
	background: -webkit-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
	background: -webkit-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
	background: -o-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
	background: -ms-linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
	background: linear-gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(50deg, #9e396ffa 0%, #3f2e2f52 100%);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.login_wrapper a span {
	float: left;
}

.login_wrapper a i {
	float: right;
	margin: 0;
	line-height: 35px;
}

.login_wrapper a.google-plus {
	background: #db4c3e;
	border: 1px solid #db4c3e;
}

.login_wrapper a.google-plus:hover {
	background: #bd4033;
	border-color: #bd4033;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.login_wrapper h2 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
	color: #111;
	line-height: 20px;
	text-transform: uppercase;
	text-align: center;
	position: relative;
}

.login_wrapper h2::before,
.login_wrapper h2::after {
	content: "";
	background: #e4e4e4;
	width: 100px;
	height: 1px;
	position: absolute;
	top: 50%;
}

.login_wrapper h2::before {
	right: 60%;
}

.login_wrapper h2::after {
	left: 60%;
}

.login_wrapper .form-control {
	height: 53px;
	padding: 15px 20px;
	font-size: 14px;
	line-height: 24px;
	border: 1px solid #f1f1f1;
	border-radius: 50px;
	box-shadow: none;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	background-color: #fff;
}

.login_wrapper textarea.form-control {
	height: auto;
	resize: none;
}

.login_wrapper input::placeholder,
.login_wrapper textarea::placeholder {
	color: #999;
}

.login_wrapper .form-control:focus {
	color: #999;
	background-color: fafafa;
	border: 1px solid #453134 !important;
}

.login_wrapper .formsix-pos,
.formsix-e {
	position: relative;
}

.login_wrapper .form-group.i-password:after,
.form-group.i-email:after {
	position: absolute;
	top: 13px;
	font-size: 16px;
	font-family: "FontAwesome";
	color: #c0c0c0;
}

.login_wrapper .form-group.i-email:after {
	content: "\f0e0";
	right: 25px;
}

.login_wrapper .form-group.i-password:after {
	content: "\f09c";
	right: 25px;
}

.login_remember_box {
	margin-top: 30px;
	margin-bottom: 30px;
	color: #999;
	text-align: left;
}

.login_remember_box .control {
	position: relative;
	padding-left: 20px;
	cursor: pointer;
	font-size: 14px;
	line-height: 14px;
	font-weight: 500;
	margin: 0;
}

.login_remember_box .control input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.login_remember_box .control__indicator {
	position: absolute;
	top: 0;
	left: 0;
	width: 13px;
	height: 13px;
	background: #fff;
	border: 1px solid #999;
}

.login_remember_box .control__indicator:after {
	content: '';
	position: absolute;
	display: none;
}

.login_remember_box .control input:checked~.control__indicator:after {
	display: block;
}

.login_remember_box .control--checkbox .control__indicator:after {
	left: 4px;
	top: 0;
	width: 5px;
	height: 10px;
	border: solid #111;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.login_remember_box .forget_password {
	float: right;
	color: #db4c3e;
	font-size: 14px;
	text-decoration: underline;
}

.login_btn_wrapper {
	border-bottom: 1px solid #e4e4e4;
}

.login_btn_wrapper a.login_btn {
	text-align: center;
	text-transform: uppercase;
}

.login_message p {
	text-align: center;
	font-size: 16px !important;
	margin: 0;
}

.login_message a {
	color: #412f30;
}

.login_form_wrapper p {
	width: 70%;
	text-align: center;
	margin: 0px auto;
	font-size: 14px;
	padding-top: 30px;
}

/* login_section end */


/* register_section start */

.register_section {
	float: left;
	width: 100%;
	padding-top: 100px;
	padding-bottom: 100px;
}

.register_form_wrapper {
	float: left;
	width: 100%;
}

.register-tabs.nav-justified>.active>a,
.register-tabs.nav-justified>.active>a:focus,
.register-tabs.nav-justified>.active>a:hover {
	border-bottom-color: #f1f1f1;
	background-color: #fff;
	color: #4285f4;
}

.register_tab_wrapper .register-tabs {
	font-size: 10px;
	border-bottom: none;
	padding-top: 0;
	padding-bottom: 0;
	text-transform: uppercase;
}

.register_tab_wrapper .register-tabs>li.active {
	position: relative;
}

.register_tab_wrapper .register-tabs>li.active::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -5px;
	margin-left: -10px;
	border-top: 5px solid #23c0e9;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}

.register_tab_wrapper .register-tabs>li>a {
	line-height: 20px;
	padding: 15px 30px;
	border: 0;
	border-radius: 0px;
	background-color: #f3f3f3;
	color: #6d6d6d;
	font-size: 20px;
	text-transform: capitalize;
	transition: inherit;
	width: 300px;
}

.register_tab_wrapper .register-tabs>li>a>span {
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 400 !important;
}

.custom_input p {
	font-size: 14px;
}

.register_tab_wrapper .register-tabs>li.active>a,
.register_tab_wrapper .register-tabs>li.active>a:focus,
.register_tab_wrapper .register-tabs>li.active>a:hover {
	color: #fff;
	background-color: #23c0e9;
	border: 0;
}

.register_tab_wrapper .tab-content {
	background-color: #f9f9f9;
	padding: 30px;
	float: left;
	border: 1px solid #e4e4e4;
	margin-bottom: 30px;
	width: 100%;
}

.register_tab_wrapper .nav>li {
	float: left;
}

.register_left_form {
	float: left;
	width: 100%;
}

.register_left_form .column {
	padding-right: 30px;
}

.register_left_form .form-group {
	position: relative;
	margin-bottom: 5px;
}

.register_left_form .field-label i {
	float: right;
	font-size: 16px;
	color: #666;
}

.register_left_form .form-group .text {
	position: relative;
	color: #bbbbbb;
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 5px;
}

.register_left_form input[type="text"],
.register_left_form input[type="email"],
.register_left_form input[type="password"],
.register_left_form input[type="tel"],
.register_left_form input[type="number"],
.register_left_form input[type="url"],
.register_left_form select,
.register_left_form textarea {
	position: relative;
	display: block;
	width: 100%;
	background: #ffffff;
	text-transform: capitalize;
	font-size: 15px;
	line-height: 26px;
	color: #888888;
	padding: 12px 15px;
	border-radius: 7px;
	height: 50px;
	margin-bottom: 15px;
	border: 1px solid #e0e0e0;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.register_left_form textarea {
	resize: none;
	height: 60px !important;
	padding-left: 30px;
}

.register_left_form input:focus,
.register_left_form select:focus,
.register_left_form textarea:focus {
	border-color: #23c0e9;
}

.jp_regiter_top_heading p {
	font-size: 16px;
	text-transform: capitalize;
	margin-bottom: 20px;
	margin-top: 10px;
}

.check-box {
	margin-top: 35px;
}

.checkout-page .check-box {
	line-height: 24px;
	font-size: 14px;
	font-weight: normal;
	padding-top: 5px;
}

.check_box_anchr {
	color: #23c0e9 !important;
	;
}

.checkout-page .check-box label {
	position: relative;
	top: -1px;
	font-weight: normal;
	padding: 0px;
	font-size: 18px;
	cursor: pointer;
	color: #333333;
}

.register_left_form input[type="checkbox"]+label:before {
	display: none;
}

.register_btn_wrapper {
	padding-top: 15px;
}

.btm_txt_register_form {
	width: 70%;
	text-align: center;
	margin: 0px auto;
	font-size: 14px;
}

.login_wrapper .btn {
	margin-top: 10px;
}

/* register_section end */


.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}