@charset "UTF-8";

body {
	font-family: Roboto, sans-serif;
	font-size: 1.6rem;
	line-height: 26px;
	font-weight: 400;
	color: #3a3b3c
}

.no-scroll {
	overflow: hidden
}

svg {
	display: block
}

a,
button {
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.container {
	max-width: 75pc
}

html {
	font-size: 62.5%
}

body {
	font-size: 1pc;
	font-size: 1.6rem;
	background-color: #fff;
	color: #3a3b3c
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Roboto, sans-serif
}

.h1,
h1 {
	font-size: 60px;
	font-size: 6rem;
	font-weight: 800
}

.h1 a,
h1 a {
	font-size: inherit;
	font-weight: inherit
}

.h2,
h2 {
	font-size: 50px;
	font-size: 5rem;
	font-weight: 700
}

.h2 a,
h2 a {
	font-size: inherit;
	font-weight: inherit
}

.h3,
h3 {
	font-size: 40px;
	font-size: 4rem;
	font-weight: 400
}

.h3 a,
h3 a {
	font-size: inherit;
	font-weight: inherit
}

.h4,
h4 {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 400
}

.h4 a,
h4 a {
	font-size: inherit;
	font-weight: inherit
}

.h5,
h5 {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 400
}

.h5 a,
h5 a {
	font-size: inherit;
	font-weight: inherit;
	color: #131c33
}

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

h5.title {
	font-family: Roboto, sans-serif;
	margin-bottom: 8px
}

h5.title a {
	color: #131c33
}

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

.h6,
h6 {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 500
}

.h6 a,
h6 a {
	font-size: inherit;
	font-weight: inherit
}

ol,
ul {
	font-family: Roboto, sans-serif;
	font-size: 1pc;
	font-size: 1.6rem;
	color: #3a3b3c
}

.double-list li {
	float: left;
	width: 50%
}

p {
	margin-bottom: 10px
}

a,
a:focus,
a:hover {
	color: #000;
	text-decoration: none
}

strong {
	font-weight: 700
}

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

.form-group textarea.form-control,
textarea,
textarea.form-control {
	line-height: 1.6
}

.section-padding {
	padding: 87pt 0 117px
}

.section-title {
	margin-bottom: 60px
}

.section-title h2 {
	color: #131c33;
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 100%;
	text-transform: capitalize
}

.display-table {
	display: table;
	width: 100%;
	height: 100%
}

.display-table-cell {
	display: table-cell;
	vertical-align: middle
}

.btn:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-brand {
	background-color: #000;
	color: #fff;
	padding: 15px 30px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1pc;
	font-size: 1.6rem;
	border-radius: 0
}

.btn-brand:active,
.btn-brand:focus,
.btn-brand:hover {
	background-color: #fff;
	color: #3a3b3c
}

.btn-auth {
	background-color: #555;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	padding: 7px 15px;
	display: inline-block;
	margin-left: 10px;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.btn-auth:first-child {
	margin-left: 0
}

.btn-auth:hover {
	color: #fff
}

.btn-auth-rev {
	background-color: #0C1C8D
}

.btn-auth-rev:hover {
	background-color: #027B58
}

.btn-brand-dark {
	background-color: #2f4da1;
	border-color: #fff
}

.btn-brand-rev {
	background-color: #fff;
	color: #3a3b3c
}

.btn-brand-rev:active,
.btn-brand-rev:focus,
.btn-brand-rev:hover {
	background-color: #000;
	color: #fff
}

.btn-job {
	background-color: #fff;
	color: #000;
	text-transform: uppercase;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	display: block;
	border-radius: 0;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	padding: 10px
}

.btn-job:hover {
	background-color: #000;
	color: #fff
}

.btn-expired {
	background-color: #e66767
}

.btn-video-play {
	width: 60px;
	height: 60px;
	background-color: #fff;
	color: #000;
	display: block;
	font-size: 25px;
	font-size: 2.5rem;
	line-height: 55px;
	border-radius: 50%
}

.btn-video-play i.fa {
	padding-left: 5px
}

.btn-video-play:hover {
	background-color: #000;
	color: #fff;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.btn-loadmore {
	margin-top: 5pc;
	display: inline-block;
	padding: 20px 45px
}

.btn-loadmore:active,
.btn-loadmore:focus,
.btn-loadmore:hover {
	background-color: #161f37;
	color: #fff
}

.btn-reg {
	background-color: #000;
	color: #fff;
	display: block;
	border-radius: 0;
	font-size: 1pc;
	font-size: 1.6rem;
	line-height: 1;
	padding: 13px 40px
}

.btn-reg:focus,
.btn-reg:hover {
	background-color: #2f4da1;
	color: #fff
}

::-moz-selection {
	color: #fff;
	background: #000
}

::selection {
	color: #fff;
	background: #000
}

.pagination-wrap {
	margin-top: 70px
}

.pagination-wrap .pagination {
	display: block;
	text-align: center
}

.pagination-wrap .pagination li {
	margin-right: 10px;
	margin-bottom: 5px;
	display: inline-block
}

.pagination-wrap .pagination li a {
	width: 50px;
	height: 50px;
	padding: 0;
	color: #8b8b8e;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 50px;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.pagination-wrap .pagination li a:hover {
	background-color: #5481ff;
	color: #fff
}

.pagination-wrap .pagination li:last-child {
	margin-right: 0
}

.pagination-wrap .pagination li.active a {
	color: #fff
}

.nice-select {
	border-radius: 0;
	background-color: #000;
	color: #fff
}

.nice-select,
.nice-select:active,
.nice-select:focus,
.nice-select:hover {
	border-color: #000
}

.nice-select:after {
	border-color: #fff
}

.nice-select .list {
	border-radius: 0;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1
}

.nice-select .list li {
	width: 100%;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.nice-select .list li.selected:hover,
.nice-select .list li:hover {
	background-color: #000;
	color: #fff
}

.nice-select .current {
	margin-right: 9pt
}

.table-responsive::-webkit-scrollbar-thumb {
	border-radius: 0;
	border: 0;
	background-color: #000
}

.table-responsive::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 14px;
	height: 10px;
	background-color: rgba(59, 96, 201, .3)
}

.table-responsive::-moz-scrollbar-thumb {
	border-radius: 0;
	border: 0;
	background-color: #000
}

.table-responsive::-moz-scrollbar {
	-webkit-appearance: none;
	width: 14px;
	height: 10px;
	background-color: rgba(59, 96, 201, .3)
}

.brand-search-form form {
	position: relative
}

.brand-search-form form input {
	font-size: 14px;
	font-size: 1.4rem;
	border: 1px solid #b4b4b4;
	width: 100%;
	border-radius: 5px;
	padding: 9pt 20px
}

.brand-search-form form input:active,
.brand-search-form form input:focus {
	outline: 0;
	-webkit-box-shadow: none 0 0 #000;
	box-shadow: none 0 0 #000;
	border-color: #000
}

.brand-search-form form button {
	color: #b4b4b4;
	background-color: transparent;
	border: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 15px
}

.brand-unorderlist li {
	border-bottom: 1px solid #b4b4b4;
	padding: 8px 0 8px 10px
}

.brand-unorderlist li a {
	text-transform: capitalize;
	color: #3a3b3c;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
	opacity: .8;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	position: relative
}

.brand-unorderlist li a:hover {
	opacity: 1;
	padding-left: 10px
}

.brand-unorderlist li a:before {
	content: "";
	font-family: Font Awesome\ 5 free;
	font-weight: 900;
	font-size: 1pc;
	font-size: 1.6rem;
	line-height: 1;
	margin-right: 10px
}

.brand-unorderlist li:last-child {
	border-bottom: none
}

.blockquote,
blockquote {
	border-top: 1px solid #b4b4b4;
	position: relative;
	font-size: 18px;
	font-size: 1.8rem;
	font-style: italic;
	color: #6a78a1;
	padding: 25px 20px 0 70px;
	margin: 0;
	margin-top: 10px
}

.blockquote:before,
blockquote:before {
	content: "";
	font-family: Font Awesome\ 5 free;
	font-weight: 900;
	color: #cfcfcf;
	font-size: 40px;
	font-size: 4rem;
	line-height: 1;
	position: absolute;
	left: 0;
	top: 50%;
	padding-top: 30px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.custom-control-label:before {
	width: 13px;
	height: 13px;
	border: 1px solid #6a78a1;
	background-color: transparent;
	top: 0
}

.custom-control-label:after {
	left: -1.409rem;
	top: .06rem
}

.img-left {
	float: left
}

.img-left,
.img-right {
	padding: 0 2rem 1rem 0
}

.img-right {
	float: right
}

.typography-page-wrapper img {
	max-width: 500px
}

.cbx-switcher-area {
	position: fixed;
	top: 35%;
	right: 0;
	max-width: 300px;
	z-index: 8
}

.cbx-switcher-btn:active,
.cbx-switcher-btn:focus,
.cbx-switcher-btn:hover {
	color: #fff
}

.cbx-switcher-inner {
	position: relative
}

.cbx-switcher-btn {
	font-weight: 700;
	font-size: 25px;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9;
	padding: 5px
}

.cbx-switcher-body {
	background: hsla(0, 0%, 90%, .93);
	padding: 10px;
	width: 260px;
	position: absolute;
	top: 0;
	right: -280px
}

.cbx-switcher-list li {
	height: 30px;
	width: 30px;
	float: left;
	display: inline-block;
	margin: 0 20px 20px 0
}

.cbx-switcher-list li a {
	width: 100%;
	height: 100%;
	display: block
}

.cbx-list-default,
.cbx-switcher-btn {
	background: #000
}

.cbx-list-yellow {
	background: #e67e22
}

.cbx-list-red {
	background: #e74c3c
}

.cbx-list-orange {
	background: #f5740a
}

.cbx-list-olive {
	background: #559137
}

.cbx-list-violet {
	background: #93c
}

.cbx-list-pink {
	background: #ff69b4
}

.cbx-list-navy {
	background: #3b5998
}

@-webkit-keyframes a {
	0% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
		opacity: 0
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

@keyframes a {
	0% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
		opacity: 0
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

.zoom {
	-webkit-animation-name: a;
	animation-name: a
}

@-webkit-keyframes b {
	0% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5)
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes b {
	0% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5)
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.zoom2 {
	-webkit-animation-name: b;
	animation-name: b
}

.zoomBounce {
	-webkit-animation-name: c;
	animation-name: c
}

@-webkit-keyframes c {
	0% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
		opacity: 0
	}

	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2)
	}

	50%,
	to {
		opacity: 1
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes c {
	0% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
		opacity: 0
	}

	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2)
	}

	50%,
	to {
		opacity: 1
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@-webkit-keyframes d {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes d {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@-webkit-keyframes e {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px)
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes e {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px)
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes f {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px)
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes f {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px)
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes g {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		transform: translateX(20px)
	}

	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes g {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		transform: translateX(20px)
	}

	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@-webkit-keyframes h {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px)
	}

	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes h {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px)
	}

	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@-webkit-keyframes i {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.7);
		transform: scale(0.7)
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes i {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.7);
		transform: scale(0.7)
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@-webkit-keyframes j {
	0% {
		-webkit-transform: scale(0.1);
		transform: scale(0.1);
		opacity: 0
	}

	60% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
		opacity: 1
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes j {
	0% {
		-webkit-transform: scale(0.1);
		transform: scale(0.1);
		opacity: 0
	}

	60% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
		opacity: 1
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.gptFade {
	-webkit-animation-name: d;
	animation-name: d
}

.gptFadeUp {
	-webkit-animation-name: e;
	animation-name: e
}

.gptFadeDown {
	-webkit-animation-name: f;
	animation-name: f
}

.gptFadeLeft {
	-webkit-animation-name: g;
	animation-name: g
}

.gptFadeRight {
	-webkit-animation-name: h;
	animation-name: h
}

.gptZoomIn {
	-webkit-animation-name: i;
	animation-name: i
}

.gptBounceIn {
	-webkit-animation-name: j;
	animation-name: j
}

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

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

.gpUpX {
	-webkit-animation-name: l;
	animation-name: l
}

.gpUpSmX {
	-webkit-animation: l 1s both 1s;
	animation: l 1s both 1s;
	-webkit-animation-delay: .3s;
	animation-delay: .3s
}

.gpDownX {
	-webkit-animation-name: m;
	animation-name: m
}

@-webkit-keyframes l {
	0% {
		opacity: 0;
		-webkit-transform: translate(80px, -30px);
		transform: translate(80px, -30px)
	}

	to {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 1
	}
}

@keyframes l {
	0% {
		opacity: 0;
		-webkit-transform: translate(80px, -30px);
		transform: translate(80px, -30px)
	}

	to {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 1
	}
}

@-webkit-keyframes m {
	0% {
		opacity: 0;
		-webkit-transform: translate(-80px, 80px);
		transform: translate(-80px, 80px)
	}

	to {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 1
	}
}

@keyframes m {
	0% {
		opacity: 0;
		-webkit-transform: translate(-80px, 80px);
		transform: translate(-80px, 80px)
	}

	to {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 1
	}
}

.site-header {
	z-index: 7;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

@media (max-width:480px) {
	.site-header {
		padding: 0 10px
	}
}

.site-header.header-transparent {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%
}

.site-header.header-transparent .codeboxr-main-menu>li>a:before {
	display: none
}

.site-header .header-topbar {
	background-color: #000;
	height: 40px
}

@media (max-width:767px) {
	.site-header .header-topbar {
		display: none
	}
}

.site-header .header-topbar .preheader-left a {
	color: #fff;
	font-size: 15px;
}

.site-header .header-topbar .preheader-left a:not(:last-child) {
	margin-right: 35px
}

.header-bottom {
	background: url(../images/header.jpg);
	background-repeat: no-repeat
}

.site-header .site-logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media (max-width:991px) {
	.site-header .site-logo {
		width: 100%;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}

.site-header .site-logo img {
	max-width: 130px
}

@media (max-width:991px) {
	.site-header .site-logo img {
		max-width: 150px
	}
}

.site-header .site-logo .site-title {
	padding: 8px 0;
	margin: 0
}

.site-header .site-logo a {
	padding: 0px 0;
	display: block
}

.site-header .site-logo a h3 {
	margin: 0;
	color: #000
}

.site-header .site-logo .logo-sticky {
	display: none
}

.site-header .burger-menu {
	text-align: right;
	display: none;
	cursor: pointer;
}

@media (max-width:991px) {
	.site-header .burger-menu {
		display: block;
	}
}

.site-header .burger-menu span {
	background: #000;
	height: 3px;
	display: block;
	margin-left: auto;
}

.site-header .burger-menu span:not(:last-child) {
	margin-bottom: 5px
}

.site-header .burger-menu .bar-one {
	width: 20px
}

.site-header .burger-menu .bar-two {
	width: 25px
}

.site-header .burger-menu .bar-three {
	width: 15px
}

.header-position .site-header.header-fixed.showed {
	top: 2pc
}

@media (max-width:782px) {
	.header-position .site-header.header-fixed.showed {
		top: 46px
	}
}

@media (min-width:1200px) {
	.site-header .site-logo {
		width: 15%
	}

	.site-header .menu-wrapper {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.submenu-align-right .site-header {
		width: auto
	}
}

.site-header .main-nav-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100px
}

.site-header .main-nav {
	position: relative
}

.site-header .codeboxr-main-menu {
	margin: 0;
	padding: 0;
	list-style: none
}

.site-header .codeboxr-main-menu>li {
	padding: 37px 20px
}

.site-header .codeboxr-main-menu>li:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 5px;
	background: #fff
}

.site-header .codeboxr-main-menu>li.current-menu-item {
	background-color: #000
}

@media (max-width:991px) {
	.site-header .codeboxr-main-menu>li.current-menu-item {
		background-color: #000
	}

	.site-header .codeboxr-main-menu>li.current-menu-item a,
	.site-header .codeboxr-main-menu>li.current-menu-item i {
		color: #fff
	}
}

.site-header .codeboxr-main-menu>li.current-menu-item:before {
	width: 100%;
	-webkit-transition: width .3s ease;
	-o-transition: width .3s ease;
	transition: width .3s ease
}

.site-header .codeboxr-main-menu>li>a {
	font-weight: 700;
	font-size: 18px;
	color: #fff;
	position: relative;
	text-transform: uppercase
}

.site-header .codeboxr-main-menu>li:hover {
	color: #fff;
	background: #000
}

@media (max-width:991px) {
	.site-header .codeboxr-main-menu>li:hover {
		background: #000
	}
}

.site-header .codeboxr-main-menu>li:nth-last-child(-n+2).has-submenu .sub-menu {
	left: auto;
	right: 0
}

.site-header .codeboxr-main-menu>li:nth-last-child(-n+2).has-submenu .sub-menu li ul {
	right: 100%
}

.site-header .codeboxr-main-menu>li:not(.mega-menu) {
	position: relative
}

.menu-light .site-header .codeboxr-main-menu>li>a {
	color: #fff
}

.site-header .codeboxr-main-menu li {
	display: inline-block
}

.site-header .codeboxr-main-menu li:not(:last-child) {
	margin-right: 10px
}

.site-header .codeboxr-main-menu li.has-submenu>a:after {
	content: "";
	font-family: Font Awesome\ 5 Free;
	font-weight: 600;
	position: absolute;
	top: calc(50% - 12px);
	right: -19px;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	font-size: 15px
}

.site-header .codeboxr-main-menu li.has-submenu .sub-menu {
	margin: 0;
	position: absolute;
	top: 115%;
	left: 0;
	opacity: 0;
	visibility: hidden;
	background: #fff;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	min-width: 200px;
	-webkit-box-shadow: 0 10px 30px 0 rgba(9, 2, 51, .1);
	box-shadow: 0 10px 30px 0 rgba(9, 2, 51, .1);
	z-index: 10;
	width: 250px
}

.site-header .codeboxr-main-menu li.has-submenu .sub-menu li {
	display: block;
	position: relative;
	margin-right: 0;
	line-height: 36px
}

.site-header .codeboxr-main-menu li.has-submenu .sub-menu li a {
	font-size: 16px;
	padding: 10px 15px;
	display: block;
	line-height: 1.5;
	color: #000;
	font-weight: 700;
	border-top: 1px solid #eee;
}

@media (max-width:991px) {
	.site-header .codeboxr-main-menu li.has-submenu .sub-menu li a {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.2;
		padding: 8px 10px
	}
}

.site-header .codeboxr-main-menu li.has-submenu .sub-menu li a:after {
	top: calc(50% - 7px);
	right: 15px
}

.site-header .codeboxr-main-menu li.has-submenu .sub-menu li a:hover {
	color: #fff;
	background-color: #000
}

.site-header .codeboxr-main-menu li.has-submenu .sub-menu li ul {
	position: absolute;
	left: 100%;
	top: 0;
	background: #fff;
	min-width: 220px;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity: 0;
	visibility: hidden;
	-webkit-box-shadow: 0 5px 10px #14303a15;
	box-shadow: 0 5px 10px #14303a15
}

.site-header .codeboxr-main-menu li.has-submenu .sub-menu li.has-submenu:hover ul {
	opacity: 1;
	visibility: visible
}

.site-header .codeboxr-main-menu li.has-submenu .sub-menu li.current-menu-item a {
	background-color: #000;
	color: #fff
}

.site-header .codeboxr-main-menu li.has-submenu:hover ul {
	opacity: 1;
	visibility: visible;
	top: 100%
}

.site-header.header-transparent.header-2 .codeboxr-main-menu>li>a {
	color: #fff
}

.site-header.submenu-align-right .menu-wrapper {
	width: auto
}

.site-header.submenu-align-right .codeboxr-main-menu>li:nth-last-child(-n+3).has-submenu .sub-menu {
	left: auto;
	right: 0
}

.site-header.submenu-align-right .codeboxr-main-menu>li:nth-last-child(-n+3).has-submenu .sub-menu li ul {
	right: 100%
}

.site-header.header-fixed.showed {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	background: #fff;
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
	box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
	-webkit-animation: k .65s cubic-bezier(0.23, 1, 0.32, 1) both;
	animation: k .65s cubic-bezier(0.23, 1, 0.32, 1) both;
}

.site-header.header-fixed.showed .header-topbar {
	display: none
}

.site-header.header-fixed.showed .site-logo a {
	padding: 0px 0
}

.site-header.header-fixed.showed .site-logo .main-logo {
	display: none
}

.site-header.header-fixed.showed .site-logo .logo-sticky {
	display: block
}

.site-header.header-fixed.showed .codeboxr-main-menu>li {
	padding: 39px 20px
}

@media (max-width:420px) {
	.no-scroll .main-content {
		position: relative
	}
}

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

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

#site-navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media (min-width:992px) {
	.close-menu {
		display: none
	}
}

.canvas-header {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 13px 8px 9pt;
	border-bottom: 1px solid #eee;
	margin-bottom: 30px;
	display: none
}

.close-menu {
	height: 40px;
	width: 40px;
	background: hsla(0, 0%, 53%, .1);
	border-radius: 50%;
	text-align: center;
	line-height: 43px;
	color: #051441;
	font-size: 15px;
	cursor: pointer
}

.codeboxr-main-menu,
.codeboxr-main-menu ul {
	list-style: none
}

.mask-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .5);
	z-index: 6
}

@media (max-width:991px) {
	.site-header .burger-menu {
		display: block;
		margin-left: 20px;
		padding-top: -21px
	}

	.site-header .canvas-header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.site-header .mobile-offcanvas-logo img {
		width: 192px;
		margin-top: -20px
	}

	.site-header.header-fixed.showed .site-logo a {
		padding: 0px 0
	}

	.site-header.header-fixed.showed .logo-sticky {
		display: block;
	}

	.site-header .site-logo a {
		padding: 0px 0
	}

	.site-header .main-nav-container {
		position: fixed;
		top: 0;
		height: 100vh;
		background: #fff;
		max-width: 25pc;
		width: 100%;
		text-align: left;
		overflow-y: auto;
		padding-bottom: 5pc;
		left: -75pt;
		-webkit-transition-duration: .3s;
		-o-transition-duration: .3s;
		transition-duration: .3s;
		opacity: 0;
		visibility: hidden;
		z-index: 7;
		display: block
	}

	.header-position .site-header .main-nav-container {
		top: 2pc
	}
}

@media (max-width:991px) and (max-width:780px) {
	.header-position .site-header .main-nav-container {
		top: 46px
	}
}

@media (max-width:991px) and (max-width:420px) {
	.site-header .main-nav-container {
		max-width: 100%
	}
}

@media (max-width:991px) {
	.site-header .main-nav-container.open-menu {
		opacity: 1;
		left: 0;
		visibility: visible
	}

	.site-logo {
		margin-top: 2em
	}

	.header-bottom {
		height: 70px
	}
}

@media (max-width:991px) {
	.site-header .main-nav-container li {
		display: block;
		padding: 0 !important;
		margin-right: 0 !important
	}

	.site-header .main-nav-container li:before {
		display: none
	}

	.site-header .main-nav-container li a {
		font-size: 1pc;
		color: #131c33;
		position: relative;
		z-index: 1;
		padding: 8px 15px;
		display: block;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		text-transform: capitalize;
		font-weight: 500;
		border-left: 2px solid transparent
	}

	.site-header .main-nav-container li.has-submenu {
		position: relative;
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
		width: 100%;
		min-height: 100%
	}

	.site-header .main-nav-container li.has-submenu i {
		position: absolute;
		top: 3px;
		right: 15px;
		display: block;
		width: 30px;
		height: 30px;
		text-align: center;
		line-height: 30px;
		z-index: 6
	}

	.site-header .main-nav-container li.has-submenu>a {
		position: relative;
		line-height: 1.2 !important
	}

	.site-header .main-nav-container li.has-submenu>a:after {
		display: none
	}

	.site-header .main-nav-container li.has-submenu>a.active:after {
		content: ""
	}

	.site-header .main-nav-container li.has-submenu li a {
		font-size: 1pc
	}

	.site-header .main-nav-container li.has-submenu li.has-submenu .sub-menu {
		position: static;
		width: 100%;
		min-width: 100%;
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
		opacity: 1;
		visibility: visible
	}

	.site-header .main-nav-container li.has-submenu .sub-menu,
	.site-header .main-nav-container li.has-submenu li.has-submenu .sub-menu li ul.sub-menu {
		opacity: 1;
		visibility: visible;
		-webkit-box-shadow: none !important;
		box-shadow: none !important
	}

	.site-header .main-nav-container li.has-submenu .sub-menu {
		position: static;
		width: 100%;
		min-width: 100%;
		-webkit-transition: none;
		-o-transition: none;
		transition: none
	}
}

@media (max-width:991px) {
	.site-header.header-main .codeboxr-burger-menu {
		margin-left: 0
	}
}

@media (max-width:991px) {
	.header-position .site-header.header-fixed.showed .main-nav-container {
		top: 0
	}
}

@media (max-width:991px) {
	.site-header .main-nav {
		position: relative;
		z-index: 11;
		line-height: 1.2
	}

	.site-header .main-nav .codeboxr-main-menu {
		padding-left: 0
	}

	.site-header .main-nav .sub-menu {
		padding-left: 15px;
		margin-left: 0;
		margin-bottom: 0;
		display: none
	}

	.site-header .main-nav .sub-menu.active .main-item>.menu-link {
		background: #f8f9fa
	}

	.site-header .main-nav .sub-menu li a {
		border-top: 0
	}

	.site-header .main-nav .sub-menu li.active a.active .ti-plus {
		color: #000
	}

	.site-header .main-nav .nav-item.active-main-item>.menu-link {
		color: #000;
		background: #f8f9fa;
		border-color: #000
	}

	.site-header .main-nav .sub-menu {
		padding-left: 15px;
		margin-bottom: 0
	}
}

@media (max-width:991px) {
	.site-header .main-nav {
		cursor: default;
		position: relative;
		z-index: 4;
		text-align: left;
		font-weight: 500;
		height: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.site-header .main-nav .close-bar,
	.site-header .main-nav a:before,
	.site-header .main-nav.hidden {
		display: none
	}
}

.main-logo {
	margin-top: -49px;
	z-index: 2;
	position: absolute
}

.logo-sticky {
	margin-top: -49px;
	z-index: 2;
	position: absolute;
	width: 100px
}

#slider-area {
	position: relative
}

#slider-area .single-slide-wrap {
	background-color: #000;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	color: #fff;
	padding: 155px 0 20px;
	position: relative;
	z-index: 1
}

#slider-area .single-slide-wrap .slider-content h2 {
	font-size: 75pt;
	font-size: 10rem;
	line-height: 1;
	margin: 0;
	padding: 55px 0 0px;
}

#slider-area .single-slide-wrap .slider-content h3 {
	font-size: 36px;
	line-height: 1;
	margin: 20px 0 30px
}

