/*=======================================================================

Template Name: Safar
Author: Suman Khadka
Author URI: https://greativesoft.com/
Version: 1.0

/*=======================================================================
[Table of content]
=========================================================================

[01] Typography
[02] General
[03] Header
[04] Footer
[05] Home Page
[06] About Page
[07] Research Page
[08] News Page
[09] Contact Page
[10] Sidebar
[11] Buttons
[12] Forms
[13] Tables

=========================================================================
[ End table of content ]
=========================================================================*/
/*=======================================================================
[01] Typography
=========================================================================*/
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmSU5fBBc9.ttf) format('truetype');
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype');
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmEU9fBBc9.ttf) format('truetype');
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmWUlfBBc9.ttf) format('truetype');
}

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

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

body {
	font-size: 1.1875rem;
}


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

h1 {
	font-size: 56px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

p {
	line-height: 1.5;
	margin: 0 0 20px 0;
}

/*=======================================================================
  [02] General
  =========================================================================*/
a {
	text-decoration: none;
}

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

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

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

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

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

.form-group {
	margin-bottom: 15px;
}

@media (min-width: 576px) {

	.container,
	.container-sm {
		max-width: 100%;
	}
}

@media (min-width: 768px) {

	.container,
	.container-md,
	.container-sm {
		max-width: 750px;
	}
}

@media (min-width: 992px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm {
		max-width: 970px;
	}
}

@media (min-width: 1200px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1264px;
	}
}

#wrapper {

	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

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

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

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

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

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

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

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

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

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

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

.btn-view:hover {
	color: #222222;
}

.section-space {
	padding: 100px 0;
}

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

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

.bg-primary {
	background: #f3f3f3 !important;
	color: #000000;
}

.bg-textPrimary {
	background: #FFFFFF;
	color: #222222;
}

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

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

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

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

.overlay-primaryColor {
	position: relative;
}

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

.overlay-video {
	position: relative;
}

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