#slider-area .single-slide-wrap .slider-content span {
	color: #85CCA3
}

#slider-area .single-slide-wrap .slider-content .slider-btn {
	margin-top: 35px
}

#slider-area .single-slide-wrap .slider-content .slider-btn a {
	margin-right: 20px;
	font-size: 15px;
	border-radius: 0;
	text-transform: uppercase;
	font-weight: 600
}

#slider-area .single-slide-wrap .slider-content .slider-btn a:last-child {
	margin-right: 0
}

#slider-area .single-slide-wrap:after {
	background-color: #000;
	content: "";
	left: 0;
	height: 100%;
	top: 0;
	opacity: .5;
	position: absolute;
	width: 100%;
	z-index: -1
}

#slider-area .owl-dots {
	text-align: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 65px
}

#slider-area .owl-dots .owl-dot {
	border: 3px solid transparent;
	outline: 0 !important
}

#slider-area .owl-dots .owl-dot span {
	width: 25px;
	height: 25px;
	background-color: #fff;
	border-radius: 50%;
	display: inline-block;
	margin-bottom: 15px;
	line-height: 100%
}

#slider-area .owl-dots .owl-dot:last-child span {
	margin-bottom: 0
}

#slider-area .owl-dots .owl-dot:focus {
	outline: 0 !important
}

#slider-area .owl-dots .owl-dot.active span {
	border: 3px solid #fff;
	background-color: #000;
	width: 30px;
	height: 30px
}

#slider-area .slide-bg-1 {
	background-image: url(../images/slider/slider-img-1.jpg)
}

#slider-area .slide-bg-2 {
	background-image: url(../images/slider/slider-img-2.jpg)
}

#slider-area .slide-bg-3 {
	background-image: url(../images/slider/slider-img-3.jpg)
}

#slider-area .social-networks-icon {
	display: none;
	position: absolute;
	left: 40px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1
}

#slider-area .social-networks-icon a {
	border-bottom: 1px solid #fff;
	display: block;
	color: #fff;
	font-size: 30px;
	font-size: 3rem;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 20px;
	position: relative
}

#slider-area .social-networks-icon a,
#slider-area .social-networks-icon a i,
#slider-area .social-networks-icon a i.fa {
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

#slider-area .social-networks-icon a:hover i.fa-facebook {
	color: #3b5999
}

#slider-area .social-networks-icon a:hover i.fa-twitter {
	color: #1da1f2
}

#slider-area .social-networks-icon a:hover i.fa-pinterest {
	color: #cb2028
}

#slider-area .social-networks-icon a:hover i.fa-youtube {
	color: #cc332d
}

#slider-area .social-networks-icon a span {
	position: absolute;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 700;
	color: #000;
	display: block;
	background-color: #fff;
	padding: 2px 8px;
	left: 100%;
	margin-left: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	width: 90pt
}

#slider-area .social-networks-icon a span:after {
	position: absolute;
	content: "";
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #fff;
	left: -5px
}

#slider-area .social-networks-icon li a:hover span {
	opacity: 1;
	visibility: visible;
	margin-left: 20px
}

#slider-area .social-networks-icon li:last-child a {
	border-bottom: none
}

#upcoming-area {
	display: none;
	margin-top: -190px;
	position: relative;
	z-index: 1
}

#upcoming-area .upcoming-event-wrap {
	background-color: #000;
	padding: 40px;
	color: #fff;
	position: relative
}

#upcoming-area .upcoming-event-wrap .up-event-titile {
	position: absolute;
	text-align: center;
	margin: 0;
	top: -31px
}

#upcoming-area .upcoming-event-wrap .up-event-titile h3 {
	background-color: #fff;
	font-size: 26px;
	font-size: 2.6rem;
	color: #000;
	text-transform: capitalize;
	font-weight: 700;
	padding: 10px 45px;
	margin: 0;
	-webkit-box-shadow: 14px 0 26px rgba(0, 0, 0, .4);
	box-shadow: 14px 0 26px rgba(0, 0, 0, .4)
}

#upcoming-area .upcoming-event-wrap .upcoming-event-content .owl-nav {
	position: absolute;
	bottom: -40px;
	right: -35px
}

#upcoming-area .upcoming-event-wrap .upcoming-event-content .owl-nav button {
	outline: 0;
	background-color: #5481ff;
	width: 45px;
	height: 45px;
	font-size: 20px;
	font-size: 2rem;
	line-height: 3pc;
	text-align: center;
	margin-bottom: 5px;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

#upcoming-area .upcoming-event-wrap .upcoming-event-content .owl-nav button:hover {
	background-color: #fff;
	color: #161f37
}

#upcoming-area .upcoming-event-wrap .upcoming-event-content .owl-nav buttonfocus {
	outline: 0
}

.single-upcoming-event .up-event-thumb {
	position: relative;
	min-height: 94px
}

.single-upcoming-event .up-event-thumb img {
	width: 100%;
	display: block
}

.single-upcoming-event .up-event-thumb .up-event-date {
	color: #3a3b3c;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	background-color: #fff;
	padding: 9pt;
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: -5px;
	border-bottom: 8px solid #000
}

.single-upcoming-event .up-event-text h3 {
	font-size: 30px;
	font-size: 3rem
}

.single-upcoming-event .up-event-text h3 a {
	color: #fff
}

.single-upcoming-event .up-event-text a {
	margin-top: 10px
}

.event-page-content-wrap {
	background-color: #fff
}

.event-page-content-wrap .all-event-list {
	margin-top: -30px
}

.event-page-content-wrap .all-event-list .single-upcoming-event {
	background: url(../images/bg3.jpg);
	color: #fff;
	padding: 30px;
	margin-top: 30px;
	background-attachment: fixed;
	background-position: bottom
}

.event-filter-area {
	margin-bottom: 60px
}

.event-filter-area .form-inline {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.event-filter-area .nice-select {
	height: 54px;
	margin-right: 20px;
	text-align: center;
	background-color: #fff;
	color: #6a78a1;
	font-weight: 700;
	font-size: 1pc;
	font-size: 1.6rem;
	line-height: 54px;
	text-transform: uppercase
}

.event-filter-area .nice-select:after {
	border-color: #6a78a1;
	width: 8px;
	height: 8px;
	margin-top: -7px
}

.event-filter-area .btn-brand {
	padding: 9pt 25px
}

.event-filter-area .btn-brand:active,
.event-filter-area .btn-brand:hover {
	background-color: #2f4da1;
	color: #fff
}

.single-event-page-content {
	background-color: #ecf1f5
}

.single-event-page-content .single-event-details h2 {
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1.3;
	color: #131c33;
	margin-top: 60px;
	margin-bottom: 20px
}

.single-event-page-content .single-event-details p {
	line-height: 2;
	margin-bottom: 30px
}

.single-event-page-content .single-event-details .event-schedul h3 {
	background-color: #000;
	color: #fff;
	font-size: 30px;
	font-size: 3rem;
	line-height: 1.3;
	font-weight: 500;
	text-align: center;
	padding: 9pt;
	margin-bottom: 65px;
	margin-top: 90px
}

.single-event-page-content .single-event-details .event-schedul .event-schedul-accordion .card {
	margin-top: 10px
}

.single-event-page-content .single-event-details .event-schedul .event-schedul-accordion .card .card-header {
	background-color: #fff;
	padding: 18px 15px 10px
}

.single-event-page-content .single-event-details .event-schedul .event-schedul-accordion .card .card-header h5 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3;
	font-weight: 700;
	color: #131c33;
	cursor: pointer;
	margin-bottom: 0
}

.single-event-page-content .single-event-details .event-schedul .event-schedul-accordion .card .card-header h5 .event-time {
	background-color: #000;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 10px 13px;
	margin-right: 20px
}

.single-event-page-content .single-event-details .event-schedul .event-schedul-accordion .card .card-header h5 i.fa {
	font-size: 30px;
	font-size: 3rem;
	line-height: 1;
	font-weight: 700;
	color: #6a78a1
}

.single-event-page-content .single-event-details .event-schedul .event-schedul-accordion .card .card-header h5[aria-expanded=false] i.fa-angle-up,
.single-event-page-content .single-event-details .event-schedul .event-schedul-accordion .card .card-header h5[aria-expanded=true] i.fa-angle-down {
	display: none
}

.single-event-page-content .single-event-details .event-schedul .event-schedul-accordion .card .card-body {
	background-color: #fff;
	padding: 20px 30px 30px
}

.single-event-page-content .single-event-details .event-schedul .event-schedul-accordion .card .card-body p {
	margin-bottom: 10px
}

.single-event-page-content .single-event-details .event-schedul .event-schedul-accordion .card .card-body .speaker-name {
	color: #000;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1;
	font-style: italic;
	font-weight: 500;
	margin-bottom: 0;
	margin-top: 15px
}

.single-event-page-content .single-event-details .event-schedul .event-schedul-accordion .card .card-body .speaker-name strong {
	text-transform: uppercase;
	font-weight: 700;
	color: #3a3b3c;
	font-style: normal
}

.single-event-page-content .single-event-details .event-schedul .event-schedul-accordion .card .card-body .speaker-name .speaker-deg {
	color: #6a78a1;
	border-bottom: 2px solid #6a78a1;
	margin-bottom: 0
}

.single-event-page-content .single-event-details .event-thumb-item {
	min-height: 500px;
	max-height: 500px;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1
}

.single-event-page-content .single-event-details .event-thumb-item:after {
	background-color: #000;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	opacity: .2;
	z-index: -1
}

.single-event-page-content .single-event-details .event-thumb-item .event-meta {
	background-color: rgba(0, 0, 0, .8);
	border-top: 2px solid #2f4da1;
	color: #fff;
	padding: 15px 30px;
	z-index: 1;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%
}

.single-event-page-content .single-event-details .event-thumb-item .event-meta .event-address {
	color: #85CCA3;
	text-decoration: underline;
	margin: 10px 0 5px
}

.single-event-page-content .single-event-details .event-thumb-item .event-meta h3 {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.3;
	margin-bottom: 0
}

.single-event-page-content .single-event-details .event-thumb-item .event-meta .btn-join {
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	border: 1px solid #fff;
	padding: 8px 30px;
	text-align: right;
	position: absolute;
	right: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.single-event-page-content .single-event-details .event-thumb-item .event-meta .btn-join:active,
.single-event-page-content .single-event-details .event-thumb-item .event-meta .btn-join:hover {
	color: #000
}

.single-event-page-content .event-thumb-img-1 {
	background-image: url(../images/blog/blog-1.jpg)
}

.single-event-page-content .event-thumbnails {
	position: relative
}

.single-event-page-content .event-thumbnails .event-countdown {
	padding: 20px 50px;
	text-align: center;
	background-color: #000;
	border: 1px solid #fff;
	border-top: none;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 3
}

.single-event-page-content .event-thumbnails .event-countdown P {
	position: static;
	color: #fff;
	margin-bottom: 0
}

.single-event-page-content .event-thumbnails .event-countdown .counter-item:last-child {
	margin-right: 0
}

.single-event-page-content .event-thumbnails .owl-nav div {
	width: 50px;
	height: 50px;
	text-align: center;
	font-size: 20px;
	font-size: 2rem;
	line-height: 50px;
	background-color: #000;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: -25px;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	opacity: 0;
	visibility: hidden
}

.single-event-page-content .event-thumbnails .owl-nav div.owl-next {
	left: auto;
	right: 20px
}

.event-countdown {
	margin-bottom: 18px;
	position: relative;
	display: inline-block
}

.event-countdown .event-countdown-counter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.event-countdown .event-countdown-counter .counter-item {
	text-align: center;
	color: #fff;
	margin-right: 15px
}

.event-countdown .event-countdown-counter .counter-item .counter-label {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	font-weight: 700;
	display: block;
	margin-bottom: 5px
}

.event-countdown .event-countdown-counter .counter-item .single-cont {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1;
	font-weight: 700;
	border: 1px solid #fff;
	background-color: #161f37;
	padding: 10px;
	display: inline-block
}

.event-countdown p {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 0;
	position: absolute;
	bottom: 0;
	left: 100%
}

.event-thumbnail-carousel {
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.event-thumbnail-carousel:hover .owl-nav div {
	opacity: 1;
	visibility: visible;
	left: 0
}

.event-thumbnail-carousel:hover .owl-nav div.owl-next {
	right: 0;
	left: auto
}

.single-event-details .event-thumbnail-carousel .owl-nav button {
	width: 50px;
	height: 50px;
	text-align: center;
	font-size: 2rem;
	line-height: 3.2rem;
	line-height: 50px;
	background-color: #000;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: -25px;
	-webkit-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter: alpha(opacity=0);
	visibility: hidden
}

.single-event-details .event-thumbnail-carousel .owl-nav button.owl-next {
	left: auto;
	right: 20px
}

.single-event-details .event-thumbnail-carousel .owl-nav button.owl-prev {
	left: 20px
}

.single-event-details .event-thumbnail-carousel:hover .owl-nav button {
	opacity: 1;
	visibility: visible
}

.single-event-details .event-thumbnail-carousel:hover .owl-nav button.owl-next {
	right: 0
}

.single-event-details .event-thumbnail-carousel:hover .owl-nav button.owl-prev {
	left: 0
}

.cbx-acacordion .accordion-item:first-of-type,
.cbx-acacordion .accordion-item:first-of-type .accordion-button {
	border-radius: 0
}

.cbx-acacordion .accordion-item:not(:last-child) {
	margin-bottom: 10px
}

.cbx-acacordion .accordion-header {
	margin: 0 !important
}

.cbx-acacordion .accordion-button {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3;
	font-weight: 700;
	color: #131c33;
	cursor: pointer;
	margin-bottom: 0;
	border-bottom: 1px solid #0000002d;
	padding: 15px 20px
}

.cbx-acacordion .accordion-button:focus {
	-webkit-box-shadow: none;
	box-shadow: none
}

.cbx-acacordion .accordion-button span {
	font-size: 14px;
	font-size: 1.4rem;
	background-color: #000;
	color: #fff;
	padding: 10px 13px;
	margin-right: 20px
}

.cbx-acacordion .accordion-button:not(.collapsed) {
	color: #000;
	background-color: transparent
}

.cbx-acacordion p {
	margin-bottom: 1em !important
}

.cbx-acacordion .accordion-body {
	padding: 15px 20px 30px
}

.cbx-acacordion h4.speaker-name {
	color: #000;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1;
	font-style: italic;
	font-weight: 500;
	margin-bottom: 0;
	margin-top: 15px
}

.cbx-acacordion h4.speaker-name strong {
	text-transform: uppercase;
	font-weight: 700;
	color: #3a3b3c;
	font-style: normal
}

.cbx-acacordion h4.speaker-name .speaker-deg {
	color: #6a78a1;
	border-bottom: 2px solid #6a78a1;
	margin-bottom: 0
}

#page-content-wrap .about-page-content-wrap {
	padding-top: 170px;
	background: url(../images/responsibility/bg.jpg);
	background-attachment: fixed
}

#page-content-wrap .about-page-content-wrap .single-about-text {
	background-color: #ddd;
	padding: 50px;
	position: relative;
	font-size: 1pc;
	font-size: 1.6rem;
	margin-top: 150px
}

#page-content-wrap .about-page-content-wrap .single-about-text .year {
	font-size: 75pt;
	font-size: 10rem;
	line-height: 1;
	color: #0C1C8D;
	text-shadow: 0 4px 9pt rgba(0, 0, 0, .1);
	position: absolute;
	top: -75px;
	right: 25px;
	font-weight: 900
}

#page-content-wrap .about-page-content-wrap .single-about-text h2 {
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 20px
}

#page-content-wrap .about-page-content-wrap .single-about-text .img-left {
	margin-top: -75pt;
	margin-left: -97px
}

#page-content-wrap .about-page-content-wrap .single-about-text .img-right {
	margin-top: -75pt;
	margin-right: -118px
}

#page-content-wrap .about-page-content-wrap .single-about-text:first-child img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%)
}

#page-content-wrap .about-page-content-wrap .single-about-text:nth-child(2n) .year {
	right: auto;
	left: 0
}

#page-content-wrap .about-page-content-wrap .single-about-text:first-child {
	margin-top: 0
}

#page-content-wrap .our-honorable-commitee .honorable-committee-list .single-committee-member {
	margin-top: 50px
}

#page-content-wrap .about-page-area-title {
	margin-bottom: 50px
}

#page-content-wrap .about-page-area-title h2 {
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1
}

#about-area .about-area-wrapper {
	position: relative;
	z-index: 1
}

#about-area .about-area-wrapper .about-content-wrap {
	background: url(../images/history.jpg);
	border: 10px solid #0C1C8D;
	padding: 36px 10px 40px 260px;
	background-attachment: fixed;
	background-position: center
}

#about-area .about-area-wrapper .about-content-wrap .about-thumb {
	display: none
}

#about-area .about-area-wrapper .about-content-wrap a.btn-brand {
	margin-top: 25px
}

#about-area .about-area-wrapper .about-content-wrap a.btn-brand:hover {
	background-color: #161f37;
	color: #fff
}

#about-area .about-area-wrapper .about-content-wrap .section-title {
	margin-bottom: 30px
}

#about-area .about-area-wrapper:before {
	background-image: url(../images/misc/about-bg.jpg);
	background-size: cover;
	content: "";
	position: absolute;
	width: 39%;
	height: 85%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	z-index: 2
}

#gallery-area {
	background-color: #ecf1f5
}

.gallery-menu {
	margin-bottom: 60px
}

.gallery-menu span {
	background-color: #000;
	cursor: pointer;
	color: #131c33;
	font-weight: 500;
	text-transform: capitalize;
	display: inline-block;
	padding: 15px 35px;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin-right: 25px
}

.gallery-menu span:hover {
	background-color: #000;
	color: #fff
}

.gallery-menu span:last-child {
	margin-right: 0
}

.gallery-menu span.active {
	background-color: #000;
	color: #fff
}

.gallery-menu a {
	background-color: #000;
	cursor: pointer;
	color: #131c33;
	font-weight: 500;
	text-transform: capitalize;
	display: inline-block;
	padding: 15px 35px;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin-right: 25px
}

.gallery-menu a:hover {
	background-color: #000;
	color: #fff
}

.gallery-menu a:last-child {
	margin-right: 0
}

.gallery-menu a.active {
	background-color: #000;
	color: #fff
}

.gallery-gird {
	margin-top: -30px
}

.gallery-gird .col-lg-3 .single-gallery-item {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: 15px;
	height: 250px;
	position: relative;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	overflow: hidden
}

.gallery-gird .col-lg-3 .single-gallery-item img {
	max-height: 315px;
	min-width: 100%
}

.gallery-gird .col-lg-3 .single-gallery-item .gallery-hvr-wrap {
	background-color: #000;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	color: #fff
}