.title-bar-counter {
	position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

.title-bar-footer {
	position: relative;
}

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

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

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

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

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

.title-bar-sidebar {
	position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.about-title {
	font-size: 48px;
	color: #222222;
	margin-bottom: 15px;
	text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

h3.sidebar-title {
	font-size: 22px;
	color: #222222;
	text-transform: capitalize;
	margin-bottom: 35px;
	position: relative;
	font-weight: 500;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.apply-now-btn2 {
	text-align: center;
	color: #222222;
	padding: 10px 0;
	width: 104px;
	background: #d09a81;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	display: inline-block;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.apply-now-btn2:hover {
	background: #222222;
	color: #FFFFFF !important;
}

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

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

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

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

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

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

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

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

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

.ghost-full-width-btn:hover {
	background: #d09a81;
	color: #222222;
}

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

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

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

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

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

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

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

.sidebar-search-btn:hover {
	background: #d09a81;
	color: #222222;
}

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

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

.view-all-accent-btn {
	text-align: center;
	color: #FFFFFF;
	padding: 12px 34px;
	background: #222222;
	text-transform: uppercase;
	font-size: 14px;
	display: inline-block;
	border: none;
	font-weight: 500;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

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

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

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

.details-accent-btn:hover {
	background: #d09a81;
	color: #FFFFFF;
}

.view-all-primary-btn {
	text-align: center;
	color: #FFFFFF;
	padding: 12px 0;
	background: #222222;
	text-transform: uppercase;
	font-size: 14px;
	display: inline-block;
	border: none;
	width: 130px;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

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

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

.ghost-btn:hover {
	background: #d09a81;
	color: #222222;
}

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

.ghost-btn-big:hover {
	background: #d09a81;
	color: #222222;
}

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

.ghost-btn-big-primary:hover {
	background: #222222;
	color: #FFFFFF;
}

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

.sidebar-ghost-btn:hover {
	background: #d09a81;
	color: #222222;
}

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

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

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

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

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

.download-btn:hover:before {
	color: #FFFFFF;
}

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

.default-white-btn:hover {
	color: #FFFFFF;
	background: #222222;
}

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

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

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

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

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

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

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

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

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

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

.play-btn:hover i {
	color: #FFFFFF;
}

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

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

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

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

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

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

.default-btn:hover {
	background: #00082E;
	color: #FFFFFF;
}

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

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

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

.default-white-small-btn:hover {
	color: #222222;
}

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

.submit-btn:hover {
	background: #00082E;
	color: #FFFFFF;
}

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

.ghost-semi-color-btn:hover {
	background: #222222;
	color: #FFFFFF;
}

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

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

.ghost-color-btn:hover {
	background: #222222;
	color: #FFFFFF;
}

.ghost-color-btn:hover i {
	color: #FFFFFF;
}

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

.ghost-text-color-btn:hover {
	border: 2px solid #222222;
	background: #222222;
	color: #FFFFFF;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#scrollUp i {
	color: #FFFFFF;
}

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

#scrollUp:hover i,
#scrollUp:focus i {
	color: #222222;
}

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

.inner-page-banner-area {
	text-align: left;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	display: block;
	padding: 100px 0 115px;
}

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

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

.inner-page-banner-area .pagination-area h1 {
	text-transform: capitalize;
	font-weight: 700;
	margin-bottom: 5px;
	font-size: 48px;
	color: #FFFFFF;
}

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

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

.inner-page-banner-area .pagination-area ul li {
	display: inline-block;
	color: #FFFFFF;
	font-size: 14px;
}

.inner-page-banner-area .pagination-area ul li a {
	color: #d09a81;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

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

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

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

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

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

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

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

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

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

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

.pagination-center .active a {
	background: #d09a81;
}

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

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

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

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

.pagination-left .active a {
	background: #d09a81;
}

.overlay-default {
	position: relative;
}

.overlay-default:before {
	content: "";
	background-color: rgba(0, 0, 0, 0.5);
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 6;
	top: 0;
	left: 0;
	right: 0;
}

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

.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}

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

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

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

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

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


.about-text ul,
.about-text ol {
	margin-left: 1.5rem;
	padding-left: 1.5rem;
	margin-bottom: 1rem;
}

.about-text ul {
	list-style-type: disc;
}

.about-text ol {
	list-style-type: decimal;
}

.about-text li {
	margin-bottom: 0.5rem;
}


/*=======================================================================
  [03] Header Area
  =========================================================================*/
.main-menu-area {
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 0;
	z-index: 10;
	/* padding: 10px 0 10px 0; */
}

.main-menu-area .logo-area {
	margin: 5px 0;
}

.site-logo {
	height: 100px;
	width: auto;
	max-width: 100%;
	object-fit: contain;
}

@media (max-width: 768px) {
	.site-logo {
		height: 60px;
		/* or whatever looks best on mobile */
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

nav#desktop-nav ul li>ul>li>a {
	padding: 10px 10px 10px 15px;
	display: block;
	color: #FFFFFF;
}

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

nav#desktop-nav ul li>ul>li:hover,
nav#desktop-nav ul li>ul>li .active {
	background: #1A3B61;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#header1 {
	position: sticky;
	top: 0;
	z-index: 1000;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}



.slider1-area.index1 {
	margin-top: 82px;
}

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

.header2-area .header-top-area {
	background: #222222;
}

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

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

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

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

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

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

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

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

.header2-area .header-top-area .header-top-right ul li .login-btn-area {
	padding: 9px 15px;
	display: block;
	color: #bcc8d6;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

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

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

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

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

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

.header2-area nav#desktop-nav>ul>li>a {
	padding: 30px 25px;
	color: #222222;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mean-container .mean-bar a.logo-mobile-menu {
	width: 100%;
	background-color: rgba(255, 255, 255, 0.95);
	box-sizing: border-box;
	padding: 6px 0;
	/* reduced vertical space */
	text-align: center;
	display: block;
}

.logo-mobile-menu img {
	max-width: 43px;
	/* smaller width */
	height: auto;
	display: inline-block;
}



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

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

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


/*=======================================================================
  [05] About Area
  =========================================================================*/
.about1-area {
	padding: 81px 0 0;
	text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.about-page1-area {
	padding: 120px 0 120px;
}

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

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

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

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

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

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

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

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

.about-page1-inner .about-page-img-holder {
	margin-top: 12px;
}

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

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

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

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

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

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

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

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

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

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

.about-page2-inner ul li a {
	color: #222222;
}

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

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

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

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

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

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

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

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

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

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

.about-page3-inner .about-box h2 a {
	color: #222222;
}

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

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

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

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

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

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

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

.about-slider-area .slider1-area .nivo-directionNav a.nivo-nextNav {
	background-color: rgba(253, 200, 0, 0.9);
	width: 40px;
	height: 60px;
	border-radius: 0;
	line-height: 40px;
	right: 0 !important;
}

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

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

.about-slider-area .slider1-area .nivo-directionNav a.nivo-prevNav {
	background-color: rgba(253, 200, 0, 0.9);
	width: 40px;
	height: 60px;
	border-radius: 0;
	line-height: 40px;
	left: 0 !important;
}

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

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



.about-text ul,
.about-text ol {
	margin-left: 1.5rem;
	padding-left: 1.5rem;
	margin-bottom: 1rem;
}

.about-text ul {
	list-style-type: disc;
}

.about-text ol {
	list-style-type: decimal;
}

.about-text li {
	margin-bottom: 0.5rem;
}


/*=======================================================================
  [10] Counter Area
  =========================================================================*/
.counter-area {
	padding: 130px 0 135px;
	text-align: center;
}

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

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

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

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

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

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

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

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

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

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

/*=======================================================================
  [11] Countdown Area
  =========================================================================*/
.countdown-area {
	padding: 135px 0 145px;
}

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

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

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

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

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

.countdown-area .countdown-content {
	position: relative;
	z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/*=======================================================================
  [14] Publications Area
  =========================================================================*/
.publications-area {
	padding: 88px 0 72px;
}

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

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

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

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

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

.publications-area .single-item-wrapper {
	margin-bottom: 20px;
}

.publications-area .single-item-wrapper:hover .publications-img-wrapper:before {
	opacity: 1;
	-webkit-transition: all 0.55s ease-out;
	-moz-transition: all 0.55s ease-out;
	-ms-transition: all 0.55s ease-out;
	-o-transition: all 0.55s ease-out;
	transition: all 0.55s ease-out;
}

.publications-area .single-item-wrapper:hover .buy-now-btn-area {
	-webkit-transform: skewX(0);
	-moz-transform: skewX(0);
	-ms-transform: skewX(0);
	-o-transform: skewX(0);
	transform: skewX(0);
	opacity: 1;
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-ms-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
	transition: all 0.7s ease-out;
}

.publications-img-wrapper {
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}

.publications-img-wrapper:before {
	opacity: 0;
	position: absolute;
	background-color: rgba(0, 33, 71, 0.8);
	z-index: 2;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	-webkit-transition: all 0.75s ease-out;
	-moz-transition: all 0.75s ease-out;
	-ms-transition: all 0.75s ease-out;
	-o-transition: all 0.75s ease-out;
	transition: all 0.75s ease-out;
}

.publications-img-wrapper img {
	width: 100%;
}

.publications-content-wrapper {
	text-align: center;
}

.publications-content-wrapper .item-title {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 5px;
}

.publications-content-wrapper .item-title a {
	color: #222222;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.publications-content-wrapper .item-title a:hover {
	color: #d09a81;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.publications-content-wrapper .item-price {
	font-size: 20px;
	margin-bottom: 20px;
	display: block;
	font-weight: 500;
	color: #d09a81;
}

.buy-now-btn-area {
	position: absolute;
	top: 30%;
	z-index: 3;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	opacity: 0;
	-webkit-transform: skewX(30deg);
	-moz-transform: skewX(30deg);
	-ms-transform: skewX(30deg);
	-o-transform: skewX(30deg);
	transform: skewX(30deg);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

/*=======================================================================
  [16] News and Event Area
  =========================================================================*/
.news-event-area {
	padding: 88px 0 100px;
	background: #f5f5f5;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.news-event-area {
		padding: 78px 0 60px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.news-event-area {
		padding: 68px 0 50px;
	}
}

@media (min-width: 480px) and (max-width: 767px) {
	.news-event-area {
		padding: 58px 0 40px;
	}
}

@media (min-width: 321px) and (max-width: 479px) {
	.news-event-area {
		padding: 48px 0 30px;
	}
}

@media only screen and (max-width: 320px) {
	.news-event-area {
		padding: 38px 0 20px;
	}
}

@media only screen and (max-width: 1199px) {
	.news-inner-area {
		margin-bottom: 30px;
	}
}

.news-inner-area .news-wrapper {
	background: #FFFFFF;
	padding: 20px 20px 15px;
}

.news-inner-area .news-wrapper li {
	background: #FFFFFF;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 20px;
	padding-bottom: 20px;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

@media only screen and (max-width: 1199px) {
	.news-inner-area .news-wrapper li {
		display: block;
	}
}

.news-inner-area .news-wrapper li .news-img-holder {
	-webkit-box-flex: 1;
	-moz-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}

@media only screen and (max-width: 1199px) {
	.news-inner-area .news-wrapper li .news-img-holder {
		margin-bottom: 15px;
	}
}

.news-inner-area .news-wrapper li .news-content-holder {
	-webkit-box-flex: 2;
	-moz-flex: 2;
	-webkit-flex: 2;
	flex: 2;
}

.news-inner-area .news-wrapper li .news-content-holder h3 {
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 0;
}

.news-inner-area .news-wrapper li .news-content-holder h3 a {
	color: #222222;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.news-inner-area .news-wrapper li .news-content-holder h3 a:hover {
	color: #d09a81;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.news-inner-area .news-wrapper li .news-content-holder .post-date {
	font-style: italic;
	font-size: 14px;
	margin: 5px 0;
	font-weight: 500;
	color: #d09a81;
}

.news-inner-area .news-wrapper li .news-content-holder p {
	margin-bottom: 0;
}

.news-inner-area .news-wrapper li:last-child {
	border-bottom: none;
	margin-bottom: 4px;
	padding-bottom: 0;
}

.news-inner-area .news-wrapper li:before {
	background: #d09a81;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

@media only screen and (max-width: 1199px) {
	.news-inner-area .news-wrapper-responsive li {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}
}

@media only screen and (max-width: 479px) {
	.news-inner-area .news-wrapper-responsive li {
		display: block;
	}
}

.news-inner-area .news-wrapper-responsive li .news-content-holder {
	-webkit-box-flex: 2;
	-moz-flex: 2;
	-webkit-flex: 2;
	flex: 2;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.news-inner-area .news-wrapper-responsive li .news-content-holder {
		-webkit-box-flex: 4;
		-moz-flex: 4;
		-webkit-flex: 4;
		flex: 4;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.news-inner-area .news-wrapper-responsive li .news-content-holder {
		-webkit-box-flex: 3;
		-moz-flex: 3;
		-webkit-flex: 3;
		flex: 3;
	}
}

.news-inner-area .news-btn-holder {
	margin-top: 45px;
	text-align: center;
}

@media only screen and (max-width: 1199px) {
	.event-inner-area {
		margin-bottom: 30px;
	}
}

.event-inner-area .event-wrapper>li {
	margin-bottom: 30px;
	padding: 20px;
	background: #FFFFFF;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

@media only screen and (max-width: 1199px) {
	.event-inner-area .event-wrapper>li {
		display: block;
	}
}

.event-inner-area .event-wrapper>li:last-child {
	margin-bottom: 0;
}

.event-inner-area .event-wrapper>li .event-calender-wrapper {
	-webkit-box-flex: 1;
	-moz-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}

@media only screen and (max-width: 1199px) {
	.event-inner-area .event-wrapper>li .event-calender-wrapper {
		margin-bottom: 15px;
	}
}

.event-inner-area .event-wrapper>li .event-calender-holder {
	position: relative;
	padding-top: 20px;
	text-align: center;
	width: 100px;
	background: #d09a81;
}

.event-inner-area .event-wrapper>li .event-calender-holder:before {
	content: "\f111";
	position: absolute;
	left: 10px;
	top: 5px;
	color: #222222;
	font-size: 14px;
	font-family: FontAwesome;
}

.event-inner-area .event-wrapper>li .event-calender-holder:after {
	content: "\f111";
	position: absolute;
	right: 10px;
	top: 5px;
	color: #222222;
	font-size: 14px;
	font-family: FontAwesome;
}

.event-inner-area .event-wrapper>li .event-calender-holder h3 {
	font-size: 24px;
	color: #222222;
	margin-bottom: 0;
	line-height: 1;
}

.event-inner-area .event-wrapper>li .event-calender-holder p {
	color: #222222;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.event-inner-area .event-wrapper>li .event-calender-holder span {
	line-height: 2.5;
	background: #222222;
	height: 40px;
	display: block;
	color: #FFFFFF;
}

.event-inner-area .event-wrapper>li .event-content-holder {
	-webkit-box-flex: 3;
	-moz-flex: 3;
	-webkit-flex: 3;
	flex: 3;
}

.event-inner-area .event-wrapper>li .event-content-holder h3 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
}

.event-inner-area .event-wrapper>li .event-content-holder h3 a {
	color: #222222;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.event-inner-area .event-wrapper>li .event-content-holder h3 a:hover {
	color: #d09a81;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.event-inner-area .event-wrapper>li .event-content-holder p {
	margin-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 1199px) {
	.event-inner-area .event-wrapper>li .event-content-holder p {
		margin-bottom: 58px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.event-inner-area .event-wrapper>li .event-content-holder p {
		margin-bottom: 15px;
	}
}

.event-inner-area .event-wrapper>li .event-content-holder ul li {
	color: #222222;
	font-weight: 500;
	border-right: 1px solid #BDBDBD;
	display: inline-block;
	margin-right: 15px;
	padding-right: 15px;
	line-height: 1;
}

@media (min-width: 768px) and (max-width: 991px) {
	.event-inner-area .event-wrapper>li .event-content-holder ul li {
		margin-right: 12px;
		padding-right: 12px;
	}
}

.event-inner-area .event-wrapper>li .event-content-holder ul li:last-child {
	border-right: 0;
	margin-right: 0;
	padding-right: 0;
}

.event-inner-area .event-btn-holder {
	margin-top: 45px;
	text-align: center;
}

.news-page-area {
	padding: 100px 0;
}

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

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

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

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

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

.news-box {
	margin-bottom: 55px;
}

.news-box h2 {
	margin-bottom: 12px;
}

.news-box p {
	margin-bottom: 30px;
}

.news-box .news-img-holder {
	margin-bottom: 25px;
	position: relative;
}

.news-date1 {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.news-date1 li {
	width: 112px;
	height: 60px;
	font-size: 24px;
	text-align: center;
	line-height: 2.5;
}

@media (min-width: 480px) and (max-width: 991px) {
	.news-date1 li {
		height: 40px;
		font-size: 20px;
		width: 90px;
		line-height: 2;
	}
}

@media (min-width: 480px) and (max-width: 767px) {
	.news-date1 li {
		font-size: 18px;
		line-height: 2.3;
	}
}

@media only screen and (max-width: 479px) {
	.news-date1 li {
		height: 35px;
		font-size: 16px;
		width: 80px;
	}
}

.news-date1 li:nth-child(odd) {
	background: #222222;
	color: #FFFFFF;
	font-weight: 700;
}

.news-date1 li:nth-child(even) {
	background: #d09a81;
	color: #212121;
	font-weight: 500;
}

.news-date2 {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.news-date2 li {
	width: 80px;
	height: 50px;
	font-size: 18px;
	text-align: center;
	line-height: 2.8;
}

@media (min-width: 480px) and (max-width: 991px) {
	.news-date2 li {
		height: 40px;
		font-size: 20px;
		width: 90px;
		line-height: 2;
	}
}

@media (min-width: 480px) and (max-width: 767px) {
	.news-date2 li {
		font-size: 18px;
		line-height: 2.3;
	}
}

@media only screen and (max-width: 479px) {
	.news-date2 li {
		height: 35px;
		font-size: 16px;
		width: 80px;
		line-height: 2.2;
	}
}

.news-date2 li:nth-child(odd) {
	background: #222222;
	color: #FFFFFF;
	font-weight: 700;
}

.news-date2 li:nth-child(even) {
	background: #d09a81;
	color: #212121;
	font-weight: 500;
}

.news-comments {
	margin-bottom: 35px;
	padding-bottom: 10px;
}

.news-comments li {
	display: inline-block;
	margin-right: 20px;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.news-comments li {
		margin-right: 8px;
	}
}

.news-comments li a {
	color: #b1b1b1;
}

.news-comments li a:hover {
	color: #222222;
}

.news-comments li a i {
	color: #d09a81;
	margin-right: 8px;
}

.news-comments li a span {
	color: #444444;
}

.news-details-page-area {
	padding: 100px 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.news-details-page-area {
		padding: 90px 0;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.news-details-page-area {
		padding: 80px 0;
	}
}

@media (min-width: 480px) and (max-width: 767px) {
	.news-details-page-area {
		padding: 70px 0;
	}
}

@media (min-width: 321px) and (max-width: 479px) {
	.news-details-page-area {
		padding: 60px 0;
	}
}

@media only screen and (max-width: 320px) {
	.news-details-page-area {
		padding: 50px 0;
	}
}

.news-details-page-inner .news-img-holder {
	margin-bottom: 25px;
	position: relative;
}

.news-details-page-inner .title-default-left-bold {
	margin-bottom: 20px;
}

.news-details-page-inner p span {
	font-style: italic;
	padding: 40px 50px 50px;
	background: #f5f5f5;
	display: block;
	position: relative;
	margin-bottom: 30px;
}

.news-details-page-inner p span:before {
	color: #d09a81;
	content: "\f10d";
	font-family: FontAwesome;
	font-size: 20px;
	left: 30px;
	position: absolute;
	top: 30px;
	z-index: 1;
}

.news-details-page-inner .news-social {
	margin-top: 10px;
	margin-bottom: 80px;
	display: inline-block;
}

.news-details-page-inner .news-social li {
	display: inline-block;
	margin-right: 5px;
}

.news-details-page-inner .news-social li a {
	background: #222222;
	width: 30px;
	height: 30px;
	display: block;
	text-align: center;
	line-height: 27px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.news-details-page-inner .news-social li a i {
	color: #d09a81;
	font-size: 13px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.news-details-page-inner .news-social li a:hover {
	background: #d09a81;
}

.news-details-page-inner .news-social li a:hover i {
	color: #222222;
}

.news-details-page-inner .news-social li:last-child {
	margin-right: 0;
}

.event-page-area {
	padding: 100px 0;
}

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

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

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

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

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

@media only screen and (max-width: 479px) {
	.event-inner-wrapper .col-xs-6 {
		width: 100%;
	}
}

.event-inner-wrapper .single-item {
	margin-bottom: 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

@media only screen and (max-width: 1199px) {
	.event-inner-wrapper .single-item {
		display: block;
	}
}

.event-inner-wrapper .single-item .item-img {
	-webkit-box-flex: 1;
	-moz-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}

.event-inner-wrapper .single-item .item-content {
	padding: 0 30px;
	-webkit-box-flex: 1;
	-moz-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}

@media only screen and (max-width: 1199px) {
	.event-inner-wrapper .single-item .item-content {
		padding: 30px 0;
	}
}

.event-inner-wrapper .single-item .item-content p {
	margin-bottom: 30px;
}

.event-inner-wrapper .event-info-block li {
	line-height: 1.4;
	margin-bottom: 15px;
	font-size: 18px;
	color: #222222;
	padding-left: 40px;
	position: relative;
}

@media only screen and (max-width: 479px) {
	.event-inner-wrapper .event-info-block li {
		font-size: 16px;
	}
}

.event-inner-wrapper .event-info-block li:last-child {
	margin-bottom: 0;
}

.event-inner-wrapper .event-info-block li i {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	font-size: 24px;
	margin-right: 15px;
	color: #d09a81;
}

.event-details-page-area {
	padding: 100px 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.event-details-page-area {
		padding: 90px 0;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.event-details-page-area {
		padding: 80px 0;
	}
}

@media (min-width: 480px) and (max-width: 767px) {
	.event-details-page-area {
		padding: 70px 0;
	}
}

@media (min-width: 321px) and (max-width: 479px) {
	.event-details-page-area {
		padding: 60px 0;
	}
}

@media only screen and (max-width: 320px) {
	.event-details-page-area {
		padding: 50px 0;
	}
}

.event-details-inner .event-details-img {
	position: relative;
	margin-bottom: 30px;
}

.event-details-inner .event-details-img .countdown-content {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	z-index: 1;
}

@media only screen and (max-width: 767px) {
	.event-details-inner .event-details-img .countdown-content {
		top: inherit;
		bottom: 0;
		transform: translateY(0);
		left: 0;
		right: 0;
		margin: 0 auto;
		text-align: center;
	}
}

.event-details-inner .event-details-img .countdown-content .countdown-section {
	padding: 15px 0;
	text-align: center;
	width: 80px;
}

@media only screen and (max-width: 991px) {
	.event-details-inner .event-details-img .countdown-content .countdown-section {
		padding: 8px 0 4px;
		width: 75px;
	}
}

@media only screen and (max-width: 767px) {
	.event-details-inner .event-details-img .countdown-content .countdown-section {
		width: 65px;
		display: inline-block;
	}
}

.event-details-inner .event-details-img .countdown-content .countdown-section h3 {
	color: #FFFFFF;
	margin-bottom: 0;
	line-height: 1;
	font-size: 18px;
	font-weight: 700;
}

.event-details-inner .event-details-img .countdown-content .countdown-section p {
	margin-bottom: 0;
}

.event-details-inner .event-details-img .countdown-content .countdown-section:nth-child(odd) {
	background: #222222;
}

.event-details-inner .event-details-img .countdown-content .countdown-section:nth-child(odd) p {
	color: #a0a5ac;
}

.event-details-inner .event-details-img .countdown-content .countdown-section:nth-child(even) {
	background: #d09a81;
}

.event-details-inner .event-details-img .countdown-content .countdown-section:nth-child(even) p {
	color: #856900;
}

.event-details-inner p {
	margin-bottom: 50px;
}

.event-info-inline {
	margin-bottom: 55px;
}

.event-info-inline li {
	display: inline-block;
	line-height: 1.4;
	margin-right: 30px;
	font-size: 18px;
	color: #222222;
	padding-left: 40px;
	position: relative;
	margin-bottom: 10px;
}

@media only screen and (max-width: 479px) {
	.event-info-inline li {
		font-size: 16px;
	}
}

.event-info-inline li:last-child {
	margin-bottom: 0;
}

.event-info-inline li i {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	font-size: 24px;
	margin-right: 15px;
	color: #d09a81;
}

.why-choose-area {
	padding: 82px 0 94px;
	background: #f8f8f8;
}

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

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

@media (min-width: 480px) and (max-width: 767px) {
	.why-choose-area {
		padding: 58px 0 33px;
	}
}

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

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


/*=======================================================================
  [20] Research Area
  =========================================================================*/
.research-page1-area {
	padding: 100px 0;
}

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

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

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

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

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

.research-box1 {
	overflow: hidden;
	margin-bottom: 45px;
}

.research-box1 img {
	margin-bottom: 25px;
}

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

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

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

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

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

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

.research-box2 {
	margin-bottom: 35px;
}

.research-box2 .research-img-holder {
	margin-bottom: 20px;
	position: relative;
}

.research-box2 .research-img-holder .research-details {
	position: absolute;
	bottom: 30px;
	z-index: 1;
	left: 30px;
}

.research-box2 .research-img-holder .research-details a {
	color: #FFFFFF;
	padding: 10px 20px;
	display: block;
	background: #222222;
	font-size: 18px;
	font-weight: 500;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.research-box2 .research-img-holder .research-details a:hover {
	background: #d09a81;
	color: #212121;
}

.research-box2 .research-img-holder .research-details a:hover i {
	color: #212121;
}

.research-box2 .research-img-holder .research-details a i {
	color: #d09a81;
	font-size: 20px;
	margin-left: 15px;
	font-weight: 700;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.research-page3-area {
	padding: 100px 0;
}

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

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

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

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

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

.research-box3 {
	margin-bottom: 60px;
}

.research-box3 img {
	margin-bottom: 20px;
}

.research-box3 p {
	margin-bottom: 30px;
}

.research-details-page-area {
	padding: 100px 0 74px;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.research-details-page-area {
		padding: 90px 0 77px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.research-details-page-area {
		padding: 80px 0 52px;
	}
}

@media (min-width: 480px) and (max-width: 767px) {
	.research-details-page-area {
		padding: 70px 0 69px;
	}
}

@media (min-width: 321px) and (max-width: 479px) {
	.research-details-page-area {
		padding: 60px 0 59px;
	}
}

@media only screen and (max-width: 320px) {
	.research-details-page-area {
		padding: 50px 0 49px;
	}
}

.research-details-inner img {
	margin-bottom: 20px;
}

.research-details-inner p span {
	font-style: italic;
	padding: 40px 50px 50px;
	background: #f5f5f5;
	display: block;
	position: relative;
	margin-bottom: 30px;
}

.research-details-inner p span:before {
	color: #d09a81;
	content: "\f10d";
	font-family: FontAwesome;
	font-size: 20px;
	left: 30px;
	position: absolute;
	top: 30px;
	z-index: 1;
}




/*=======================================================================
  [25] Error Page Area
  =========================================================================*/
.error-page-area {
	padding: 100px 0;
	background: #d09a81;
	text-align: center;
}

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

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

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

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

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

.error-page-area .error-top {
	margin-bottom: 55px;
}

.error-page-area .error-top img {
	display: inline-block;
}

.error-page-area .error-bottom h2 {
	font-weight: 500;
	margin-bottom: 10px;
	font-size: 30px;
	color: #000000;
}

@media only screen and (max-width: 479px) {
	.error-page-area .error-bottom h2 {
		font-size: 20px;
		margin-bottom: 20px;
	}
}

.error-page-area .error-bottom p {
	color: #634e00;
	font-size: 18px;
	margin-bottom: 40px;
}

/*=======================================================================
  [26] Contact Page Area
  =========================================================================*/
.contact-us-page1-area {
	padding: 90px 0 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.contact-us-page1-area {
		padding: 80px 0 0;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.contact-us-page1-area {
		padding: 70px 0 0;
	}
}

@media (min-width: 480px) and (max-width: 767px) {
	.contact-us-page1-area {
		padding: 60px 0 0;
	}
}

@media (min-width: 321px) and (max-width: 479px) {
	.contact-us-page1-area {
		padding: 50px 0 0;
	}
}

@media only screen and (max-width: 320px) {
	.contact-us-page1-area {
		padding: 40px 0 0;
	}
}

@media only screen and (max-width: 767px) {
	.contact-us-info1 {
		margin-bottom: 30px;
	}
}

.contact-us-info1 h2 {
	font-size: 24px;
	color: #212121;
	text-transform: uppercase;
}

.contact-us-info1 ul {
	margin-top: 11px;
	border: 1px solid #BDBDBD;
}

.contact-us-info1 ul>li {
	padding: 15px 0 8px 30px;
	position: relative;
	border-bottom: 1px solid #BDBDBD;
}

@media only screen and (max-width: 1199px) {
	.contact-us-info1 ul>li {
		padding: 13px 0 6px 30px;
	}
}

@media only screen and (max-width: 991px) {
	.contact-us-info1 ul>li {
		padding: 15px 0 6px 12px;
	}
}

@media only screen and (max-width: 767px) {
	.contact-us-info1 ul>li {
		padding: 13px 0 4px 30px;
	}
}

.contact-us-info1 ul>li:last-child {
	border-bottom: 0;
}

.contact-us-info1 ul>li i {
	color: #222222;
	position: absolute;
	z-index: 1;
	right: 30px;
	top: 40px;
	font-size: 24px;
}

@media only screen and (max-width: 991px) {
	.contact-us-info1 ul>li i {
		top: 20px;
	}
}

.contact-us-info1 ul>li h3 {
	text-transform: capitalize;
	color: #111111;
	font-size: 20px;
	margin-bottom: 5px;
}

.contact-us-info1 ul>li .contact-social {
	margin-bottom: 10px;
	border: none;
}

@media only screen and (max-width: 767px) {
	.contact-us-info1 ul>li .contact-social {
		margin-bottom: 20px;
	}
}

.contact-us-info1 ul>li .contact-social li {
	display: inline;
	margin-right: 15px;
	padding: 0;
	border: none;
}

@media only screen and (max-width: 1199px) {
	.contact-us-info1 ul>li .contact-social li {
		margin-right: 7px;
	}
}

@media only screen and (max-width: 1199px) {
	.contact-us-info1 ul>li .contact-social li {
		margin-right: 0;
	}
}

@media only screen and (max-width: 991px) {
	.contact-us-info1 ul>li .contact-social li {
		margin-right: 2px;
	}
}

.contact-us-info1 ul>li .contact-social li a {
	background: transparent;
	border: 1px solid #222222;
	height: 35px;
	width: 35px;
	line-height: 35px;
	display: inline-block;
	text-align: center;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

@media only screen and (max-width: 991px) {
	.contact-us-info1 ul>li .contact-social li a {
		height: 28px;
		width: 28px;
		line-height: 28px;
	}
}

.contact-us-info1 ul>li .contact-social li a i {
	font-size: 20px;
	position: inherit;
	color: #222222;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

@media only screen and (max-width: 991px) {
	.contact-us-info1 ul>li .contact-social li a i {
		font-size: 16px;
	}
}

.contact-us-info1 ul>li .contact-social li:hover a {
	border: 1px solid #222222;
	background: #222222;
}

.contact-us-info1 ul>li .contact-social li:hover a i {
	color: #ffffff;
}

.contact-form1 .form-group {
	margin-bottom: 25px;
}

.contact-form1 .form-group .form-control {
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	border: 1px solid #BDBDBD;
}

.contact-form1 .form-group input {
	height: 45px;
}

.contact-form1 .form-response .alert-info {
	background: transparent;
	border: none;
	color: #a8a7a7;
	letter-spacing: 5px;
}

.contact-form1 .form-response .alert-success {
	background-color: transparent;
	color: #00082E;
	letter-spacing: 4px;
	border-color: transparent;
	font-weight: 500;
}

@media only screen and (max-width: 479px) {
	.contact-form1 .form-response .alert-success {
		letter-spacing: 1px;
	}
}

.contact-form1 .form-response .alert {
	border-radius: 0;
	padding: 15px 0;
}

.google-map-area {
	margin-top: 100px;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.google-map-area {
		margin-top: 90px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.google-map-area {
		margin-top: 80px;
	}
}

@media (min-width: 480px) and (max-width: 767px) {
	.google-map-area {
		margin-top: 70px;
	}
}

@media (min-width: 321px) and (max-width: 479px) {
	.google-map-area {
		margin-top: 60px;
	}
}

@media only screen and (max-width: 320px) {
	.google-map-area {
		margin-top: 50px;
	}
}

.contact-us-page2-area {
	padding: 88px 0 0;
}

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

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

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

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

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

@media only screen and (max-width: 767px) {
	.contact-us-info2 {
		margin-bottom: 30px;
	}
}

.contact-us-info2 ul {
	margin-top: 10px;
}

.contact-us-info2 ul li {
	position: relative;
	padding: 25px 0 25px 70px;
	border: 1px solid #e6e6e6;
	font-size: 18px;
	color: #222222;
	margin-bottom: 30px;
}

.contact-us-info2 ul li:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width: 1199px) {
	.contact-us-info2 ul li {
		margin-bottom: 17px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.contact-us-info2 ul li {
		padding: 25px 0 25px 40px;
	}
}

.contact-us-info2 ul li i {
	position: absolute;
	left: 23px;
	top: 22px;
	z-index: 1;
	color: #d09a81;
	font-size: 30px;
}

@media (min-width: 768px) and (max-width: 991px) {
	.contact-us-info2 ul li i {
		left: 6px;
		top: 24px;
	}
}

.contact-form2 .form-group {
	margin-bottom: 25px;
}

.contact-form2 .form-group .form-control {
	border-radius: 0;
	background: #f1f1f1;
	box-shadow: none;
	border: none;
}

.contact-form2 .form-group input {
	height: 45px;
	color: #222222;
}

.contact-form2 .form-group textarea {
	height: 178px;
}

.contact-form2 .form-response .alert-info {
	background: transparent;
	border: none;
	color: #a8a7a7;
	letter-spacing: 5px;
}

.contact-form2 .form-response .alert-success {
	background-color: transparent;
	color: #00082E;
	letter-spacing: 4px;
	border-color: transparent;
	font-weight: 500;
}

@media only screen and (max-width: 479px) {
	.contact-form2 .form-response .alert-success {
		letter-spacing: 1px;
	}
}

.contact-form2 .form-response .alert {
	border-radius: 0;
	padding: 15px 0;
}

/*=======================================================================
  [27] Footer Area
  =========================================================================*/

/* Footer */
.footer {
	background: #2c3e50;
	/* Dark blue-gray */
	color: #ecf0f1;
	/* Light text */
	padding: 40px 20px;
	font-family: 'Arial', sans-serif;
	border-top: 2px solid #e74c3c;
	/* Subtle red accent */
}

.footer-container {
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.footer-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px;
	/* Reduced gap to keep it compact */
}

.contact-info {
	text-align: center;
	width: 100%;
	/* Ensure full width for alignment */
}

.contact-links {
	display: flex;
	flex-direction: row;
	/* Horizontal layout on desktop */
	gap: 20px;
	justify-content: center;
	flex-wrap: wrap;
	/* Allow wrapping if needed */
}

.contact-item {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 0.95em;
	color: #ecf0f1;
}

.contact-item svg {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	stroke: #ecf0f1;
}

.contact-text {
	color: #ecf0f1;
	text-decoration: none;
}

.contact-text:hover {
	color: #e74c3c;
	/* Red accent on hover */
}

.social-media {
	display: flex;
	gap: 12px;
	justify-content: center;
}

.social-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	color: #ecf0f1;
	text-decoration: none;
	transition: color 0.3s ease;
}

.social-icon:hover {
	color: #e74c3c;
	/* Red accent on hover */
}

.social-icon svg {
	width: 20px;
	height: 20px;
}

.footer-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	border-top: 1px solid #ecf0f122;
	/* Subtle divider */
	padding-top: 15px;
	font-size: 0.85em;
}

.copyright {
	color: #bdc3c7;
	/* Muted text */
}

.footer-logo {
	color: #e74c3c;
	/* Red accent */
	text-decoration: none;
	font-weight: bold;
}

.footer-logo:hover {
	color: #c0392b;
	/* Darker red on hover */
}

/* Responsive Design */
@media (max-width: 768px) {
	.footer {
		padding: 30px 15px;
	}

	.footer-content {
		flex-direction: column;
		/* Ensure vertical stacking */
		gap: 20px;
		/* Increased gap for clarity */
	}

	.contact-info {
		order: 1;
		/* Contact info first */
	}

	.contact-links {
		flex-direction: column;
		/* Stack contact items vertically */
		gap: 12px;
	}

	.contact-item {
		font-size: 0.9em;
		justify-content: center;
	}

	.social-media {
		order: 2;
		/* Social media below contact info */
	}

	.footer-bottom {
		flex-direction: column;
		text-align: center;
	}
}

@media (max-width: 480px) {
	.social-icon {
		width: 28px;
		height: 28px;
	}

	.contact-item svg {
		width: 18px;
		height: 18px;
	}

	.footer-logo {
		font-size: 0.95em;
	}
}


/* Responsive Styles */
@media (min-width: 768px) {
	h1 {
		font-size: 3.5rem;
	}

	h2 {
		font-size: 2.5rem;
	}

	.nav-links {
		display: flex;
	}

	.menu-toggle {
		display: none;
	}

	.hero-content {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}

	.contact-info {
		flex-direction: row;
		justify-content: center;
	}

	.footer .container {
		flex-direction: row;
	}
}

/* Animation */
@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.fadeIn {
	animation: fadeIn 0.5s ease-in-out;
}

/*=======================================================================
  [29] Profile Page Area
  =========================================================================*/
.profile-title {
	border: 1px solid #d7d7d7;
	background: #FFFFFF;
	display: block;
}

.profile-title li {
	border-bottom: 1px solid #d7d7d7;
}

.profile-title li:last-child {
	border-bottom: none;
}

.profile-title li a {
	padding: 10px 10px 10px 30px;
	position: relative;
	display: block;
	color: #707070;
	font-size: 14px;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.profile-title li a:before {
	content: "\f105";
	font-family: FontAwesome;
	font-size: 14px;
	color: #444444;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	z-index: 1;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.profile-title li a.active {
	color: #37474f;
}

.profile-title li a.active:before {
	color: #222222;
}

.profile-title li a.active:after {
	background: #222222;
	content: "";
	height: 2px;
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: -1px;
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.profile-title-inner {
	margin: 0 0 30px 0;
}

.profile-title-inner li {
	display: inline-block;
	margin-right: 10px;
	font-weight: 400;
	font-size: 18px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.profile-title-inner li a {
	padding: 5px 20px;
	color: #222222;
	display: inline-block;
}

.profile-title-inner li:last-child {
	margin-right: 0;
}

.profile-title-inner li:hover {
	background: #d09a81;
}

.profile-title-inner .active {
	background: #d09a81;
}

.profile-details {
	padding: 30px;
	background-color: #FFFFFF;
	margin-top: 0;
}

.profile-details .personal-info .form-group {
	margin-bottom: 15px;
}

.profile-details .personal-info .select2-container--classic .select2-selection--single .select2-selection__rendered {
	font-style: normal;
	line-height: 30px;
}

.profile-details .personal-info .select2-container--classic .select2-selection--single .select2-selection__arrow b {
	top: 35%;
}

.profile-details .personal-info .view-all-accent-btn {
	width: 160px;
}

.profile-details .personal-info .control-label {
	text-align: left;
	color: #444444;
	font-weight: 400;
}

.profile-details .personal-info .form-control {
	height: 40px;
	background: #f9f9f9;
	border: 1px solid #dcdcdc;
	box-shadow: none;
}

.profile-details .personal-info .form-control:focus {
	box-shadow: none;
}

.profile-details .course-info img {
	margin-bottom: 20px;
}

.profile-details .course-info h3 {
	font-size: 20px;
}

.profile-details .course-info .skill-area .progress {
	margin-top: 30px;
	width: 100%;
	height: 10px;
}

.profile-details .select2-container .select2-selection--single {
	height: 40px;
}

.profile-details .select2-container--classic .select2-selection--single {
	background-color: #f9f9f9;
	background-image: none;
	border-radius: 0;
	border: 1px solid #dcdcdc;
}

.profile-details .select2-container--classic .select2-selection--single .select2-selection__rendered {
	line-height: 40px;
}

.profile-details .select2-container--classic .select2-selection--single .select2-selection__arrow {
	top: 7px;
	background-color: transparent;
	background-image: none;
	border-style: none;
	right: 5px;
}

.profile-details .select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: #707070;
}

.profile-details .custom-select {
	margin-bottom: 0;
}

.profile-details .public-profile-content img {
	margin-bottom: 15px;
}

.profile-details .public-profile-content .file-title {
	margin-bottom: 10px;
}

.profile-details .public-profile-content .file-upload-area {
	margin-bottom: 15px;
	padding: 8px;
	border: 1px solid #dcdcdc;
	background: #f9f9f9;
	color: #707070;
}

.profile-details .public-profile-content .file-upload-area a {
	margin-right: 15px;
	padding: 5px 10px;
	color: #444444;
	background: #FFFFFF;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.profile-details .public-profile-content .file-upload-area a:hover {
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
}


/* International research team */
.featured-scholars-wrapper {
	padding: 100px 20px;
	background: #f9f9f9;
}

.featured-scholars-wrapper .section-title {
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 40px;
	color: #333;
}

.featured-scholars-slider {
	overflow: hidden;
	width: 100%;
}

.slider-track {
	display: flex;
	animation: slide-scroll 15s linear infinite;
	width: max-content;
	gap: 30px;
	/* Increased gap between cards */
}

.slider-track:hover {
	animation-play-state: paused;
}

.slider-item {
	flex: 0 0 15%;
	box-sizing: border-box;
}

.scholar-card {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 12px;
	overflow: hidden;
	text-align: center;
	padding: 15px;
	transition: all 0.3s ease;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
}

.scholar-card:hover {
	transform: translateY(-5px);
}

.scholar-image img {
	width: 100%;
	max-width: 140px;
	max-height: 140px;

	/* Increased image size */
	height: auto;
	border-radius: 50%;
	margin: 0 auto 15px;
	display: block;
}

.scholar-info h4 {
	font-size: 16px;
	margin: 5px 0;
	font-weight: 600;
}

.scholar-info p {
	font-size: 14px;
	color: #777;
	margin: 0;
}

@keyframes slide-scroll {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-50%);
	}
}

/* Responsive Design */
@media (max-width: 992px) {
	.slider-item {
		flex: 0 0 50%;
	}

	.featured-scholars-wrapper .section-title {
		font-size: 24px;
	}

	.scholar-image img {
		max-width: 120px;
	}
}

@media (max-width: 600px) {
	.slider-item {
		flex: 0 1 100%;
	}

	.scholar-card {
		padding: 15px 10px;
	}

	.scholar-info h4 {
		font-size: 15px;
	}

	.scholar-info p {
		font-size: 13px;
	}

	.scholar-image img {
		max-width: 100px;
		max-height: 100px;
	}
}

.featured-scholars-slider .slider-track {
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 10px;
}

.slider-item {
	flex: 0 0 auto;
	scroll-snap-align: start;
	width: 250px;
}

.scholar-card img {
	border-radius: 50%;
	object-fit: cover;
}

/* Single scholor team */
.nav-tabs .nav-link {
	border: none;
	border-bottom: 2px solid transparent;
	font-weight: 500;
}

.nav-tabs .nav-link.active {
	border-bottom-color: #333;
	background-color: transparent;
}

.btn-outline-dark {
	border-radius: 5px;
}

.btn-dark {
	border-radius: 5px;
	background-color: #222;
	border: none;
}

.btn-dark:hover {
	background-color: #000;
}

.tab-content p {
	margin-bottom: 0.8rem;
}

.scholar-image img {
	max-height: 300px;
	object-fit: cover;
}

/* Gallery Grid */
.slider-gallery-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 28px;
	max-width: 1200px;
	margin: 0 auto 3rem;
	padding: 0 15px;
}

.gallery-item {
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
	transition: box-shadow 0.35s ease;
	cursor: pointer;
	display: flex;
	flex-direction: column;
}

.gallery-item:hover {
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.gallery-item img {
	width: 100%;
	height: 220px;
	object-fit: cover;
	transition: transform 0.35s ease;
	border-bottom: 1px solid #eee;
}

.gallery-item:hover img {
	transform: scale(1.05);
}

.photo-caption {
	font-size: 0.9rem;
	padding: 12px 15px;
	color: #444;
	font-weight: 500;
	background-color: #fafafa;
	border-top: 1px solid #eee;
	flex-grow: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.no-images-msg {
	text-align: center;
	font-size: 1.125rem;
	color: #777;
	padding: 60px 20px;
}

/* Documentaries Section */
.documentaries-section {
	background-color: #f8f9fa;
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.documentaries-article .entry-title {
	font-size: 2.5rem;
	font-weight: 700;
	color: #222;
	margin-bottom: 1.5rem;
}

.documentaries-article .entry-content {
	font-size: 1.125rem;
	color: #444;
	line-height: 1.8;
}

/* Responsive */
@media (max-width: 991px) {
	.gallery-title {
		font-size: 2.5rem;
	}

	.gallery-description {
		font-size: 1rem;
	}

	.slider-gallery-grid {
		grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
		gap: 20px;
	}

	.gallery-item img {
		height: 200px;
	}
}

@media (max-width: 575px) {
	.gallery-title {
		font-size: 1.9rem;
	}

	.gallery-description {
		font-size: 0.95rem;
	}

	.slider-gallery-grid {
		grid-template-columns: 1fr;
		gap: 18px;
		padding: 0 10px;
	}

	.gallery-item img {
		height: 180px;
	}
}

/* Members section  */
.gallery-page-header {

	margin: 0 auto;
}

.gallery-title {
	font-size: 2.5rem;
	font-weight: 700;
	color: #222;
}

.gallery-description {
	font-size: 1.1rem;
	color: #555;
	line-height: 1.6;
}

.member-category-group {
	border-top: 2px solid #ddd;
	padding-top: 50px;
}

.category-title {
	font-size: 2rem;
	font-weight: 700;
	color: #444;
}

.members-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 30px;
	margin-top: 30px;
}

.member-card {
	background: #fff;
	border-radius: 12px;
	padding: 20px;
	box-shadow: 0 5px 20px rgb(0 0 0 / 0.08);
	text-align: center;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.member-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 10px 30px rgb(0 0 0 / 0.15);
}

.member-image {
	width: 120px;
	height: 120px;
	margin: 0 auto 15px;
	border-radius: 50%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	box-shadow: 0 2px 8px rgb(0 0 0 / 0.1);
	transition: box-shadow 0.3s ease;
}

.member-card:hover .member-image {
	box-shadow: 0 6px 20px rgb(0 0 0 / 0.2);
}

.member-name {
	font-size: 1.2rem;
	font-weight: 600;
	margin-bottom: 6px;
	color: #222;
}

.member-name a {
	text-decoration: none;
	color: inherit;
}

.member-name a:hover {
	color: #d09a81;
}

.member-discipline {
	font-size: 0.95rem;
	color: #666;
	margin: 0;
}

@media (max-width: 768px) {
	.gallery-title {
		font-size: 2rem;
	}

	.gallery-description {
		font-size: 1rem;
	}
}