.gallery-gird .col-lg-3 .single-gallery-item .gallery-hvr-wrap,
.gallery-gird .col-lg-3 .single-gallery-item .gallery-hvr-wrap .gallery-hvr-text {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.gallery-gird .col-lg-3 .single-gallery-item .gallery-hvr-wrap .gallery-hvr-text {
	left: 25px;
	bottom: -55px
}

.gallery-gird .col-lg-3 .single-gallery-item .gallery-hvr-wrap .gallery-hvr-text h4 {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700
}

.gallery-gird .col-lg-3 .single-gallery-item .gallery-hvr-wrap .gallery-hvr-text .gallery-event-date {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1
}

.gallery-gird .col-lg-3 .single-gallery-item .gallery-hvr-wrap .btn-zoom {
	width: 70px;
	height: 65px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: block;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.gallery-gird .col-lg-3 .single-gallery-item .gallery-hvr-wrap .btn-zoom img {
	margin-top: -25px
}

.gallery-gird .col-lg-3 .single-gallery-item:hover .gallery-hvr-wrap {
	opacity: .7;
	visibility: visible
}

.gallery-gird .col-lg-3 .single-gallery-item:hover .gallery-hvr-text {
	opacity: 1;
	visibility: visible;
	bottom: 15px
}

.gallery-gird .col-lg-3 .single-gallery-item:hover .btn-zoom {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.gallery-gird .col-lg-3 .video .btn-video-play {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1)
}

.gallery-gird .col-lg-3:nth-child(1) .single-gallery-item,
.gallery-gird .col-lg-3:nth-child(2) .single-gallery-item,
.gallery-gird .col-lg-3:nth-child(3) .single-gallery-item,
.gallery-gird .col-lg-3:nth-child(4) .single-gallery-item,
.gallery-gird .col-lg-3:nth-child(5) .single-gallery-item {
	height: 350px
}

.gallery-gird .col-lg-4:nth-child(1) .single-gallery-item,
.gallery-gird .col-lg-4:nth-child(2) .single-gallery-item,
.gallery-gird .col-lg-4:nth-child(3) .single-gallery-item,
.gallery-gird .col-lg-4:nth-child(4) .single-gallery-item,
.gallery-gird .col-lg-4:nth-child(5) .single-gallery-item {
	height: 350px
}

.gallery-gird .gallery-bg-1 {
	background-image: url(../images/gallery/gellary-img-1.jpg)
}

.gallery-gird .gallery-bg-2 {
	background-image: url(../images/gallery/gellary-img-2.jpg)
}

.gallery-gird .gallery-bg-3 {
	background-image: url(../images/gallery/gellary-img-3.jpg)
}

.gallery-gird .gallery-bg-4 {
	background-image: url(../images/gallery/gellary-img-4.jpg)
}

.gallery-gird .gallery-bg-5 {
	background-image: url(../images/gallery/gellary-img-5.jpg)
}

.gallery-gird .gallery-bg-6 {
	background-image: url(../images/gallery/gellary-img-6.jpg)
}

.gallery-gird .gallery-bg-7 {
	background-image: url(../images/gallery/gellary-img-7.jpg)
}

.gallery-gird .gallery-bg-8 {
	background-image: url(../images/gallery/gellary-img-8.jpg)
}

.gallery-gird .gallery-bg-9 {
	background-image: url(../images/gallery/gellary-img-9.jpg)
}

.gallery-gird .gallery-bg-10 {
	background-image: url(../images/gallery/gellary-img-10.jpg)
}

.gallery-gird .gallery-bg-11 {
	background-image: url(../images/gallery/gellary-img-11.jpg)
}

.gallery-gird .gallery-bg-12 {
	background-image: url(../images/gallery/gellary-img-12.jpg)
}

.gallery-gird .gallery-bg-13 {
	background-image: url(../images/gallery/gellary-img-13.jpg)
}

.gallery-gird .gallery-bg-14 {
	background-image: url(../images/gallery/gellary-img-14.jpg)
}

.gallery-gird .gallery-bg-15 {
	background-image: url(../images/gallery/gellary-img-15.jpg)
}

.gallery-gird .gallery-bg-16 {
	background-image: url(../images/gallery/gellary-img-16.jpg)
}

.gallery-gird .gallery-bg-17 {
	background-image: url(../images/gallery/gellary-img-17.jpg)
}

.gallery-gird .gallery-bg-18 {
	background-image: url(../images/gallery/gellary-img-18.jpg)
}

.gallery-gird .gallery-bg-19 {
	background-image: url(../images/gallery/gellary-img-19.jpg)
}

.gallery-gird .gallery-bg-20 {
	background-image: url(../images/gallery/gellary-img-20.jpg)
}

.gallery-gird .gallery-bg-21 {
	background-image: url(../images/gallery/gellary-img-21.jpg)
}

.gallery-gird .gallery-bg-22 {
	background-image: url(../images/gallery/gellary-img-22.jpg)
}

.gallery-gird .gallery-bg-23 {
	background-image: url(../images/gallery/gellary-img-23.jpg)
}

.gallery-gird .gallery-bg-24 {
	background-image: url(../images/gallery/gellary-img-24.jpg)
}

.gallery-gird .gallery-bg-25 {
	background-image: url(../images/gallery/gellary-img-25.jpg)
}

.gallery-gird .gallery-bg-26 {
	background-image: url(../images/gallery/gellary-img-26.jpg)
}

.gallery-gird .gallery-bg-27 {
	background-image: url(../images/gallery/gellary-img-27.jpg)
}

.gallery-gird .gallery-bg-27 {
	background-image: url(../images/gallery/gellary-img-8.jpg)
}

.gallery-gird .gallery-bg-28 {
	background-image: url(../images/gallery/gellary-img-28.jpg)
}

.gallery-gird .gallery-bg-29 {
	background-image: url(../images/gallery/gellary-img-29.jpg)
}

.gallery-gird .gallery-bg-30 {
	background-image: url(../images/gallery/gellary-img-30.jpg)
}

.gallery-gird .gallery-bg-31 {
	background-image: url(../images/gallery/gellary-img-31.jpg)
}

.gallery-gird .gallery-bg-32 {
	background-image: url(../images/gallery/gellary-img-32.jpg)
}

.gallery-gird .gallery-bg-33 {
	background-image: url(../images/gallery/gellary-img-33.jpg)
}

.gallery-gird .gallery-bg-34 {
	background-image: url(../images/gallery/gellary-img-34.jpg)
}

.gallery-gird .gallery-bg-35 {
	background-image: url(../images/gallery/gellary-img-35.jpg)
}

.gallery-gird .gallery-bg-36 {
	background-image: url(../images/gallery/gellary-img-36.jpg)
}

.gallery-gird .gallery-bg-37 {
	background-image: url(../images/gallery/gellary-img-37.jpg)
}

.gallery-gird .gallery-bg-38 {
	background-image: url(../images/gallery/gellary-img-38.jpg)
}

.gallery-gird .gallery-bg-39 {
	background-image: url(../images/gallery/gellary-img-39.jpg)
}

.gallery-gird .gallery-bg-40 {
	background-image: url(../images/gallery/gellary-img-40.jpg)
}

.gallery-gird .gallery-bg-41 {
	background-image: url(../images/gallery/gellary-img-41.jpg)
}

.gallery-gird .gallery-bg-42 {
	background-image: url(../images/gallery/gellary-img-42.jpg)
}

.gallery-gird .gallery-bg-43 {
	background-image: url(../images/gallery/gellary-img-43.jpg)
}

.gallery-gird .gallery-bg-44 {
	background-image: url(../images/gallery/gellary-img-44.jpg)
}

.gallery-gird .gallery-bg-45 {
	background-image: url(../images/gallery/gellary-img-45.jpg)
}

.gallery-gird .gallery-bg-46 {
	background-image: url(../images/gallery/gellary-img-38.jpg)
}

.gallery-gird .gallery-bg-47 {
	background-image: url(../images/gallery/gellary-img-46.jpg)
}

.gallery-gird .gallery-bg-48 {
	background-image: url(../images/gallery/gellary-img-47.jpg)
}

.gallery-gird .gallery-bg-49 {
	background-image: url(../images/gallery/gellary-img-48.jpg)
}

.gallery-gird .gallery-bg-50 {
	background-image: url(../images/gallery/gellary-img-49.jpg)
}

.gallery-gird .gallery-bg-51 {
	background-image: url(../images/gallery/gellary-img-50.jpg)
}

.gallery-gird .gallery-bg-52 {
	background-image: url(../images/gallery/gellary-img-51.jpg)
}

.gallery-gird .gallery-bg-53 {
	background-image: url(../images/gallery/gellary-img-52.jpg)
}

.gallery-gird .gallery-bg-54 {
	background-image: url(../images/gallery/gellary-img-53.jpg)
}

.gallery-gird .gallery-bg-55 {
	background-image: url(../images/gallery/gellary-img-54.jpg)
}

.gallery-gird .gallery-bg-56 {
	background-image: url(../images/gallery/gellary-img-55.jpg)
}

.gallery-gird .gallery-bg-57 {
	background-image: url(../images/gallery/gellary-img-56.jpg)
}

.gallery-gird .gallery-bg-58 {
	background-image: url(../images/gallery/gellary-img-57.jpg)
}

.gallery-gird .gallery-bg-59 {
	background-image: url(../images/gallery/gellary-img-58.jpg)
}

.gallery-gird .gallery-bg-60 {
	background-image: url(../images/gallery/gellary-img-59.jpg)
}

.gallery-gird .gallery-bg-61 {
	background-image: url(../images/gallery/gellary-img-60.jpg)
}

.gallery-gird .gallery-bg-62 {
	background-image: url(../images/gallery/gellary-img-61.jpg)
}

.gallery-gird .gallery-bg-63 {
	background-image: url(../images/gallery/gellary-img-62.jpg)
}

.gallery-gird .gallery-bg-64 {
	background-image: url(../images/gallery/gellary-img-63.jpg)
}

.gallery-gird .gallery-bg-65 {
	background-image: url(../images/gallery/gellary-img-64.jpg)
}

.gallery-gird .gallery-bg-66 {
	background-image: url(../images/gallery/gellary-img-65.jpg)
}

.gallery-gird .gallery-bg-67 {
	background-image: url(../images/gallery/gellary-img-66.jpg)
}

.gallery-gird .gallery-bg-69 {
	background-image: url(../images/facilities/11.jpg)
}

.gallery-gird .gallery-bg-70 {
	background-image: url(../images/facilities/16.jpg)
}

.gallery-gird .gallery-bg-71 {
	background-image: url(../images/facilities/22.jpg)
}

.gallery-gird .gallery-bg-72 {
	background-image: url(../images/facilities/23.jpg)
}

.gallery-gird .gallery-bg-73 {
	background-image: url(../images/facilities/21.jpg)
}

.gallery-gird .gallery-bg-74 {
	background-image: url(../images/facilities/24.jpg)
}

.gallery-gird .gallery-bg-75 {
	background-image: url(../images/facilities/9.jpg)
}

.gallery-gird .gallery-bg-76 {
	background-image: url(../images/facilities/17.jpg)
}

.gallery-gird .gallery-bg-77 {
	background-image: url(../images/facilities/2.jpg)
}

.gallery-gird .gallery-bg-78 {
	background-image: url(../images/facilities/20.jpg)
}

.gallery-gird .gallery-bg-79 {
	background-image: url(../images/facilities/3.jpg)
}

.gallery-gird .gallery-bg-80 {
	background-image: url(../images/facilities/5.jpg)
}

.gallery-gird .gallery-bg-81 {
	background-image: url(../images/facilities/15.jpg)
}

.gallery-gird .gallery-bg-82 {
	background-image: url(../images/facilities/12.jpg)
}

.gallery-gird .gallery-bg-83 {
	background-image: url(../images/facilities/25.jpg)
}

.gallery-gird .gallery-bg-84 {
	background-image: url(../images/facilities/26.jpg)
}

.gallery-gird .gallery-bg-85 {
	background-image: url(../images/facilities/27.jpg)
}

.gallery-gird .gallery-bg-86 {
	background-image: url(../images/facilities/28.jpg)
}

.gallery-gird .gallery-bg-87 {
	background-image: url(../images/facilities/29.jpg)
}

.gallery-gird .gallery-bg-88 {
	background-image: url(../images/facilities/30.jpg)
}

.gallery-gird .gallery-bg-89 {
	background-image: url(../images/facilities/31.jpg)
}

.gallery-gird .gallery-bg-90 {
	background-image: url(../images/facilities/31.jpg)
}

.gallery-gird .gallery-bg-91 {
	background-image: url(../images/facilities/4.jpg)
}

.gallery-gird .gallery-bg-92 {
	background-image: url(../images/facilities/18.jpg)
}

.gallery-gird .gallery-bg-93 {
	background-image: url(../images/facilities/19.jpg)
}

.gallery-gird .gallery-bg-94 {
	background-image: url(../images/facilities/26.jpg)
}

.gallery-gird .gallery-bg-95 {
	background-image: url(../images/facilities/28.jpg)
}

.gallery-gird .gallery-bg-96 {
	background-image: url(../images/facilities/30.jpg)
}
.gallery-gird .gallery-bg-97 {
	background-image: url(../images/facilities/32.jpg)
}
.gallery-gird .gallery-bg-98 {
	background-image: url(../images/facilities/34.jpg)
}
.gallery-gird .gallery-bg-99 {
	background-image: url(../images/facilities/36.jpg)
}

.gallery-page-wrap {
	background-color: #ecf1f5
}

.gallery-page-wrap .gallery-menu {
	border-bottom: 5px solid #000
}

.gallery-page-wrap .single-album-wraper {
	margin-bottom: 90px
}

.gallery-page-wrap .single-album-wraper .album-heading {
	position: relative;
	margin-bottom: 40px
}

.gallery-page-wrap .single-album-wraper .album-heading h2 {
	font-size: 3pc;
	font-size: 4.8rem;
	font-weight: 100;
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
	line-height: 1.5
}

.gallery-page-wrap .single-album-wraper .album-heading h2:after {
	background-color: #161f37;
	content: "";
	left: 0;
	height: 2px;
	position: absolute;
	width: calc(100% - 25px);
	bottom: 0
}

.gallery-page-wrap .single-album-wraper .album-heading h2 a {
	color: #131c33
}

.gallery-page-wrap .single-album-wraper .album-heading a.btn-brand {
	text-transform: capitalize;
	font-weight: 400;
	position: absolute;
	right: 0;
	top: 15px
}

.gallery-page-wrap .single-album-wraper .album-heading a.btn-brand:focus,
.gallery-page-wrap .single-album-wraper .album-heading a.btn-brand:hover {
	background-color: #5481ff;
	color: #fff
}

#job-opportunity {
	background: url(../images/bg2.jpg) #dcfce9;
	background-position: bottom center
}

#job-opportunity .job-opportunity-wrapper {
	margin-top: -30px
}

.single-job-opportunity {
	border: 1px solid #777;
	padding: 30px 0;
	margin-top: 30px;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	background: url(../images/bg3.jpg);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	background-attachment: fixed;
	background-position: bottom right
}

.single-job-opportunity:hover {
	border: 1px solid #000;
	background: url(../images/bgg.png) #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.01);
	background-repeat: no-repeat;
	background-position: center
}

.single-job-opportunity .job-opportunity-text {
	padding: 0 20px
}

.single-job-opportunity .job-opportunity-text .job-oppor-logo {
	height: 5pc
}

.single-job-opportunity .job-opportunity-text .job-oppor-logo img {
	max-width: 100px;
	max-height: 103px;
	margin: auto;
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.single-job-opportunity:hover .job-opportunity-text .job-oppor-logo img {
	-webkit-filter: brightness(1) invert(0);
	filter: brightness(1) invert(0);
}

.single-job-opportunity:hover .btn-job {
	background-color: #000;
	color: #fff
}

.single-job-opportunity .job-opportunity-text h3 {
	margin: 40px 0 15px
}

.single-job-opportunity .job-opportunity-text h3 a {
	font-size: 20px;
	line-height: 1.3;
	display: block;
	font-weight: 900;
	color: #FAB512;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	text-transform: uppercase
}

.single-job-opportunity:hover .job-opportunity-text h3 a {
	color: #E23D29
}

.single-job-opportunity:hover .job-opportunity-text p {
	color: #000
}

.single-job-opportunity .btn-job {
	margin-top: 15px;
	display: inline-block;
	padding: 10px 40px
}

.single-job-opportunity:hover {
	-webkit-box-shadow: 0 8px 14px 0 rgba(0, 0, 0, .15) 0 0 #000;
	box-shadow: 0 8px 14px 0 rgba(0, 0, 0, .15) 0 0 #000
}

#funfact-area {
	background: url(../images/bg4.jpg);
	padding: 75pt 0;
	color: #fff;
	background-attachment: fixed;
	background-position: top
}

#funfact-area .single-funfact-wrap .funfact-icon {
	display: inline-block;
	vertical-align: middle;
	width: 60px;
	height: 60px
}

#funfact-area .single-funfact-wrap .funfact-icon img {
	max-width: 100%
}

#funfact-area .single-funfact-wrap .funfact-info {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1;
	padding-left: 35px;
	text-align: left
}

#funfact-area .single-funfact-wrap .funfact-info h5 {
	font-weight: 300;
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 100%;
	margin: 0
}

#funfact-area .single-funfact-wrap .funfact-info p {
	margin: 0
}

#responsibility-area {
	background-color: #fff
}

#responsibility-area .single-responsibility {
	color: #3a3b3c;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

#responsibility-area .single-responsibility img {
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	margin-bottom: 1px
}

#responsibility-area .single-responsibility h4 {
	color: #fff;
	font-size: 18px;
	font-weight: 900;
	margin: 15px 0 10px;
	text-transform: uppercase;
	background: #007C58;
	padding: 10px
}

#responsibility-area .single-responsibility:hover h4 {
	color: #FBB515;
	background: #000;
	padding: 10px
}

#responsibility-area .single-responsibility p {
	margin-bottom: 0
}

#responsibility-area .single-responsibility:hover {
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px)
}

#responsibility-area .single-responsibility:hover img {
	-webkit-box-shadow: 0 8px 14px 0 rgba(0, 0, 0, .15) 0 0 #000;
	box-shadow: 0 8px 14px 0 rgba(0, 0, 0, .15) 0 0 #000
}

.career-page-wrapper .career-page-topbg {
	background-color: #000;
	padding: 20px 0
}

.career-page-wrapper .career-page-topbg img {
	width: 80%;
	margin: auto;
	display: block
}

.career-page-wrapper .career-page-content-wrap {
	background-color: #ecf1f5
}

.career-page-wrapper .career-page-content-wrap .job-opportunity-wrapper {
	margin-top: -30px
}

.career-page-wrapper .career-page-content-wrap .single-job-opportunity {
	background-color: #fff
}

.career-page-wrapper .career-page-content-wrap .single-job-opportunity:hover {
	background: url(../images/bgg.png) #fff;
	background-repeat: no-repeat;
	background-position: center
}

.career-page-wrapper .career-page-content-wrap .event-filter-area {
	margin-bottom: 75pt
}

.committee-content-wrap .committee-member-list {
	margin-top: -5pc
}

.single-committee-member {
	margin-top: 5pc;
	text-align: center;
	color: #fff;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.single-committee-member .commitee-thumb {
	background-color: #000
}

.single-committee-member h3,
.single-committee-member img {
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.single-committee-member h3 {
	background-color: #000;
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	padding: 35px 5px;
	margin: -90px 25px 0;
	z-index: 1;
	position: relative
}

.single-committee-member h3 .committee-deg {
	display: block;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1;
	font-weight: 400;
	text-transform: capitalize;
	margin-top: 10px
}

.single-committee-member h3:hover {
	background-color: #161f37
}

.single-committee-member:hover {
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px)
}

.single-committee-member:hover img {
	-webkit-box-shadow: 0 8px 14px 0 rgba(0, 0, 0, .15) 0 0 #000;
	box-shadow: 0 8px 14px 0 rgba(0, 0, 0, .15) 0 0 #000;
	opacity: .7
}

.col-lg-3 .single-committee-member h3 {
	font-size: 1pc;
	font-size: 1.6rem;
	line-height: 1;
	padding: 25px 5px;
	margin-top: -60px
}

.col-lg-3 .single-committee-member h3 .committee-deg {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1
}

#page-title-area2 {
	background-image: url(../images/page-title2.jpg);
	background-size: cover;
	background-position: center center;
	position: relative;
	padding: 150pt 0;
	z-index: 1
}

#page-title-area2:after {
	background-color: #000;
	content: "";
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	position: absolute;
	opacity: .4;
	z-index: -1
}

#page-title-area2 .page-title-content {
	color: #fff
}

#page-title-area2 .page-title-content h1 {
	line-height: 1;
	margin-bottom: 15px
}

#page-title-area2 .page-title-content .btn-brand {
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	padding: 9pt 55px;
	margin-top: 15px
}

#page-title-area6 {
	background-image: url(../images/page-title6.jpg);
	background-size: cover;
	background-position: center center;
	position: relative;
	padding: 150pt 0;
	z-index: 1
}

#page-title-area6:after {
	background-color: #000;
	content: "";
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	position: absolute;
	opacity: .4;
	z-index: -1
}

#page-title-area6 .page-title-content {
	color: #fff
}

#page-title-area6 .page-title-content h1 {
	line-height: 1;
	margin-bottom: 15px
}

#page-title-area6 .page-title-content .btn-brand {
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	padding: 9pt 55px;
	margin-top: 15px
}

#page-title-area5 {
	background-image: url(../images/page-title5.jpg);
	background-size: cover;
	background-position: center center;
	position: relative;
	padding: 150pt 0;
	z-index: 1
}

#page-title-area5:after {
	background-color: #000;
	content: "";
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	position: absolute;
	opacity: .4;
	z-index: -1
}

#page-title-area5 .page-title-content {
	color: #fff
}

#page-title-area5 .page-title-content h1 {
	line-height: 1;
	margin-bottom: 15px
}

#page-title-area5 .page-title-content .btn-brand {
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	padding: 9pt 55px;
	margin-top: 15px
}

#page-title-area3 {
	background-image: url(../images/page-title3.jpg);
	background-size: cover;
	background-position: center center;
	position: relative;
	padding: 150pt 0;
	z-index: 1
}

#page-title-area3:after {
	background-color: #000;
	content: "";
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	position: absolute;
	opacity: .4;
	z-index: -1
}

#page-title-area3 .page-title-content {
	color: #fff
}

#page-title-area3 .page-title-content h1 {
	line-height: 1;
	margin-bottom: 15px
}

#page-title-area3 .page-title-content .btn-brand {
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	padding: 9pt 55px;
	margin-top: 15px
}

#page-title-area4 {
	background-image: url(../images/page-title4.jpg);
	background-size: cover;
	background-position: center center;
	position: relative;
	padding: 150pt 0;
	z-index: 1
}

#page-title-area4:after {
	background-color: #000;
	content: "";
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	position: absolute;
	opacity: .4;
	z-index: -1
}

#page-title-area4 .page-title-content {
	color: #fff
}

#page-title-area4 .page-title-content h1 {
	line-height: 1;
	margin-bottom: 15px
}

#page-title-area4 .page-title-content .btn-brand {
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	padding: 9pt 55px;
	margin-top: 15px
}

#page-title-area {
	background-image: url(../images/page-title.jpg);
	background-size: cover;
	background-position: center center;
	position: relative;
	padding: 150pt 0;
	z-index: 1
}

#page-title-area:after {
	background-color: #000;
	content: "";
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	position: absolute;
	opacity: .4;
	z-index: -1
}

#page-title-area .page-title-content {
	color: #fff
}

#page-title-area .page-title-content h1 {
	line-height: 1;
	margin-bottom: 15px
}

#page-title-area .page-title-content .btn-brand {
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	padding: 9pt 55px;
	margin-top: 15px
}

#blog-area {
	background-color: #ecf1f5
}

.single-blog-post {
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.single-blog-post .blog-thumb {
	position: relative;
	display: block;
	overflow: hidden;
	margin-bottom: 0
}

.single-blog-post .blog-thumb .blog-thumbnail {
	min-height: 210px;
	position: relative
}

.single-blog-post .blog-thumb .blog-thumbnail img {
	width: 100%;
	min-height: 210px;
	-o-object-fit: cover;
	object-fit: cover
}

.single-blog-post .blog-thumb .blog-thumbnail:after {
	background: -o-linear-gradient(bottom, #000 0%, transparent 50%, transparent 100%);
	background: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
	background: linear-gradient(0deg, #000 0%, transparent 50%, transparent 100%);
	content: "";
	position: absolute;
	left: 0;
	height: 100%;
	bottom: 0;
	width: 100%
}

.single-blog-post .blog-thumb .blog-meta {
	position: absolute;
	left: 0;
	bottom: 15px;
	width: 100%;
	padding: 0 30px
}

.single-blog-post .blog-thumb .blog-meta .author .author-pic {
	display: inline-block;
	vertical-align: middle
}

.single-blog-post .blog-thumb .blog-meta .author .author-pic img {
	width: 35px;
	height: 35px;
	border-radius: 3px
}

.single-blog-post .blog-thumb .blog-meta .author .author-info {
	display: inline-block;
	vertical-align: middle;
	font-size: 9pt;
	font-size: 1.2rem;
	line-height: 1;
	margin-left: 5px
}

.single-blog-post .blog-thumb .blog-meta .author .author-info h5 {
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	margin-bottom: 3px
}

.single-blog-post .blog-thumb .blog-meta .author .author-info p {
	margin: 0;
	color: #fff
}

.single-blog-post .blog-thumb .blog-meta .like-comm {
	display: inline-block;
	vertical-align: middle;
	margin-top: 5px
}

.single-blog-post .blog-thumb .blog-meta .like-comm a {
	color: #fff;
	font-size: 9pt;
	font-size: 1.2rem;
	margin-right: 5px
}

.single-blog-post .blog-thumb .blog-meta .like-comm a i.fa {
	margin-right: 4px
}

.single-blog-post .blog-thumb .blog-meta a {
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.single-blog-post .blog-thumb .blog-meta a:hover {
	color: #5481ff
}

.single-blog-post .blog-content {
	background-color: #fff;
	padding: 30px;
	color: #3a3b3c
}

.single-blog-post .blog-content h3 {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 25px
}

.single-blog-post .blog-content h3 a {
	color: #131c33
}

.single-blog-post .blog-content .btn-brand {
	padding: 6px 22px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
	text-transform: capitalize;
	margin-top: 10px
}

.single-blog-post .blog-content .btn-brand:hover {
	background-color: #161f37;
	color: #fff
}

.single-blog-post .blog-thumb-1 {
	background-image: url(../images/blog/blog-1.jpg)
}

.single-blog-post .blog-thumb-2 {
	background-image: url(../images/blog/blog-2.jpg)
}

.single-blog-post .blog-thumb-3 {
	background-image: url(../images/blog/blog-3.jpg)
}

.single-blog-post:hover {
	-webkit-box-shadow: 0 8px 14px 0 rgba(0, 0, 0, .15) 0 0 #000;
	box-shadow: 0 8px 14px 0 rgba(0, 0, 0, .15) 0 0 #000;
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px)
}

.single-blog-thumb img {
	width: 100%
}

.blog-page-content-wrap {
	background-color: #ecf1f5
}

.single-blog-content-wrap {
	background-color: #fff
}

.single-blog-content-wrap .single-blog-meta {
	border-bottom: 1px solid #b4b4b4;
	padding-bottom: 25px;
	margin-bottom: 20px;
	padding: 25px
}

.single-blog-content-wrap .single-blog-meta h2 {
	font-size: 25px;
	font-size: 2.5rem;
	line-height: 1.3;
	font-weight: 400
}

.single-blog-content-wrap .single-blog-meta .posting-info {
	color: #6a78a1;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1;
	font-style: italic;
	margin-top: 10px
}

.single-blog-content-wrap .single-blog-meta .posting-info a {
	color: #6a78a1;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.single-blog-content-wrap .single-blog-meta .posting-info a:hover {
	color: #000
}

.single-blog-content-wrap .blog-details {
	line-height: 1.8;
	padding: 0 25px 25px
}

.single-blog-content-wrap .blog-details p {
	color: #3a3b3c
}

.single-blog-content-wrap .blog-details h5 {
	font-size: 1pc;
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 10px
}

.single-blog-content-wrap .blog-details img {
	margin-bottom: 25px
}

.single-blog-content-wrap .post-share {
	background-color: #000;
	padding: 10px 30px
}

.single-blog-content-wrap .post-share .shareonsocial {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.single-blog-content-wrap .post-share .shareonsocial a {
	width: 35px;
	height: 35px;
	background-color: #fff;
	margin-right: 7px;
	text-align: center;
	line-height: 35px;
	color: #000;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.single-blog-content-wrap .post-share .shareonsocial a:hover {
	background-color: #5481ff;
	color: #fff
}

.single-blog-content-wrap .post-share .shareonsocial span {
	color: #fff;
	font-weight: 500;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1;
	margin-right: 20px
}

.single-blog-content-wrap .post-share .post-like-comm {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	margin: 10px 0
}

.single-blog-content-wrap .post-share .post-like-comm a {
	color: #fff;
	margin-left: 15px;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.single-blog-content-wrap .post-share .post-like-comm a i {
	margin-right: 4px
}

.sidebar-area-wrap {
	margin-bottom: 50px
}

.sidebar-area-wrap .single-sidebar-wrap {
	background-color: #fff;
	padding: 30px 45px;
	margin-bottom: 30px
}

.sidebar-area-wrap .single-sidebar-wrap .sidebar-title {
	font-size: 21px;
	font-size: 2.1rem;
	line-height: 1.2;
	font-weight: 600;
	margin-bottom: 25px
}

.sidebar-area-wrap .single-sidebar-wrap:last-child {
	margin-bottom: 0
}

.sidebar-area-wrap .single-sidebar-wrap .sidebar-body .tags {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.sidebar-area-wrap .single-sidebar-wrap .sidebar-body .tags a {
	color: #3a3b3c;
	border: 1px solid #b4b4b4;
	padding: 20px 25pt;
	margin-right: 8px;
	margin-bottom: 15px;
	font-size: 16px;
	text-transform: inherit;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	line-height: 1;
}

.sidebar-area-wrap .single-sidebar-wrap .sidebar-body .tags .active,
.sidebar-area-wrap .single-sidebar-wrap .sidebar-body .tags a:focus,
.sidebar-area-wrap .single-sidebar-wrap .sidebar-body .tags a:hover {
	background-color: #000;
	border-color: #000;
	color: #fff
}

#scholership-promo {
	background-image: url(../images/scholership.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 75pt 0 117px
}

#scholership-promo .scholership-promo-text {
	font-size: 20px;
	font-size: 2rem
}

#scholership-promo .scholership-promo-text h2 {
	margin-bottom: 25px;
	font-size: 40px;
	font-size: 4rem;
	color: #131c33
}

#scholership-promo .scholership-promo-text h2 span {
	color: #000
}

#scholership-promo .scholership-promo-text .btn-brand {
	margin-top: 35px
}

#scholership-promo .scholership-promo-text .btn-brand:hover {
	background-color: #161f37;
	color: #fff
}

.contact-content-inner {
	-webkit-box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .3)
}

.contact-content-inner .map-area-wrap {
	height: 100%
}

.contact-content-inner .map-area-wrap iframe {
	border: none;
	width: 100%;
	height: 100%
}

.contact-content-inner .contact-form-wrap {
	padding: 5pc 15px
}

.contact-content-inner .contact-form-wrap h3 {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 30px
}

.contact-content-inner .contact-form-wrap .form-group label.error {
	color: #e74c3c
}

.contact-content-inner .contact-form-wrap .custom-checkbox {
	margin-bottom: 15px
}

.contact-content-inner .contact-form-wrap .custom-checkbox .custom-control-label {
	line-height: 1;
	padding-left: 10px
}

.contact-content-inner .contact-form-wrap .alert {
	margin-bottom: 0;
	margin-top: 8px
}

.contact-content-inner .contact-form-wrap .alert .close {
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 20px;
	font-size: 2rem;
	border-radius: 0
}

.register-page-inner {
	-webkit-box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .1) 0 0 #000;
	box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .1) 0 0 #000;
	padding: 60px 0 50px
}

.register-form-content .signin-area-wrap h4 {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1;
	color: #131c33;
	margin-bottom: 30px
}

.register-form-content .signin-area-wrap .sign-form input {
	width: 100%;
	display: block;
	text-align: center;
	background-color: #ecf1f5;
	border: 1px solid #2f4da1;
	color: #6a78a1;
	padding: 9pt 15px;
	margin-bottom: 15px;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.register-form-content .signin-area-wrap .sign-form input:focus {
	outline: 0
}

.register-form-content .signin-area-wrap .sign-form .btn-reg {
	width: 100%;
	padding: 15px 20px;
	margin-top: 20px
}

.register-form-content .register-form-wrap {
	position: relative
}

.register-form-content .register-form-wrap h3 {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 700;
	color: #131c33;
	margin-bottom: 35px
}

.register-form-content .register-form-wrap .file-input {
	margin: 20px 0 25px
}

.register-form-content .register-form-wrap .file-input .custom-file {
	background-color: #000;
	font-size: 9pt;
	font-size: 1.2rem;
	line-height: 1;
	padding: 15px 25px;
	border: 1px solid #6a78a1;
	width: auto;
	cursor: pointer
}

.register-form-content .register-form-wrap .file-input .custom-file i.fa {
	margin-right: 5px
}

.register-form-content .register-form-wrap:before {
	background-color: #000;
	content: "";
	width: 3px;
	height: 100%;
	position: absolute;
	top: 0;
	left: -55px
}

.register-form-content .register-form-wrap .gender {
	margin-bottom: 25px
}

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

.form-group label {
	color: #000;
	font-weight: 500
}

.form-group .form-control,
.form-group label {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1
}

.form-group .form-control {
	padding: 10px 15px;
	border-radius: 0
}

.form-group .form-control.error {
	border-color: #e74c3c
}

.form-group .form-control:focus {
	outline: 0;
	border-color: #2f4da1;
	-webkit-box-shadow: none;
	box-shadow: none
}

.form-group .custom-checkbox {
	margin-left: 30px;
	margin-top: 10px
}

.form-group .custom-checkbox label {
	padding-left: 5px;
	font-size: 9pt;
	font-size: 1.2rem;
	line-height: 1.2;
	color: #3a3b3c
}

.directory-page-content-warp .directory-text-wrap h2 {
	font-size: 3pc;
	font-size: 4.8rem;
	line-height: 1;
	font-weight: 300;
	margin-bottom: 70px;
	color: #3a3b3c
}

.directory-page-content-warp .directory-text-wrap h2 strong {
	color: #000
}

.directory-page-content-warp .directory-text-wrap .table-search-area form {
	line-height: 1
}

.directory-page-content-warp .directory-text-wrap .table-search-area form input {
	border: 1px solid #000;
	padding: 15px 20px 1pc;
	color: #3a3b3c
}

.directory-page-content-warp .directory-text-wrap .table-search-area form input:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0
}

.directory-page-content-warp .directory-text-wrap .table-search-area form .nice-select {
	padding: 0;
	height: 52px;
	line-height: 50px;
	width: 95px;
	text-align: center !important;
	float: none;
	margin-left: -4px
}

.directory-page-content-warp .directory-text-wrap .table-search-area form .nice-select .list {
	right: 0;
	left: auto
}

.directory-page-content-warp .directory-text-wrap .table-search-area .nice-select,
.directory-page-content-warp .directory-text-wrap .table-search-area button,
.directory-page-content-warp .directory-text-wrap .table-search-area input {
	display: inline-block;
	vertical-align: middle
}

.directory-page-content-warp .directory-text-wrap .table-search-area .btn-brand {
	padding: 17px 30px;
	font-weight: 500;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1;
	margin-left: 10px
}

.directory-page-content-warp .directory-text-wrap .table-search-area .btn-brand:focus,
.directory-page-content-warp .directory-text-wrap .table-search-area .btn-brand:hover {
	background-color: #161f37;
	color: #fff
}

.directory-page-content-warp .directory-text-wrap .show-memeber {
	color: #131c33;
	margin-top: 8px
}

.directory-page-content-warp .directory-text-wrap .show-memeber span {
	color: #000
}

.directory-page-content-warp .pagination-wrap {
	margin-top: 30px
}

.directory-table {
	margin-top: 50px
}

.directory-table .table thead {
	background-color: #000;
	color: #fff
}

.directory-table .table thead th {
	padding: 15px 20px;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700
}

.directory-table .table tbody tr td {
	background-color: #ecf1f5;
	color: #3a3b3c;
	font-weight: 500;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1;
	vertical-align: middle;
	padding: 17px 10px
}

.directory-table .table tbody tr td img {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	margin-right: 10px;
	border: 2px solid #5481ff
}

.directory-table .table tbody tr td:nth-child(2n) {
	background-color: #fff
}

.directory-table .table tbody tr td:first-child {
	width: 35%;
	text-align: left
}

.people-to-say {
	background-color: #ecf1f5
}

.people-to-say .about-page-area-title {
	margin-bottom: 50px
}

.people-to-say .single-testimonial-wrap {
	background-color: #fff;
	position: relative;
	padding: 0 20px 65px;
	margin: 97px 0 40px;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	text-align: center
}

.people-to-say .single-testimonial-wrap .people-thumb {
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-top: -65px
}

.people-to-say .single-testimonial-wrap .people-thumb img {
	width: 130px;
	height: 130px;
	border-radius: 50%;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	border: 4px solid transparent
}

.people-to-say .single-testimonial-wrap h4 {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1;
	font-weight: 700;
	background-color: #000;
	color: #fff;
	padding: 20px 10px;
	margin-bottom: 0;
	position: absolute;
	right: 0;
	bottom: -40px;
	width: calc(100% - 30px)
}

.people-to-say .single-testimonial-wrap h4 .people-deg {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1;
	font-weight: 400;
	color: #fff;
	opacity: .8;
	letter-spacing: .7px;
	display: block;
	margin-top: 10px
}

.people-to-say .single-testimonial-wrap .quote-icon {
	display: inline-block;
	margin: 90px 0 15px
}

.people-to-say .single-testimonial-wrap .quote-icon:after {
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
	content: "";
	width: 68px;
	display: block;
	height: 52px;
	text-align: center
}

.people-to-say .single-testimonial-wrap:hover {
	-webkit-box-shadow: 0 8px 14px 0 rgba(0, 0, 0, .15) 0 0 #000;
	box-shadow: 0 8px 14px 0 rgba(0, 0, 0, .15) 0 0 #000;
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px)
}

.people-to-say .single-testimonial-wrap:hover .people-thumb img {
	border-color: #000
}

.error-page {
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	overflow: hidden
}

.error-page .animate-element {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0
}

.error-page .animate-element li {
	position: absolute
}

.error-page .animate-element li:nth-child(1) {
	top: 37%;
	left: 11%
}

.error-page .animate-element li:nth-child(2) {
	bottom: 29%;
	left: 11%
}

.error-page .animate-element li:nth-child(3) {
	top: 25%;
	right: 75pt
}

.error-page .animate-element li:nth-child(4) {
	bottom: 33%;
	right: 12%
}

@media (max-width:991px) {
	.error-page .animate-element li:nth-child(1) {
		top: 18%;
		left: 2%
	}

	.error-page .animate-element li:nth-child(2) {
		bottom: 10%;
		left: 3%
	}

	.error-page .animate-element li:nth-child(3) {
		top: 16%;
		right: 25px
	}

	.error-page .animate-element li:nth-child(4) {
		bottom: 5%;
		right: 2%
	}
}

.error-image {
	margin-bottom: 40px;
	position: relative
}

@media (min-width:992px) {
	.error-page-content-wrapper {
		margin-top: 70px
	}
}

.error-content .error-title {
	font-size: 40px;
	line-height: 54px;
	color: #2c2c51;
	font-weight: 700;
	margin-bottom: 20px
}

@media (max-width:576px) {
	.error-content .error-title {
		font-size: 30px;
		line-height: 44px
	}

	.error-content .error-title br {
		display: none
	}
}

.error-content .subtitle {
	font-size: 20px;
	color: #6b717c;
	margin-bottom: 54px
}

.error-content .button-container .gp-btn {
	padding: 11px 27px
}

.error-content .button-container .btn-grey {
	margin-left: 20px
}

@media (max-width:420px) {
	.error-content .button-container .btn-grey {
		margin-left: 0;
		margin-top: 20px
	}
}

#footer-area a {
	color: #fff
}

#footer-area .footer-widget {
	background: url(../images/footer.png) #333;
	color: #b6c1cd;
	padding-bottom: 70px;
	padding-top: 70px;
}

#footer-area .footer-widget .single-widget-wrap {
	font-size: 1pc;
	font-size: 1.6rem
}

#footer-area .footer-widget .single-widget-wrap .widget-title {
	color: #fff;
	font-weight: 700;
	font-size: 22px;
	font-size: 2.2rem;
	margin-bottom: 35px
}

#footer-area .footer-widget .single-widget-wrap .footer-about p {
	margin-bottom: 30px;
	margin-top: 20px;
	color: #fff
}

#footer-area .footer-widget .single-widget-wrap .footer-about a {
	display: inline-block;
	font-weight: 500
}

#footer-area .footer-widget .single-widget-wrap .footer-about a:nth-child(1n) {
	margin-right: 15px
}

#footer-area .footer-widget .single-widget-wrap .newsletter-form {
	margin: 20px 0
}

#footer-area .footer-widget .single-widget-wrap .newsletter-form form {
	position: relative
}

#footer-area .footer-widget .single-widget-wrap .newsletter-form form input {
	background-color: #19294b;
	border: 1px solid transparent;
	color: #fff;
	padding: 9pt 15px;
	padding-right: 70px;
	font-size: 14px;
	font-size: 1.4rem;
	width: 100%
}

#footer-area .footer-widget .single-widget-wrap .newsletter-form form input::-webkit-input-placeholder {
	color: #eaeaea
}

#footer-area .footer-widget .single-widget-wrap .newsletter-form form input::-moz-placeholder {
	color: #eaeaea
}

#footer-area .footer-widget .single-widget-wrap .newsletter-form form input:-ms-input-placeholder,
#footer-area .footer-widget .single-widget-wrap .newsletter-form form input::-ms-input-placeholder {
	color: #eaeaea
}

#footer-area .footer-widget .single-widget-wrap .newsletter-form form input::placeholder {
	color: #eaeaea
}

#footer-area .footer-widget .single-widget-wrap .newsletter-form form input:focus {
	outline: 0;
	border-color: #000;
	-webkit-box-shadow: none;
	box-shadow: none
}

#footer-area .footer-widget .single-widget-wrap .newsletter-form form input.error {
	border-color: #e74c3c !important
}

#footer-area .footer-widget .single-widget-wrap .newsletter-form form button {
	background-color: #86CCA4;
	color: #000;
	border: none;
	padding: 13px 20px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

#footer-area .footer-widget .single-widget-wrap .newsletter-form form button:hover {
	background-color: #5481ff
}

#footer-area .footer-widget .single-widget-wrap .newsletter-form #cbx-subscribe-form-error #subscribe-error {
	color: #e74c3c
}

#footer-area .footer-widget .single-widget-wrap .footer-social-icons a {
	margin-right: 10px;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

#footer-area .footer-widget .single-widget-wrap .footer-social-icons a i.fab {
	width: 35px;
	height: 35px;
	line-height: 35px;
	background-color: #FAB512;
	display: inline-block;
	text-align: center
}

#footer-area .footer-widget .single-widget-wrap .footer-social-icons a i.fa-twitter {
	background-color: #0cbdff
}

#footer-area .footer-widget .single-widget-wrap .footer-social-icons a i.fa-linkedin {
	background-color: #3677d9
}

#footer-area .footer-widget .single-widget-wrap .footer-social-icons a i.fa-vimeo {
	background-color: #178cef
}

#footer-area .footer-widget .single-widget-wrap .footer-social-icons a:hover {
	background-color: #000;
}

#footer-area .footer-widget .single-widget-wrap .footer-list li a {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 16px;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	position: relative
}

#footer-area .footer-widget .single-widget-wrap .footer-list li a:before {
	content: "";
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
	font-size: 9pt;
	margin-right: 7px
}

#footer-area .footer-widget .single-widget-wrap .footer-list li a:hover {
	color: #85CCA3;
	padding-left: 6px
}

#footer-area .footer-widget .single-widget-wrap .footer-list li a:hover:before {
	color: #85CCA3
}

#footer-area .footer-bottom {
	background-color: #000;
	color: #fff;
	padding: 20px 0
}

#footer-area .footer-bottom .footer-bottom-text p {
	font-size: 12px;
	margin: 0
}

.scroll-top {
	display: block;
	width: 50px;
	height: 50px;
	text-align: center;
	background-color: #2f4da1;
	color: #fff;
	display: none;
	font-size: 20px;
	font-size: 2rem;
	line-height: 50px;
	border-radius: 50%;
	position: fixed;
	bottom: 30px;
	right: 20px;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	z-index: 3
}

.scroll-top:focus,
.scroll-top:hover {
	background-color: #5481ff;
	color: #fff
}

@media only screen and (min-width:320px) and (max-width:575px) {

	.btn-brand,
	.btn-brand-rev {
		padding: 8px 15px;
		font-size: 14px;
		font-size: 1.4rem
	}

	.section-padding {
		padding: 70px 0
	}

	.pagination-wrap {
		margin-top: 50px
	}

	.pagination-wrap .pagination li {
		margin-right: 0
	}

	.pagination-wrap .pagination li a {
		width: 30px;
		height: 30px;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 30px
	}

	.img-left,
	.img-right {
		float: none;
		padding: 0
	}

	.typography-page-wrapper img {
		max-width: 100%
	}

	.offcanvas-added #menucontent.navbar-collapse.collapse.show {
		display: none !important
	}

	#header-area .preheader-area {
		padding: 15px 0
	}

	#header-area .preheader-area .preheader-left {
		padding: 0
	}

	#header-area .preheader-area .preheader-left a {
		display: block;
		margin-right: 0;
		font-size: 9pt;
		font-size: 1.2rem
	}

	#header-area .preheader-area .preheader-left a strong {
		font-size: 9pt;
		font-size: 1.2rem
	}

	#header-area .preheader-area .preheader-right {
		margin-top: 5px;
		background: #000
	}

	#header-area .preheader-area .preheader-right .btn-auth {
		padding: 4px 1px;
		font-size: 9pt;
		font-size: 1.2rem;
		font-weight: 400;
		margin-left: 0
	}

	#header-area .header-bottom-area,
	#header-area .header-bottom-area.fixed {
		padding: 10px 0
	}

	#header-area .header-bottom-area .main-menu .navbar-brand img,
	#header-area .header-bottom-area.fixed .main-menu .navbar-brand img {
		width: 150px
	}

	#header-area .header-bottom-area .main-menu ul,
	#header-area .header-bottom-area.fixed .main-menu ul {
		margin-top: 20px
	}

	#header-area .header-bottom-area .main-menu .navbar-nav li a.nav-link,
	#header-area .header-bottom-area.fixed .main-menu .navbar-nav li a.nav-link {
		padding: 8px 20px;
		font-size: 13px;
		font-size: 1.3rem;
		margin-right: 0
	}

	#header-area .header-bottom-area .main-menu .navbar-nav li a.nav-link:before,
	#header-area .header-bottom-area.fixed .main-menu .navbar-nav li a.nav-link:before {
		height: 2px
	}

	#header-area .header-bottom-area .main-menu .dropdown-menu,
	#header-area .header-bottom-area.fixed .main-menu .dropdown-menu {
		margin-left: 40px !important
	}

	#slider-area .single-slide-wrap {
		padding: 5pc 0 180px
	}

	#slider-area .single-slide-wrap .slider-content h2 {
		font-size: 40px;
		font-size: 4rem;
		line-height: 1
	}

	#slider-area .single-slide-wrap .slider-content h3 {
		font-size: 25px;
		font-size: 2.5rem;
		line-height: 1.1
	}

	#slider-area .owl-dots {
		top: auto;
		bottom: 5pc;
		left: 50%;
		right: auto;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%)
	}

	#slider-area .owl-dots .owl-dot {
		display: table-cell;
		vertical-align: middle
	}

	#slider-area .owl-dots .owl-dot span {
		margin-bottom: 0;
		margin-right: 10px;
		width: 15px;
		height: 15px
	}

	#slider-area .owl-dots .owl-dot.active span {
		width: 17px;
		height: 17px
	}

	#slider-area .social-networks-icon {
		display: none
	}

	#upcoming-area {
		margin-top: 0;
		padding: 70px 0
	}

	#upcoming-area .upcoming-event-wrap {
		padding: 40px 10px
	}

	#upcoming-area .upcoming-event-wrap .up-event-titile {
		right: 50%;
		-webkit-transform: translateX(50%);
		-ms-transform: translateX(50%);
		transform: translateX(50%)
	}

	#upcoming-area .upcoming-event-wrap .up-event-titile h3 {
		padding: 10px 20px;
		font-size: 20px;
		font-size: 2rem;
		width: 200px
	}

	#upcoming-area .upcoming-event-wrap .upcoming-event-content .owl-nav {
		right: 25px;
		bottom: -7px
	}

	#upcoming-area .upcoming-event-wrap .upcoming-event-content .owl-nav div {
		display: inline-block
	}

	.single-upcoming-event .up-event-text {
		margin-top: 35px
	}

	.single-upcoming-event .up-event-text h3 {
		font-size: 20px;
		font-size: 2rem;
		line-height: 1.2;
		margin-bottom: 25px
	}

	#about-area .about-area-wrapper:before {
		display: none
	}

	#about-area .about-area-wrapper .about-content-wrap {
		padding: 30px 10px;
		border-width: 2px
	}

	#about-area .about-area-wrapper .about-content-wrap .about-thumb {
		display: block;
		margin-bottom: 30px
	}

	#responsibility-area .single-responsibility {
		margin-bottom: 30px
	}

	#responsibility-area .col-lg-3:last-child .single-responsibility {
		margin-bottom: 0
	}

	#funfact-area {
		padding: 70px 0
	}

	#funfact-area .single-funfact-wrap {
		margin-bottom: 50px
	}

	#funfact-area .col-lg-3:last-child .single-funfact-wrap {
		margin-bottom: 0
	}

	.gallery-menu span {
		margin-bottom: 10px
	}

	.gallery-menu a,
	.gallery-menu span {
		padding: 8px 15px;
		margin-right: 3px;
		font-size: 9pt;
		font-size: 1.2rem
	}

	.gallery-menu a {
		margin-bottom: 0
	}

	#scholership-promo {
		padding: 70px 0
	}

	#scholership-promo .scholership-promo-text {
		font-size: 15px;
		font-size: 1.5rem
	}

	#scholership-promo .scholership-promo-text h2 {
		font-size: 22px;
		font-size: 2.2rem
	}

	#blog-area .col-lg-4:last-child .single-blog-post,
	.blog-page-contant-start .col-lg-6:last-child .single-blog-post {
		margin-bottom: 0
	}

	.single-blog-post {
		margin-bottom: 30px
	}

	.single-blog-post .blog-content {
		padding: 20px 10px
	}

	.single-blog-post .blog-content h3 {
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 1.4;
		margin-bottom: 15px
	}

	#footer-area .footer-widget .single-widget-wrap {
		margin-bottom: 50px
	}

	#footer-area .footer-widget .col-lg-2 .single-widget-wrap {
		margin-bottom: 0
	}

	#footer-area .footer-bottom .footer-bottom-text {
		font-size: 14px;
		font-size: 1.4rem
	}

	.gallery-page-wrap .single-album-wraper {
		margin-bottom: 70px
	}

	.gallery-page-wrap .single-album-wraper .album-heading h2 {
		font-size: 26px;
		font-size: 2.6rem
	}

	.gallery-page-wrap .single-album-wraper .album-heading a.btn-brand {
		position: inherit
	}

	.committee-content-wrap .committee-member-list {
		margin-top: -50px
	}

	.single-committee-member {
		margin-top: 50px
	}

	.single-committee-member h3 {
		font-size: 1pc;
		font-size: 1.6rem;
		line-height: 1;
		padding: 25px 5px;
		margin-top: -60px
	}

	.single-committee-member h3 .committee-deg {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1
	}

	#page-content-wrap .about-page-content-wrap {
		padding-top: 130px
	}

	#page-content-wrap .about-page-content-wrap .single-about-text {
		padding: 40px 20px 20px;
		font-size: 14px;
		font-size: 1.4rem
	}

	#page-content-wrap .about-page-content-wrap .single-about-text .year {
		font-size: 72px;
		font-weight: 800
	}

	#page-content-wrap .about-page-content-wrap .single-about-text .img-left,
	#page-content-wrap .about-page-content-wrap .single-about-text .img-right {
		margin: 0 0 25px
	}

	#page-content-wrap .about-page-content-wrap .single-about-text img {
		max-width: 100%
	}

	#page-content-wrap .about-page-content-wrap .single-about-text h2 {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.3;
		margin-bottom: 15px
	}

	#page-content-wrap .about-page-content-wrap .single-about-text:nth-child(2n) .about-page-img {
		margin-top: 30px
	}

	#page-content-wrap .about-page-area-title h2 {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 1.2
	}

	#page-content-wrap .people-to-say {
		padding-bottom: 130px
	}

	#page-content-wrap .people-to-say .single-testimonial-wrap h4 {
		font-size: 20px;
		font-size: 2rem;
		line-height: 1
	}

	#page-title-area .page-title-content h2 {
		font-size: 30px;
		font-size: 3rem;
		line-height: 1
	}

	.directory-page-content-warp .directory-text-wrap h2 {
		font-size: 21px;
		font-size: 2.1rem;
		line-height: 1;
		margin-bottom: 30px
	}

	.directory-page-content-warp .directory-text-wrap .table-search-area form input {
		display: block;
		margin: 0 auto 20px
	}

	.directory-page-content-warp .directory-text-wrap .table-search-area form .btn-brand {
		padding: 9pt 15px
	}

	.directory-page-content-warp .directory-text-wrap .table-search-area form .nice-select {
		height: 41px;
		line-height: 40px
	}

	.directory-page-content-warp .directory-text-wrap .directory-table td,
	.directory-page-content-warp .directory-text-wrap .directory-table th {
		font-size: 13px;
		font-size: 1.3rem;
		white-space: nowrap
	}

	.directory-page-content-warp .directory-text-wrap .directory-table td img,
	.directory-page-content-warp .directory-text-wrap .directory-table th img {
		width: 40px;
		height: 40px
	}

	.directory-page-content-warp .directory-text-wrap .directory-table td:first-child,
	.directory-page-content-warp .directory-text-wrap .directory-table th:first-child {
		width: auto
	}

	.single-blog-content-wrap .single-blog-meta h2 {
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 1.4
	}

	.single-blog-content-wrap .single-blog-meta .posting-info {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1
	}

	.single-blog-content-wrap .post-share {
		padding: 10px
	}

	.single-blog-content-wrap .post-share .shareonsocial {
		display: block
	}

	.single-blog-content-wrap .post-share .shareonsocial span {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1;
		margin-right: 5px
	}

	.single-blog-content-wrap .post-share .shareonsocial a {
		width: 25px;
		height: 25px;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 23px;
		display: inline-block;
		margin-right: 2px
	}

	.single-blog-content-wrap .post-share .post-like-comm a {
		margin-left: 5px
	}

	.event-filter-area .nice-select {
		height: 36px;
		font-size: 9pt;
		font-size: 1.2rem;
		line-height: 38px;
		font-weight: 500;
		margin-right: 2px;
		padding-left: 8px;
		padding-right: 10px;
		margin-bottom: 2px
	}

	.event-filter-area .nice-select:after {
		width: 5px;
		height: 5px;
		margin-top: -2px
	}

	.event-filter-area .nice-select ul.list {
		font-size: 9pt;
		font-size: 1.2rem;
		line-height: 1
	}

	.event-filter-area .btn-brand {
		font-size: 9pt;
		font-size: 1.2rem;
		font-weight: 500;
		padding: 8px 18px
	}

	.single-event-page-content .single-event-details h2 {
		font-size: 25px;
		font-size: 2.5rem;
		line-height: 1.3
	}

	.single-event-page-content .single-event-details .event-schedul .event-schedul-accordion .card .card-header h5 {
		font-size: 15px;
		font-size: 1.5rem
	}

	.single-event-page-content .single-event-details .event-schedul .event-schedul-accordion .card .card-header h5 .event-time {
		text-align: center;
		display: block;
		margin-bottom: 5px
	}

	.single-event-page-content .single-event-details .event-schedul .event-schedul-accordion .card .card-body {
		font-size: 14px;
		font-size: 1.4rem
	}

	.single-event-page-content .single-event-details .event-schedul .event-schedul-accordion .card .card-body .speaker-name {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.2
	}

	.single-event-page-content .single-event-details .event-thumb-item .event-meta .btn-join {
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		margin-top: 10px;
		display: inline-block
	}

	.single-event-page-content .single-event-details .event-thumb-item .event-meta h3 {
		font-size: 15px;
		font-size: 1.5rem
	}

	.single-event-page-content .single-event-details .event-thumb-item .event-meta a {
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 1.3;
		display: block
	}

	.register-form-content .register-form-wrap {
		margin-top: 75pt
	}

	.contact-content-inner .map-area-wrap {
		min-height: 25pc
	}

	.event-countdown p {
		display: none
	}

	.single-event-page-content .event-thumbnails {
		position: relative
	}

	.single-event-page-content .event-thumbnails .event-countdown {
		padding: 20px;
		text-align: center;
		background-color: #000;
		border: 1px solid #fff;
		border-top: none;
		position: absolute;
		top: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		z-index: 5
	}

	.single-event-page-content .event-thumbnails .event-countdown P {
		position: static;
		color: #fff;
		margin-bottom: 0
	}

	.page-title-content h1 {
		font-size: 30px;
		font-size: 3rem;
		line-height: 1.3
	}

	.register-form .form-group .custom-checkbox {
		margin-bottom: 20px;
		margin-left: 0
	}
}

@media only screen and (min-width:576px) {

	.btn-brand,
	.btn-brand-rev {
		padding: 10px 25px;
		font-size: 15px;
		font-size: 1.5rem
	}

	.section-padding {
		padding: 70px 0
	}

	.img-left,
	.img-right {
		float: none;
		padding: 0
	}

	.typography-page-wrapper img {
		max-width: 100%
	}

	.offcanvas-added #menucontent.navbar-collapse.collapse.show {
		display: none !important
	}

	#header-area .preheader-area {
		padding: 15px 0
	}

	#header-area .preheader-area .preheader-left {
		padding: 4px 0;
		margin-bottom: 0
	}

	#header-area .preheader-area .preheader-left a {
		display: inline-block;
		margin-right: 10px;
		font-size: 9pt;
		font-size: 1.2rem
	}

	#header-area .preheader-area .preheader-left a strong {
		font-size: 13px;
		font-size: 1.3rem
	}

	#header-area .preheader-area .btn-auth {
		padding: 8px 20px;
		font-size: 9pt;
		font-size: 1.2rem
	}

	#header-area .header-bottom-area {
		padding: 10px 0
	}

	#header-area .header-bottom-area .main-menu .navbar-brand img {
		width: 150px
	}

	#header-area .header-bottom-area .main-menu ul {
		margin-top: 20px
	}

	#header-area .header-bottom-area .main-menu .navbar-nav li a.nav-link {
		padding: 8px 20px;
		font-size: 13px;
		font-size: 1.3rem;
		margin-right: 0
	}

	#header-area .header-bottom-area .main-menu .navbar-nav li a.nav-link:before {
		height: 2px
	}

	#header-area .header-bottom-area .main-menu .dropdown-menu {
		margin-left: 40px !important
	}

	#slider-area .single-slide-wrap {
		padding: 5pc 0 180px
	}

	#slider-area .single-slide-wrap .slider-content h2 {
		font-size: 40px;
		font-size: 4rem;
		line-height: 1
	}

	#slider-area .single-slide-wrap .slider-content h3 {
		font-size: 25px;
		font-size: 2.5rem;
		line-height: 1.1
	}

	#slider-area .owl-dots {
		top: auto;
		bottom: 5pc;
		left: 50%;
		right: auto;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%)
	}

	#slider-area .owl-dots .owl-dot {
		display: table-cell;
		vertical-align: middle
	}

	#slider-area .owl-dots .owl-dot span {
		margin-bottom: 0;
		margin-right: 10px;
		width: 15px;
		height: 15px
	}

	#slider-area .owl-dots .owl-dot.active span {
		width: 17px;
		height: 17px
	}

	#slider-area .social-networks-icon {
		display: none
	}

	#upcoming-area {
		margin-top: 0;
		padding: 105px 0 70px
	}

	#upcoming-area .upcoming-event-wrap .up-event-titile {
		right: 50%;
		-webkit-transform: translateX(50%);
		-ms-transform: translateX(50%);
		transform: translateX(50%)
	}

	#upcoming-area .upcoming-event-wrap .up-event-titile h3 {
		padding: 10px 35px;
		font-size: 30px;
		font-size: 3rem;
		width: auto
	}

	.single-upcoming-event .up-event-text {
		margin-top: 35px
	}

	.single-upcoming-event .up-event-text h3 {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 1.3;
		margin-bottom: 15px
	}

	.single-upcoming-event .btn-brand {
		margin-bottom: 1px
	}

	#about-area .about-area-wrapper:before {
		display: none
	}

	#about-area .about-area-wrapper .about-content-wrap {
		padding: 30px 10px;
		border-width: 2px
	}

	#about-area .about-area-wrapper .about-content-wrap .about-thumb {
		display: block;
		margin-bottom: 30px
	}

	#responsibility-area .single-responsibility {
		margin-bottom: 30px
	}

	#responsibility-area .col-lg-3:nth-child(1n+3) .single-responsibility {
		margin-bottom: 0
	}

	#funfact-area .single-funfact-wrap {
		margin-bottom: 50px;
		margin-left: 50px
	}

	#funfact-area .col-lg-3:nth-child(1n+3) .single-funfact-wrap {
		margin-bottom: 0
	}

	.gallery-menu a,
	.gallery-menu span {
		padding: 10px 15px;
		margin-right: 5px;
		font-size: 14px;
		font-size: 1.4rem;
		margin-bottom: 0
	}

	#scholership-promo .scholership-promo-text {
		font-size: 15px;
		font-size: 1.5rem
	}

	#scholership-promo .scholership-promo-text h2 {
		font-size: 26px;
		font-size: 2.6rem
	}

	#blog-area .col-lg-4:last-child .single-blog-post,
	.blog-page-contant-start .col-lg-6:last-child .single-blog-post {
		margin-bottom: 0
	}

	.single-blog-post {
		margin-bottom: 30px
	}

	.single-blog-post .blog-content {
		padding: 30px
	}

	.single-blog-post .blog-content h3 {
		font-size: 20px;
		font-size: 2rem;
		line-height: 1.4;
		margin-bottom: 20px
	}

	#footer-area .footer-widget .single-widget-wrap {
		margin-bottom: 50px
	}

	#footer-area .footer-widget .col-lg-2 .single-widget-wrap,
	#footer-area .footer-widget .col-lg-3 .single-widget-wrap {
		margin-bottom: 0
	}

	#footer-area .footer-bottom .footer-bottom-text {
		font-size: 1pc;
		font-size: 1.6rem
	}

	.gallery-page-wrap .single-album-wraper .album-heading a.btn-brand {
		position: inherit
	}

	.committee-content-wrap .committee-member-list {
		margin-top: -50px
	}

	.single-committee-member {
		margin-top: 50px
	}

	.single-committee-member h3 {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1;
		padding: 20px 5px;
		margin-top: -50px
	}

	.single-committee-member h3 .committee-deg {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1
	}

	#page-content-wrap .about-page-content-wrap .single-about-text {
		padding: 40px 20px 20px;
		font-size: 14px;
		font-size: 1.4rem
	}

	#page-content-wrap .about-page-content-wrap .single-about-text .year {
		font-size: 72px;
		font-size: 7.2rem
	}

	#page-content-wrap .about-page-content-wrap .single-about-text h3 {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.3;
		margin-bottom: 15px
	}

	#page-content-wrap .about-page-content-wrap .single-about-text .img-left,
	#page-content-wrap .about-page-content-wrap .single-about-text .img-right {
		margin: 0 0 25px
	}

	#page-content-wrap .about-page-content-wrap .single-about-text img {
		max-width: 100%
	}

	#page-content-wrap .about-page-content-wrap .single-about-text:nth-child(2n) .about-page-img {
		margin-top: 30px
	}

	.directory-page-content-warp .directory-text-wrap .table-search-area form input {
		display: inline-block;
		margin: 0
	}

	.directory-page-content-warp .directory-text-wrap .table-search-area form .btn-brand {
		padding: 17px 30px
	}

	.directory-page-content-warp .directory-text-wrap .table-search-area form .nice-select {
		height: 52px;
		line-height: 52px
	}

	.directory-page-content-warp .directory-text-wrap .directory-table td,
	.directory-page-content-warp .directory-text-wrap .directory-table th {
		font-size: 15px;
		font-size: 1.5rem;
		white-space: nowrap
	}

	.directory-page-content-warp .directory-text-wrap .directory-table td img,
	.directory-page-content-warp .directory-text-wrap .directory-table th img {
		width: 40px;
		height: 40px
	}

	.directory-page-content-warp .directory-text-wrap .directory-table td:first-child,
	.directory-page-content-warp .directory-text-wrap .directory-table th:first-child {
		width: auto
	}

	.event-filter-area .btn-brand {
		padding: 14px 25px
	}

	.single-event-page-content .single-event-details .event-thumb-item .event-meta a {
		display: block
	}

	.single-event-page-content .single-event-details .event-thumb-item .event-meta .btn-join {
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		display: inline-block;
		margin-top: 10px
	}

	.register-form-content .register-form-wrap {
		margin-top: 75pt
	}

	.register-form-content .register-form-wrap:before {
		display: none
	}

	.contact-content-inner .map-area-wrap {
		min-height: 500px
	}

	.register-form .form-group .custom-checkbox {
		margin-bottom: 20px;
		margin-left: 0
	}
}

@media only screen and (min-width:768px) {

	.btn-brand,
	.btn-brand-rev {
		padding: 15px 30px;
		font-size: 18px;
		font-size: 1.8rem
	}

	.section-padding {
		padding: 70px 0
	}

	.img-left,
	.img-right {
		float: none;
		padding: 0
	}

	#header-area .preheader-area .preheader-left a {
		margin-right: 20px;
		font-size: 14px;
		font-size: 1.4rem
	}

	#header-area .preheader-area .preheader-left a strong {
		font-size: 1pc;
		font-size: 1.6rem
	}

	#header-area .preheader-area .btn-auth {
		padding: 8px 20px;
		font-size: 1pc;
		font-size: 1.6rem
	}

	#slider-area .single-slide-wrap {
		padding: 5pc 0 180px
	}

	#slider-area .single-slide-wrap .slider-content h2 {
		font-size: 70px;
		font-size: 7rem;
		line-height: 1
	}

	#slider-area .single-slide-wrap .slider-content h3 {
		font-size: 30px;
		font-size: 3rem;
		line-height: 1.1
	}

	#upcoming-area {
		padding: 105px 0 70px
	}

	.single-upcoming-event .up-event-text h3 {
		font-size: 30px;
		font-size: 3rem;
		line-height: 1.3
	}

	#about-area .about-area-wrapper .about-content-wrap {
		padding: 40px 30px;
		border-width: 10px
	}

	#scholership-promo .scholership-promo-text {
		font-size: 20px;
		font-size: 2rem
	}

	#scholership-promo .scholership-promo-text h2 {
		font-size: 40px;
		font-size: 4rem
	}

	.single-blog-post .blog-content {
		padding: 20px 15px
	}

	.single-blog-post .blog-content h3 {
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 1.3
	}

	.gallery-page-wrap .single-album-wraper .album-heading a.btn-brand {
		position: absolute
	}

	#page-content-wrap .about-page-content-wrap .single-about-text {
		padding: 50px;
		font-size: 1pc;
		font-size: 1.6rem
	}

	#page-content-wrap .about-page-content-wrap .single-about-text .year {
		font-size: 75pt;
		font-size: 10rem;
		line-height: 1
	}

	#page-content-wrap .about-page-content-wrap .single-about-text h3 {
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 1.3;
		margin-bottom: 15px
	}

	#page-content-wrap .about-page-content-wrap .single-about-text .img-left,
	#page-content-wrap .about-page-content-wrap .single-about-text .img-right {
		margin: 0 0 25px
	}

	#page-content-wrap .about-page-content-wrap .single-about-text img {
		max-width: 100%
	}

	#page-content-wrap .about-page-content-wrap .single-about-text:nth-child(2n) .about-page-img {
		margin-top: 30px
	}

	.blog-page-contant-start .col-lg-6:last-child .single-blog-post,
	.blog-page-contant-start .col-lg-6:nth-child(1n+5) .single-blog-post {
		margin-bottom: 0
	}

	.event-filter-area .btn-brand {
		padding: 13px 25px
	}
}

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

	.btn-brand,
	.btn-brand-rev {
		padding: 15px 30px;
		font-size: 15px;
		font-size: 1.5rem
	}

	.section-padding {
		padding: 90pt 0
	}

	.img-left,
	.img-right {
		padding: 0 2rem 1rem 0
	}

	.img-left {
		float: left
	}

	.img-right {
		float: right
	}

	.typography-page-wrapper img {
		max-width: 500px
	}

	#header-area .preheader-area {
		padding: 0
	}

	#header-area .preheader-area .preheader-left {
		padding: 15px 0;
		margin-bottom: 0
	}

	#header-area .preheader-area .preheader-left a {
		display: inline-block;
		margin-right: 35px;
		font-size: 14px;
		font-size: 1.4rem
	}

	#header-area .preheader-area .preheader-left a strong {
		font-size: 1pc;
		font-size: 1.6rem
	}

	#header-area .preheader-area .btn-auth {
		padding: 15px 35px;
		font-size: 18px;
		font-size: 1.8rem
	}

	#header-area .header-bottom-area {
		padding: 0
	}

	#header-area .header-bottom-area .main-menu .navbar-brand img {
		width: 250px
	}

	#header-area .header-bottom-area .main-menu ul {
		margin-top: 0
	}

	#header-area .header-bottom-area .main-menu .navbar-nav li a.nav-link {
		padding: 40px 20px;
		font-size: 17px;
		font-size: 1.7rem;
		margin-right: 20px
	}

	#header-area .header-bottom-area .main-menu .navbar-nav li a.nav-link:before {
		height: 6px
	}

	#header-area .header-bottom-area .main-menu .dropdown-menu {
		margin-left: 0 !important
	}

	#slider-area .single-slide-wrap {
		padding: 155px 0 20pc
	}

	#slider-area .single-slide-wrap .slider-content h2 {
		font-size: 75pt;
		font-size: 10rem;
		line-height: 1
	}

	#slider-area .single-slide-wrap .slider-content h3 {
		font-size: 36px;
		font-size: 3.6rem;
		line-height: 1.1
	}

	#slider-area .owl-dots {
		top: 50%;
		bottom: auto;
		left: auto;
		right: 65px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%)
	}

	#slider-area .owl-dots .owl-dot {
		display: inherit;
		vertical-align: middle
	}

	#slider-area .owl-dots .owl-dot span {
		margin-bottom: 10px;
		margin-right: 0;
		width: 25px;
		height: 25px
	}

	#slider-area .owl-dots .owl-dot.active span {
		width: 30px;
		height: 30px
	}

	#slider-area .social-networks-icon {
		display: none
	}

	#slider-area .social-networks-icon.social-networks-icon-display {
		display: block
	}

	#upcoming-area {
		margin-top: -190px;
		padding: 0
	}

	#upcoming-area .upcoming-event-wrap .up-event-titile {
		right: 40px;
		-webkit-transform: inherit;
		-ms-transform: inherit;
		transform: inherit;
		margin-bottom: 0
	}

	#upcoming-area .upcoming-event-wrap .up-event-titile h3 {
		padding: 10px 45px;
		font-size: 24px;
		font-size: 2.4rem;
		width: auto
	}

	.single-upcoming-event .up-event-text {
		margin-top: 0
	}

	#about-area .about-area-wrapper:before {
		display: block
	}

	#about-area .about-area-wrapper .section-title {
		margin-bottom: 50px
	}

	#about-area .about-area-wrapper .about-content-wrap {
		padding: 36px 10px 40px 260px;
		border-width: 10px
	}

	#about-area .about-area-wrapper .about-content-wrap .about-thumb {
		display: none
	}

	#funfact-area .single-funfact-wrap,
	#responsibility-area .single-responsibility {
		margin-bottom: 0
	}

	.gallery-menu span {
		padding: 10px 35px;
		margin-right: 15px
	}

	.gallery-menu a,
	.gallery-menu span {
		font-size: 1pc;
		font-size: 1.6rem;
		margin-bottom: 0
	}

	.gallery-menu a {
		padding: 15px 35px;
		margin-right: 25px
	}

	.single-blog-post {
		margin-bottom: 0
	}

	.single-blog-post .blog-content {
		padding: 30px
	}

	.single-blog-post .blog-content h3 {
		font-size: 20px;
		font-size: 2rem;
		line-height: 1.4
	}

	#footer-area .footer-widget .single-widget-wrap {
		margin-bottom: 0
	}

	.committee-content-wrap .committee-member-list {
		margin-top: -5pc
	}

	.single-committee-member {
		margin-top: 5pc
	}

	.single-committee-member h3 {
		font-size: 26px;
		font-size: 2.6rem;
		line-height: 1;
		padding: 35px 5px;
		margin-top: -90px
	}

	.single-committee-member h3 .committee-deg {
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 1
	}

	#page-content-wrap .about-page-content-wrap .single-about-text {
		padding: 50px;
		font-size: 1pc;
		font-size: 1.6rem
	}

	#page-content-wrap .about-page-content-wrap .single-about-text .about-page-img {
		position: absolute;
		width: 124%;
		margin-bottom: 0
	}

	#page-content-wrap .about-page-content-wrap .single-about-text h2 {
		font-size: 36px;
		font-size: 3.6rem;
		line-height: 1.3;
		margin-bottom: 20px
	}

	#page-content-wrap .about-page-content-wrap .single-about-text .img-left,
	#page-content-wrap .about-page-content-wrap .single-about-text .img-right {
		margin: 0;
		margin-top: -75pt
	}

	#page-content-wrap .about-page-content-wrap .single-about-text .img-left {
		margin-left: -97px
	}

	#page-content-wrap .about-page-content-wrap .single-about-text .img-right {
		margin-right: -118px
	}

	#page-content-wrap .about-page-content-wrap .single-about-text img {
		max-width: 500px
	}

	#page-content-wrap .about-page-content-wrap .single-about-text:nth-child(2n) .about-page-img {
		margin-top: 0
	}

	.directory-page-content-warp .directory-text-wrap .directory-table th {
		font-size: 20px;
		font-size: 2rem
	}

	.directory-page-content-warp .directory-text-wrap .directory-table td {
		font-size: 18px;
		font-size: 1.8rem;
		white-space: normal
	}

	.directory-page-content-warp .directory-text-wrap .directory-table td img {
		width: 50px;
		height: 50px;
		margin-left: 20px
	}

	.directory-page-content-warp .directory-text-wrap .directory-table td:first-child {
		width: 35%
	}

	.blog-page-contant-start .col-lg-6 .single-blog-post {
		margin-bottom: 30px
	}

	.blog-page-contant-start .col-lg-6:last-child .single-blog-post,
	.blog-page-contant-start .col-lg-6:nth-child(1n+5) .single-blog-post,
	.sidebar-area-wrap {
		margin-bottom: 0
	}

	.single-event-page-content .single-event-details .event-thumb-item .event-meta a {
		display: block
	}

	.single-event-page-content .single-event-details .event-thumb-item .event-meta .btn-join {
		position: absolute;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		display: inline-block;
		margin-top: 0
	}

	.register-form-content .register-form-wrap {
		margin-top: 0
	}

	.register-form-content .register-form-wrap:before {
		display: block
	}

	#header-area .header-bottom-area.fixed .navbar-brand img {
		width: 150px
	}
}

.contact-page-wrap .single-widget-wrap .footer-social-icons a {
	margin-right: 10px;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.contact-page-wrap .single-widget-wrap .footer-social-icons a i.fab {
	width: 35px;
	height: 35px;
	line-height: 35px;
	display: inline-block;
	text-align: center;
	color: #000
}

.contact-page-wrap .single-widget-wrap .footer-social-icons a i.fa-instagram {
	background: #d6249f;
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.contact-page-wrap .single-widget-wrap .footer-social-icons a i.fa-facebook-f {
	background-color: #FAB613;
}

.contact-page-wrap .single-widget-wrap .footer-social-icons a i.fa-youtube {
	background-color: #ff0000;
}