/*======================================
    Variables
========================================*/
/*======================================
    Normalize CSS
========================================*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');

html {
	scroll-behavior: smooth;
	--defaultColor: transparent;
	--defaultColorLight: "transparent";
	--defaultColorHighlight: "transparent";
}

body {
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #252C30;
	overflow-x: hidden;
	font-size: 15px;
	background: url('../images/bg/bg.png');
	background-repeat: no-repeat;
}

body ::-webkit-scrollbar {
	width: 0;
}

p {
	margin: 0;
	padding: 0;
	font-size: 15px;
	line-height: 30px;
}

* {
	margin: 0;
	padding: 0;
}

.navbar-toggler:focus,
a:focus,
input:focus,
textarea:focus,
button:focus,
.btn:focus,
.btn.focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
	text-decoration: none;
	outline: none;
	outline: none !important;
	border-color: none !important;
	-webkit-box-shadow: 0px 5px 15px #0000000D !important;
	box-shadow: 0px 5px 15px #0000000D !important;
}

.form-check-input:checked {
	background-color: var(--defaultColor) !important;
	border-color: var(--defaultColor) !important;
}

select {
	-webkit-writing-mode: horizontal-tb !important;
	text-rendering: auto;
	color: #081828;
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: none;
	text-indent: 0px;
	text-shadow: none;
	display: inline-block;
	text-align: start;
	-webkit-appearance: menulist;
	-moz-appearance: menulist;
	appearance: menulist;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	white-space: pre;
	-webkit-rtl-ordering: logical;
	background-color: -internal-light-dark(white, #3b3b3b);
	cursor: default;
	margin: 0em;
	font: 400 14px;
	border-radius: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: -internal-light-dark(#767676, #858585);
	-o-border-image: initial;
	border-image: initial;
}

span,
a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

img {
	max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
	margin: 0px;
	color: #252C30;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}

h1 {
	font-size: 46px;
}

h2 {
	font-size: 40px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 25px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 16px;
}

ul,
ol {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.mt-5 {
	margin-top: 5px;
}

.mt-10 {
	margin-top: 10px;
}

.mt-15 {
	margin-top: 15px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-25 {
	margin-top: 25px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-35 {
	margin-top: 35px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-45 {
	margin-top: 45px;
}

.mt-50 {
	margin-top: 50px;
}

.mt-55 {
	margin-top: 55px;
}

.mt-60 {
	margin-top: 60px;
}

.mt-65 {
	margin-top: 65px;
}

.mt-70 {
	margin-top: 70px;
}

.mt-75 {
	margin-top: 75px;
}

.mt-80 {
	margin-top: 80px;
}

.mt-85 {
	margin-top: 85px;
}

.mt-90 {
	margin-top: 90px;
}

.mt-95 {
	margin-top: 95px;
}

.mt-100 {
	margin-top: 100px;
}

.mt-105 {
	margin-top: 105px;
}

.mt-110 {
	margin-top: 110px;
}

.mt-115 {
	margin-top: 115px;
}

.mt-120 {
	margin-top: 120px;
}

.mt-125 {
	margin-top: 125px;
}

.mt-130 {
	margin-top: 130px;
}

.mt-135 {
	margin-top: 135px;
}

.mt-140 {
	margin-top: 140px;
}

.mt-145 {
	margin-top: 145px;
}

.mt-150 {
	margin-top: 150px;
}

.mt-155 {
	margin-top: 155px;
}

.mt-160 {
	margin-top: 160px;
}

.mt-165 {
	margin-top: 165px;
}

.mt-170 {
	margin-top: 170px;
}

.mt-175 {
	margin-top: 175px;
}

.mt-180 {
	margin-top: 180px;
}

.mt-185 {
	margin-top: 185px;
}

.mt-190 {
	margin-top: 190px;
}

.mt-195 {
	margin-top: 195px;
}

.mt-200 {
	margin-top: 200px;
}

.mt-205 {
	margin-top: 205px;
}

.mt-210 {
	margin-top: 210px;
}

.mt-215 {
	margin-top: 215px;
}

.mt-220 {
	margin-top: 220px;
}

.mt-225 {
	margin-top: 225px;
}

.mb-5 {
	margin-bottom: 5px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-15 {
	margin-bottom: 15px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-25 {
	margin-bottom: 25px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-35 {
	margin-bottom: 35px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-45 {
	margin-bottom: 45px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mb-55 {
	margin-bottom: 55px;
}

.mb-60 {
	margin-bottom: 60px;
}

.mb-65 {
	margin-bottom: 65px;
}

.mb-70 {
	margin-bottom: 70px;
}

.mb-75 {
	margin-bottom: 75px;
}

.mb-80 {
	margin-bottom: 80px;
}

.mb-85 {
	margin-bottom: 85px;
}

.mb-90 {
	margin-bottom: 90px;
}

.mb-95 {
	margin-bottom: 95px;
}

.mb-100 {
	margin-bottom: 100px;
}

.mb-105 {
	margin-bottom: 105px;
}

.mb-110 {
	margin-bottom: 110px;
}

.mb-115 {
	margin-bottom: 115px;
}

.mb-120 {
	margin-bottom: 120px;
}

.mb-125 {
	margin-bottom: 125px;
}

.mb-130 {
	margin-bottom: 130px;
}

.mb-135 {
	margin-bottom: 135px;
}

.mb-140 {
	margin-bottom: 140px;
}

.mb-145 {
	margin-bottom: 145px;
}

.mb-150 {
	margin-bottom: 150px;
}

.mb-155 {
	margin-bottom: 155px;
}

.mb-160 {
	margin-bottom: 160px;
}

.mb-165 {
	margin-bottom: 165px;
}

.mb-170 {
	margin-bottom: 170px;
}

.mb-175 {
	margin-bottom: 175px;
}

.mb-180 {
	margin-bottom: 180px;
}

.mb-185 {
	margin-bottom: 185px;
}

.mb-190 {
	margin-bottom: 190px;
}

.mb-195 {
	margin-bottom: 195px;
}

.mb-200 {
	margin-bottom: 200px;
}

.mb-205 {
	margin-bottom: 205px;
}

.mb-210 {
	margin-bottom: 210px;
}

.mb-215 {
	margin-bottom: 215px;
}

.mb-220 {
	margin-bottom: 220px;
}

.mb-225 {
	margin-bottom: 225px;
}

.pt-5 {
	padding-top: 5px;
}

.pt-10 {
	padding-top: 10px;
}

.pt-15 {
	padding-top: 15px;
}

.pt-20 {
	padding-top: 20px;
}

.pt-25 {
	padding-top: 25px;
}

.pt-30 {
	padding-top: 30px;
}

.pt-35 {
	padding-top: 35px;
}

.pt-40 {
	padding-top: 40px;
}

.pt-45 {
	padding-top: 45px;
}

.pt-50 {
	padding-top: 50px;
}

.pt-55 {
	padding-top: 55px;
}

.pt-60 {
	padding-top: 60px;
}

.pt-65 {
	padding-top: 65px;
}

.pt-70 {
	padding-top: 70px;
}

.pt-75 {
	padding-top: 75px;
}

.pt-80 {
	padding-top: 80px;
}

.pt-85 {
	padding-top: 85px;
}

.pt-90 {
	padding-top: 90px;
}

.pt-95 {
	padding-top: 95px;
}

.pt-100 {
	padding-top: 100px;
}

.pt-105 {
	padding-top: 105px;
}

.pt-110 {
	padding-top: 110px;
}

.pt-115 {
	padding-top: 115px;
}

.pt-120 {
	padding-top: 120px;
}

.pt-125 {
	padding-top: 125px;
}

.pt-130 {
	padding-top: 130px;
}

.pt-135 {
	padding-top: 135px;
}

.pt-140 {
	padding-top: 140px;
}

.pt-145 {
	padding-top: 145px;
}

.pt-150 {
	padding-top: 150px;
}

.pt-155 {
	padding-top: 155px;
}

.pt-160 {
	padding-top: 160px;
}

.pt-165 {
	padding-top: 165px;
}

.pt-170 {
	padding-top: 170px;
}

.pt-175 {
	padding-top: 175px;
}

.pt-180 {
	padding-top: 180px;
}

.pt-185 {
	padding-top: 185px;
}

.pt-190 {
	padding-top: 190px;
}

.pt-195 {
	padding-top: 195px;
}

.pt-200 {
	padding-top: 200px;
}

.pt-205 {
	padding-top: 205px;
}

.pt-210 {
	padding-top: 210px;
}

.pt-215 {
	padding-top: 215px;
}

.pt-220 {
	padding-top: 220px;
}

.pt-225 {
	padding-top: 225px;
}

.pb-5 {
	padding-bottom: 5px;
}

.pb-10 {
	padding-bottom: 10px;
}

.pb-15 {
	padding-bottom: 15px;
}

.pb-20 {
	padding-bottom: 20px;
}

.pb-25 {
	padding-bottom: 25px;
}

.pb-30 {
	padding-bottom: 30px;
}

.pb-35 {
	padding-bottom: 35px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pb-45 {
	padding-bottom: 45px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pb-55 {
	padding-bottom: 55px;
}

.pb-60 {
	padding-bottom: 60px;
}

.pb-65 {
	padding-bottom: 65px;
}

.pb-70 {
	padding-bottom: 70px;
}

.pb-75 {
	padding-bottom: 75px;
}

.pb-80 {
	padding-bottom: 80px;
}

.pb-85 {
	padding-bottom: 85px;
}

.pb-90 {
	padding-bottom: 90px;
}

.pb-95 {
	padding-bottom: 95px;
}

.pb-100 {
	padding-bottom: 100px;
}

.pb-105 {
	padding-bottom: 105px;
}

.pb-110 {
	padding-bottom: 110px;
}

.pb-115 {
	padding-bottom: 115px;
}

.pb-120 {
	padding-bottom: 120px;
}

.pb-125 {
	padding-bottom: 125px;
}

.pb-130 {
	padding-bottom: 130px;
}

.pb-135 {
	padding-bottom: 135px;
}

.pb-140 {
	padding-bottom: 140px;
}

.pb-145 {
	padding-bottom: 145px;
}

.pb-150 {
	padding-bottom: 150px;
}

.pb-155 {
	padding-bottom: 155px;
}

.pb-160 {
	padding-bottom: 160px;
}

.pb-165 {
	padding-bottom: 165px;
}

.pb-170 {
	padding-bottom: 170px;
}

.pb-175 {
	padding-bottom: 175px;
}

.pb-180 {
	padding-bottom: 180px;
}

.pb-185 {
	padding-bottom: 185px;
}

.pb-190 {
	padding-bottom: 190px;
}

.pb-195 {
	padding-bottom: 195px;
}

.pb-200 {
	padding-bottom: 200px;
}

.pb-205 {
	padding-bottom: 205px;
}

.pb-210 {
	padding-bottom: 210px;
}

.pb-215 {
	padding-bottom: 215px;
}

.pb-220 {
	padding-bottom: 220px;
}

.pb-225 {
	padding-bottom: 225px;
}

.img-full {
	width: 60% !important;
}


.img-bg {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

/* @media only screen and (max-width: 810px) {
	body {
		background-color: lightblue;
	}
} */



/* Bread Crumbs */
.breadcrumbs {
	position: relative;
	padding-bottom: 100px;
	padding-top: 180px;
	z-index: 2;
	text-align: left;
	background-color: #ff6b81;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.breadcrumbs {
		padding-bottom: 60px;
		padding-top: 120px;
	}

}

@media (max-width: 767px) {
	.breadcrumbs {
		padding-bottom: 60px;
		padding-top: 120px;
	}
	.site-logo {
		transform: translate(-0%, -50%)!important;
	}
}

.breadcrumbs .breadcrumbs-content {
	position: relative;
	text-align: center;
}

.breadcrumbs .breadcrumbs-content .page-title {
	font-size: 32px;
	color: #fff;
	font-weight: 700;
	position: relative;
	line-height: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.breadcrumbs .breadcrumbs-content .page-title {
		font-size: 28px;
		line-height: 42px;
	}
}

@media (max-width: 767px) {
	.breadcrumbs .breadcrumbs-content .page-title {
		font-size: 25px;
		line-height: 38px;
	}
}

.breadcrumbs .breadcrumbs-content .breadcrumb-nav {
	background: transparent;
	border-radius: 0;
	margin-bottom: 0;
	padding: 0;
	display: inline-block;
}

.breadcrumbs .breadcrumb-nav {
	text-align: center;
	margin-top: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.breadcrumbs .breadcrumb-nav {
		margin-top: 10px;
	}
}

@media (max-width: 767px) {
	.breadcrumbs .breadcrumb-nav {
		margin-top: 8px;
	}
}

.breadcrumbs .breadcrumb-nav li {
	display: inline-block;
	position: relative;
	padding-right: 15px;
	margin-right: 15px;
	text-transform: capitalize;
}

.breadcrumbs .breadcrumb-nav li:after {
	content: "\ea5c";
	font-family: lineIcons;
	font-size: 10px;
	position: absolute;
	top: 4px;
	right: -7px;
}

.breadcrumbs .breadcrumb-nav li:last-child {
	margin: 0;
	padding: 0;
}

.breadcrumbs .breadcrumb-nav li:last-child::after {
	display: none;
}

.breadcrumbs .breadcrumb-nav li,
.breadcrumbs .breadcrumb-nav li a {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}

.breadcrumbs .breadcrumb-nav li a {
	position: relative;
}

.breadcrumbs .breadcrumb-nav li a:hover {
	text-decoration: underline;
}

.section {
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
	.navbar-nav .nav-item a{
		padding: 35px 10px!important;
		font-size: 12px!important;
	}
}

@media (max-width: 767px) {
	.section {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

@media only screen and (max-width: 1000px) {
	.mt5{
		padding-top: 3rem;
	}
	.mnone {
		display: none;
	}

	.add-list-button {
		margin: 0 !important;
	}

	.dropdown-toggle {
		color: #051441 !important;
		padding: 15px !important;
	}

	.dropdown-menu {
		margin: 0px 25px;
		font-size: 1rem;
		color: #212529;
		border: none;
		display: block;
	}

	.m-card {
		height: 850px !important;
	}

	.foot-nav {
		text-align: center !important;
	}

	#calander_data {
		height: auto !important;
	}

	.my-hours .row {
		text-align: center;
	}

	.my-hours .row h3 {
		float: inherit !important;
		font-size: 18px;
		line-height: 1.5;
	}

	#season_hours_ .row {
		text-align: center !important;
	}

	.mcenter button {
		float: none !important;
		margin-bottom: 15px;
	}
	.upload-btn{
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	.bootstrap-datetimepicker-widget table td.day {
		line-height: 40px!important;	
	}
	#datetimepicker12 .table-condensed {
		width: 100%!important;
	}
	.bootstrap-datetimepicker-widget table td span{
		margin-left: auto!important;
		margin-right: auto!important;
	}
	.nav-tabs > li {
		margin-bottom: 0!important;
	}
	.nav-tabs > li > a{
		padding: 0.8rem 2rem!important;
	}
	.nav-tabs{
		width: auto!important;
	}
	.form{
		width: 100% !important;
		padding: 0!important;
	}
	h1 {
		font-size: 30px;
	}

	.hero-image img {
		width: 100%;
		height: auto !important;
	}

	.card-padd {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	.welcome-page img {
		width: 62px;
	}

	.download-app .fadeInUp {
		float: unset !important;
	}

	.foot-nav img {
		float: unset !important;
	}

	.no-js .owl-carousel,
	.owl-carousel.owl-loaded {
		padding: 0;
	}

	.section-title h2 {
		font-size: 30px;
	}

	.ps-5 {
		padding-left: 1rem !important;
	}

	.pe-5 {
		padding-right: 1rem !important;
	}

	.mb-round img {
		width: 100%;
	}

	.cross-icon {
		margin-top: -1.5rem;
		right: 0px;
	}

	.profile-selector {
		position: absolute;
		top: 15px;
		height: 100px !important;
		opacity: 0;
		width: 150px !important;
		left: 6rem;
	}

	.nav-tabs>li {
		float: left;
		margin-bottom: 15px;
	}

	.nav-tabs>li>a {
		padding: 0.8rem 2rem;
		font-weight: 500;
	}

	.m-pe {
		padding-left: 10px;
	}

	.people-list {
		width: 100%;
	}

	.people-list ul {
		padding: 0;
		height: 650px !important;
	}

	.sec {
		/* padding: 5rem 0rem 5rem; */
		text-align: center;
	}

	.sec .im {
		float: unset;
	}

	.m-btn {
		z-index: 99;
		right: 10rem;
		position: absolute;
		bottom: 1rem;
	}

	.social-icons img {
		width: 62px !important;
	}

	.psm-3 {
		padding: 0 !important;
	}

	.m-text-center {
		text-align: center !important;
	}

	.navbar-brand {
		margin-bottom: 15px;
	}
	.notifications__item__content{
		width: 100%!important;
	}
}

/* Section Title */
.section-title {
	text-align: center;
	margin-bottom: 80px;
	/* padding: 0 300px; */
	position: relative;
	z-index: 5;
}

.section-title h3 {
	font-size: 15px;
	font-weight: 600;
	display: block;
	margin-bottom: 8px;
	color: #ff6b81;
	text-transform: uppercase;
}

.section-title h2 {
	font-size: 30px;
	margin-bottom: 25px;
	line-height: 42px;
	text-transform: capitalize;
	position: relative;
	font-weight: 800;
}

.section-title p {
	font-size: 15px;
}
@media only screen and (min-width: 850px) and (max-width: 2500px) {
	.mob{
		display: none;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.section-title {
		padding: 0px 60px;
		margin-bottom: 70px;
	}
	
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-title {
		padding: 0px 60px;
		margin-bottom: 70px;
	}

	.section-title h3 {
		font-size: 14px;
	}

	.section-title h2 {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 20px;
	}

	.section-title p {
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.section-title {
		padding: 0px 10px;
		margin-bottom: 60px;
	}

	.section-title h3 {
		font-size: 14px;
	}

	.section-title h2 {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 18px;
	}

	.section-title p {
		font-size: 14px;
	}

}

.section-title.align-right {
	padding: 0;
	padding-left: 600px;
}

.section-title.align-right h2:before {
	display: none;
}

.section-title.align-right h2:after {
	position: absolute;
	right: 0;
	bottom: -1px;
	height: 2px;
	width: 50px;
	background: var(--defaultColor) !important;
	content: "";
}

.section-title.align-left {
	padding: 0;
	padding-right: 600px;
}

.section-title.align-left h2:before {
	left: 0;
	margin-left: 0;
}

/* One Click Scrool Top Button*/
.scroll-top {
	width: 45px;
	height: 45px;
	line-height: 45px;
	background: var(--defaultColor) !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	color: #fff !important;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 9;
	cursor: pointer;
	-webkit-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	border-radius: 5px;
}

.scroll-top:hover {
	-webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
	box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
	-webkit-transform: translate3d(0, -5px, 0);
	transform: translate3d(0, -5px, 0);
	background-color: #081828;
}

/* Overlay */
.overlay {
	position: relative;
	z-index: 1;
}

.overlay::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.4;
	background: #081828;
	content: "";
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: -1;
}

/* Pagination CSS */
.pagination {
	text-align: left;
	margin: 40px 0 0 0;
	display: block;
}

.pagination.center {
	text-align: center;
}

.pagination.right {
	text-align: right;
}

.pagination.left {
	text-align: left;
}

.pagination .pagination-list {
	display: inline-block;
	overflow: hidden;
}

.pagination .pagination-list li {
	margin-right: 5px;
	display: inline-block;
	margin-top: 10px;
}

.pagination .pagination-list li:last-child {
	margin-right: 0px;
}

.pagination .pagination-list li a {
	background: #fff;
	color: #081828;
	font-weight: 400;
	font-size: 14px;
	border-radius: 5px;
	padding: 8px 20px;
	text-align: center;
	border: 1px solid #eee;
}

.pagination .pagination-list li.active a,
.pagination .pagination-list li:hover a {
	background: var(--defaultColor) !important;
	color: #fff;
	border-color: transparent;
}

.pagination .pagination-list li a i {
	font-size: 13px;
}

.blog-grids.pagination {
	margin-top: 50px;
	text-align: center;
}

.button .btn-outline {
	/* background: transparent !important; */
	color: var(--defaultColor) !important;
	/* border: 2px solid #A53092; */
	border-radius: 5px;
	padding: 5px 15px !important;
}


.btn {
	display: inline-block;
	font-size: 15px;
	font-weight: 600;
	padding: 12px 30px;
	background: var(--defaultColor) !important;
	color: #fff;
	border: none;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	border-radius: 3px;
	position: relative;
	z-index: 1;
	margin-right: 7px;
	overflow: hidden;
}



@media only screen and (min-width: 768px) and (max-width: 991px) {
	.button .btn {
		padding: 12px 25px;
		font-size: 14px;
		font-weight: 500;
	}
}

@media (max-width: 767px) {
	.button .btn {
		padding: 12px 25px;
		font-size: 14px;
		font-weight: 500;
	}
}

@media (min-width: 767px) {
	.d_none{
		display: none!important;
	}
}

.button .btn i {
	display: inline-block;
	margin-right: 5px;
}

.button .btn:last-child {
	margin: 0;
}

.button .btn:hover {
	color: #fff;
	background-color: #081828;
	-webkit-box-shadow: 0px 4px 4px #0000000f;
	box-shadow: 0px 4px 4px #0000000f;
}

.button .btn-alt {
	color: #fff !important;
	background: transparent !important;
	border: 2px solid #fff;
	padding: 11px 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.button .btn-alt {
		padding: 10px 30px;
	}
}

@media (max-width: 767px) {
	.button .btn-alt {
		padding: 10px 30px;
	}
}

.button .btn-alt:hover {
	background-color: #fff !important;
	color: #ff6b81 !important;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

/* Preloader */
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999999;
	width: 100%;
	height: 100%;
	/* background-color: #fff; */
	overflow: hidden;
}

.preloader-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.preloader-icon {
	width: 100px;
	height: 100px;
	display: inline-block;
	padding: 0px;
}

.preloader-icon span {
	position: absolute;
	display: inline-block;
	width: 100px;
	height: 100px;
	border-radius: 100%;
	background: var(--defaultColor) !important;
	-webkit-animation: preloader-fx 1.6s linear infinite;
	animation: preloader-fx 1.6s linear infinite;
}

.preloader-icon span:last-child {
	animation-delay: -0.8s;
	-webkit-animation-delay: -0.8s;
}

@keyframes preloader-fx {
	0% {
		-webkit-transform: scale(0, 0);
		transform: scale(0, 0);
		opacity: 0.5;
	}

	100% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		opacity: 0;
	}
}

@-webkit-keyframes preloader-fx {
	0% {
		-webkit-transform: scale(0, 0);
		opacity: 0.5;
	}

	100% {
		-webkit-transform: scale(1, 1);
		opacity: 0;
	}
}

/*======================================
	Start Header CSS
========================================*/
.header {
	width: 100%;
	background: #000000;
	width: 100%;
	left: 0;
	top: 0;
	border-top: 15px solid var(--defaultColor) !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header {
		padding: 18px 0 !important;
	}

	.header .mobile-menu-btn .toggler-icon {
		background-color: var(--defaultColor) !important;
	}

	.header .button {
		margin: 0 !important;
	}

	.header .navbar-collapse {
		position: absolute;
		top: 67px !important;
		left: 0;
		width: 100%;
		background-color: #fff;
		z-index: 9;
		-webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
		padding: 10px 20px;
		max-height: 480px;
		overflow-y: scroll;
		border-top: 1px solid #eee;
		border-radius: 6px;
	}

	.header .navbar .navbar-nav .nav-item a:hover {
		color: var(--defaultColor) !important;
	}

	.header .navbar .navbar-nav .nav-item a.active {
		background: var(--defaultColor) !important;
	}

	.header .navbar-nav .nav-item {
		margin: 0;
	}

	.header .navbar-nav .nav-item:hover a {
		color: var(--defaultColor) !important;
		;
	}

	.header .navbar-nav .nav-item a {
		padding: 12px 16px !important;
	}

	.header .navbar-nav .nav-item a::before {
		display: none;
	}

	.header .navbar-nav .nav-item .sub-menu {
		position: static;
		width: 100%;
		opacity: 1;
		visibility: visible;
		-webkit-box-shadow: none;
		box-shadow: none;
		padding: 0;
		border: none;
		margin-left: 15px;
		margin-right: 15px;
	}

	.header .navbar-nav .nav-item .sub-menu .nav-item a {
		padding: 12px 12px;
	}

	.header .navbar-nav .nav-item .sub-menu .nav-item a:hover {
		color: #ff6b81 !important;
	}

	.header .navbar-nav .nav-item a {
		color: #051441;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 10px 0;
	}

	.header .navbar-nav .nav-item a::after {
		opacity: 1;
		visibility: visible;
	}

	.header .navbar-nav .nav-item .sub-menu li.active {
		background: #fff !important;
		color: var(--defaultColor) !important;
		;
	}

	.header .navbar-nav .nav-item .sub-menu .nav-item {
		margin: 0 !important;
	}

	.header .navbar-nav .nav-item .sub-menu .nav-item a {
		padding: 10px 12px !important;
	}

	.header .navbar-nav .nav-item .sub-menu li:hover {
		background: #fff !important;
		color: var(--defaultColor) !important;
	}

	.header .navbar-nav .nav-item a {
		font-size: 14px;
	}

	.header .navbar-nav .nav-item a:hover {
		color: var(--defaultColor) !important;
	}
}

@media (max-width: 767px) {
	.header {
		padding: 18px 0 !important;
	}

	.header .mobile-menu-btn .toggler-icon {
		background-color: var(--defaultColor) !important;
	}

	.header .navbar-collapse {
		position: absolute;
		top: 58px !important;
		left: 0;
		width: 100%;
		background-color: #fff;
		z-index: 9;
		-webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
		padding: 10px 20px;
		max-height: 480px;
		overflow-y: scroll;
		border-top: 1px solid #eee;
		border-radius: 6px;
	}

	.header .navbar .navbar-nav .nav-item a:hover {
		/* color: #ff6b81 !important; */
	}

	.header .navbar .navbar-nav .nav-item a.active {
		/* color: #ff6b81 !important; */
	}

	.header .navbar-nav .nav-item {
		margin: 0;
	}

	.header .navbar-nav .nav-item:hover a {
		/* color: #ff6b81; */
	}

	.header .navbar-nav .nav-item a {
		padding: 12px 16px !important;
	}

	.header .navbar-nav .nav-item a::before {
		display: none;
	}

	.header .navbar-nav .nav-item .sub-menu {
		position: static;
		width: 100%;
		opacity: 1;
		visibility: visible;
		-webkit-box-shadow: none;
		box-shadow: none;
		padding: 0;
		border: none;
		margin-left: 15px;
		margin-right: 15px;
	}

	.header .navbar-nav .nav-item .sub-menu .nav-item a {
		padding: 12px 12px;
	}

	.header .navbar-nav .nav-item .sub-menu .nav-item a:hover {
		color: #ff6b81 !important;
	}

	.header .navbar-nav .nav-item a {
		color: #051441;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 10px 0;
	}

	.header .navbar-nav .nav-item a::after {
		opacity: 1;
		visibility: visible;
	}

	.header .navbar-nav .nav-item .sub-menu li.active {
		background: #fff !important;
		color: #ff6b81 !important;
	}

	.header .navbar-nav .nav-item .sub-menu .nav-item {
		margin: 0 !important;
	}

	.header .navbar-nav .nav-item .sub-menu .nav-item a {
		padding: 10px 12px !important;
	}

	.header .navbar-nav .nav-item .sub-menu li:hover {
		background: #fff !important;
		color: #ff6b81 !important;
	}

	.header .navbar-nav .nav-item a {
		font-size: 14px;
	}

	.header .navbar-nav .nav-item a:hover {
		color: #ff6b81;
	}
}

@media (max-width: 767px) {
	.header .button {
		display: none;
	}
}

.header .button .btn {
	background: linear-gradient(to right, #A53092, #592C8A);
	border: 2px solid #fff;
	color: #fff;
	padding: 8px 30px;
}

.header .button .btn:hover {
	background-color: #fff;
	color: #ff6b81;
}

.header .navbar-brand img {
	width: 75px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header .navbar-brand img {
		width: 750px;
	}
}

@media (max-width: 767px) {
	.header .navbar-brand img {
		width: 750px;
	}
}

.header.sticky .navbar-brand .white-logo {
	opacity: 0;
	visibility: hidden;
}

.header.sticky .navbar-brand .dark-logo {
	opacity: 1;
	visibility: visible;
}

.header.sticky .button .btn {
	background-color: #ff6b81;
	color: #fff;
	border-color: transparent;
}

.header.sticky .button .btn:hover {
	background-color: #081828;
	color: #fff;
}

.sticky {
	position: fixed;
	z-index: 99;
	background-color: #fff;
	-webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	top: 0;
}

.navbar-expand-lg .navbar-nav {
	margin: 0;
	margin-left: 1rem !important;
	margin-right: 1rem !important;
}

.header .navbar .navbar-nav .nav-item a.active {
	color: #fff;
	font-weight: 600;
	background: var(--defaultColor) !important;
	;
}

.search-button {
	background: var(--defaultColor) !important;
	;
}

table.dataTable thead th,
table.dataTable thead td {
	border-bottom: 2px solid var(--defaultColor) !important;
}

.sb-checkbox__label--green:before {
	border-color: var(--defaultColor) !important;
}

.sb-checkbox__label--green:after {
	background-color: var(--defaultColor) !important;
	color: #fff;
}


.sticky .navbar .navbar-nav .nav-item a.active {
	color: var(--defaultColor) !important;
	;
}

.sticky .navbar .navbar-nav .nav-item a {
	color: var(--defaultColor) !important;
	;
}

.header .navbar .navbar-nav .nav-item .sub-menu a.active {
	color: #fff;
}

.sticky .navbar .navbar-nav .nav-item .sub-menu a.active {
	color: #fff;
}

.sticky .navbar .mobile-menu-btn .toggler-icon {
	background: #333;
}

/*===== NAVBAR =====*/
.navbar-area {
	width: 100%;
	z-index: 99;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	padding-top: 0;
	border-top: 15px solid var(--defaultColor) !important;
	;
}

.navbar-area.sticky {
	position: fixed;
	z-index: 99;
	background: #ff6b81;
	-webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	background: #fff;
	padding: 0px 0;
}

.navbar {
	padding: 0;
	position: relative;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.navbar-brand {
	padding-left: 0;
	border-radius: 0;
}

.mobile-menu-btn {
	padding: 0px;
}

.mobile-menu-btn:focus {
	text-decoration: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.mobile-menu-btn .toggler-icon {
	width: 30px;
	height: 2px;
	background-color: #222;
	display: block;
	margin: 5px 0;
	position: relative;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.mobile-menu-btn.active .toggler-icon:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 7px;
}

.mobile-menu-btn.active .toggler-icon:nth-of-type(2) {
	opacity: 0;
}

.mobile-menu-btn.active .toggler-icon:nth-of-type(3) {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	top: -7px;
}

.navbar-nav .nav-item {
	z-index: 1;
	position: relative;
	margin-right: 40px;
}

.navbar-nav .nav-item:last-child {
	margin-right: 0 !important;
}

.navbar-nav .nav-item:hover a {
	color: #fff;
	font-weight: normal;
}

.sticky .navbar-nav .nav-item:hover a {
	color: #ff6b81;
}

.navbar-nav .nav-item a,
.custom-nav-item a {
	font-size: 14px;
	color: #fff;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	position: relative;
	padding: 35px 15px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 600;
	transition: all 0.3s ease-out 0s;
	position: relative;
	text-transform: capitalize;
	font-weight: normal;
}

.navbar-nav .nav-item a::after {
	opacity: 0;
	visibility: hidden;
}

.navbar-nav .nav-item:hover a:before {
	width: 100%;
}

.navbar-nav .nav-item a.active {
	color: #fff;
}

.navbar-nav .nav-item a.dd-menu::after {
	content: "\ea58";
	font: normal normal normal 1em/1 "LineIcons";
	position: absolute;
	right: 17px;
	font-size: 10px;
	top: 50%;
	margin-left: 5px;
	margin-top: 0px;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	height: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.navbar-nav .nav-item a.dd-menu::after {
		right: 13px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.navbar-nav .nav-item a.dd-menu::after {
		top: 18px;
		right: 0;
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.navbar-nav .nav-item a.collapsed::after {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

.navbar-nav .nav-item:hover>.sub-menu {
	top: 100%;
	opacity: 1;
	visibility: visible;
}

.navbar-nav .nav-item:hover>.sub-menu .sub-menu {
	left: 100%;
	top: 0;
}

.navbar-nav .nav-item .sub-menu {
	padding: 30px;
	min-width: 240px;
	background: #fff;
	-webkit-box-shadow: 0px 5px 20px #0000001a;
	box-shadow: 0px 5px 20px #0000001a;
	position: absolute;
	top: 110% !important;
	left: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	border-radius: 0 0 4px 4px;
	border-radius: 5px;
}

.navbar-nav .nav-item:hover .sub-menu {
	top: 100% !important;
}

.navbar-nav .nav-item .sub-menu .nav-item {
	width: 100%;
	margin-bottom: 15px;
}

.navbar-nav .nav-item .sub-menu .nav-item:last-child {
	margin: 0;
}

.navbar-nav .nav-item .sub-menu .nav-item a {
	padding: 0;
	color: #888;
	display: block;
	width: 100%;
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
	position: relative;
	z-index: 1;
	border-radius: 4px;
	overflow: hidden;
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
}

.navbar-nav .nav-item .sub-menu .nav-item a:hover {
	color: #ff6b81;
}

.navbar-nav .nav-item .sub-menu.left-menu {
	left: -100%;
}

.navbar-nav .nav-item .sub-menu.collapse:not(.show) {
	display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.navbar-nav .nav-item .sub-menu.collapse:not(.show) {
		display: none;
	}
}

.navbar-nav .nav-item .sub-menu>li {
	display: block;
	margin-left: 0;
}

.navbar-nav .nav-item .sub-menu>li:last-child {
	border: none;
}

.navbar-nav .nav-item .sub-menu>li.active>a {
	color: #ff6b81 !important;
}

.navbar-nav .nav-item .sub-menu>li>a {
	font-weight: 400;
	display: block;
	padding: 12px 15px;
	font-size: 14px;
	color: #222;
	font-weight: 400;
}

.navbar-nav .nav-item .sub-menu>li:first-child a {
	border: none;
}

.add-list-button {
	display: inline-block;
	margin-left: 10px;
}

.add-list-button .btn i {
	font-size: 14px;
	display: inline-block;
	margin-right: 5px;
}

/*======================================
     End Header CSS
  ========================================*/
/*======================================
    Hero Area CSS
========================================*/
.hero-area {
	position: relative;
	padding: 180px 0 120px 0;
	background: #ff6b81;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero-area {
		padding: 150px 0 60px 0;
	}
}

@media (max-width: 767px) {
	.hero-area {
		padding: 120px 0 50px 0;
	}
}

.hero-area .hero-image img {
	width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero-area .hero-image {
		margin-top: 40px;
	}
}

@media (max-width: 767px) {
	.hero-area .hero-image {
		margin-top: 40px;
	}
}

.hero-area .hero-content {
	border-radius: 0;
	position: relative;
	z-index: 1;
	text-align: left;
}

.hero-area .hero-content h1 {
	font-size: 38px;
	font-weight: 800;
	line-height: 50px;
	color: #fff;
	text-shadow: 0px 3px 8px #00000017;
	text-transform: capitalize;
}

.hero-area .hero-content h1 span {
	display: block;
}

.hero-area .hero-content p {
	margin-top: 30px;
	font-size: 15px;
	color: #fff;
}

.hero-area .hero-content .button {
	margin-top: 40px;
}

.hero-area .hero-content .button .btn {
	background-color: #fff;
	color: #ff6b81;
	margin-right: 12px;
}

.hero-area .hero-content .button .btn i {
	font-size: 17px;
}

.hero-area .hero-content .button .btn:hover {
	background-color: #081828;
	color: #fff;
}

.hero-area .hero-content .button .btn.btn-alt {
	background-color: #ffffff6b;
	color: #fff;
}

.hero-area .hero-content .button .btn.btn-alt:hover {
	background-color: #fff;
	color: #ff6b81;
}

@media (max-width: 767px) {
	.hero-area .hero-content .button .video-button {
		margin-top: 20px;
	}
}

.hero-area .hero-content .button .video-button .text {
	display: inline-block;
	margin-left: 15px;
	color: #fff;
	font-weight: 500;
}

.hero-area .hero-content .button .video-button:hover .video {
	color: #fff;
	background-color: #081828;
}

.hero-area .hero-content .button .video-button .video {
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	color: #ff6b81;
	background-color: #fff;
	border-radius: 50%;
	margin-left: 10px;
	font-size: 16px;
	padding-left: 3px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	position: relative;
}

.hero-area .hero-content .button .video-button .video:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	border: 1px solid #fff;
	border-radius: 50%;
	-webkit-animation: pulse-border-2 2s linear infinite;
	animation: pulse-border-2 2s linear infinite;
}

@-webkit-keyframes pulse-border {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
		opacity: 0;
	}
}

@keyframes pulse-border {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
		opacity: 0;
	}
}

@-webkit-keyframes pulse-border-2 {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0;
	}
}

@keyframes pulse-border-2 {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.hero-area .hero-content h1 {
		font-size: 40px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero-area .hero-content {
		text-align: center;
	}

	.hero-area .hero-content h1 {
		font-size: 30px;
		font-weight: 700;
		line-height: 38px;
	}

	.hero-area .hero-content p {
		font-size: 15px;
	}
}

@media (max-width: 767px) {
	.hero-area .hero-content {
		padding: 0 10px;
		text-align: center;
	}

	.hero-area .hero-content h1 {
		font-size: 24px;
		line-height: 32px;
	}

	.hero-area .hero-content p {
		margin-top: 15px;
		font-size: 14px;
		line-height: 22px;
	}

	.hero-area .hero-content .button .btn {
		width: 60%;
		margin: 0;
		margin-bottom: 7px;
	}

	.hero-area .hero-content .button .btn:last-child {
		margin: 0;
	}
}

/*======================================
    Features Area CSS
========================================*/
.features {
	background-color: #FFF0FD;
}

.features .section-title {
	margin-bottom: 30px;
}

video {
	border-radius: 8px;
}

.features .single-feature {
	text-align: left;
	padding: 35px;
	background-color: #fff;
	border-radius: 6px;
	position: relative;
	margin-top: 30px;
	border: none;
	-webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
	transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
	box-shadow: 0px 5px 20px #592C8A26 !important;
	border-radius: 8px;
}

.features .single-feature:hover {
	-webkit-box-shadow: 0px 3px 5px #00000017;
	box-shadow: 0px 3px 5px #00000017;
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.features .single-feature i {
	height: 60px;
	width: 60px;
	line-height: 60px;
	text-align: center;
	display: inline-block;
	background-color: #ff6b81;
	color: #fff;
	font-size: 20px;
	border-radius: 7px;
	-webkit-box-shadow: 0px 4px 6px #0000002a;
	box-shadow: 0px 4px 6px #0000002a;
	margin-bottom: 30px;
}

.features .single-feature h3 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
}

.features .single-feature p {
	line-height: 22px;
}

/*======================================
    Our Achievement CSS
========================================*/
.our-achievement {
	background-color: #ff6b81;
	text-align: center;
	padding: 130px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.our-achievement {
		padding: 80px 0;
	}
}

@media (max-width: 767px) {
	.our-achievement {
		padding: 60px 0;
	}
}

.our-achievement .title h2 {
	color: #fff;
	font-weight: 700;
	font-size: 35px;
	margin-bottom: 10px;
}

.our-achievement .title p {
	color: #fff;
}

.our-achievement .single-achievement {
	margin-top: 50px;
	text-align: center;
	padding: 0px 10px;
}

.our-achievement .single-achievement h3 {
	font-size: 35px;
	font-weight: 800;
	display: block;
	margin-bottom: 5px;
	color: #fff;
}

.our-achievement .single-achievement p {
	font-size: 15px;
	color: #fff;
	font-weight: 500;
	text-transform: capitalize;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.our-achievement .title h2 {
		font-size: 24px;
		line-height: 32px;
	}

	.our-achievement .single-achievement {
		margin-top: 30px;
	}

	.our-achievement .single-achievement h3 {
		font-size: 28px;
	}
}

/*=============================
	Pricing Table CSS
===============================*/
.pricing-table {
	background-color: #f9f9f9;
}

.pricing-table .section-title {
	margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.pricing-table .section-title {
		margin-bottom: 30px;
	}
}

.pricing-table .single-table {
	border: 1px solid #eee;
	border-radius: 10px;
	margin-top: 30px;
	background-color: #fff;
	-webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
	transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
}

.pricing-table .single-table:hover:hover {
	-webkit-box-shadow: 0px 3px 5px #00000017;
	box-shadow: 0px 3px 5px #00000017;
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.pricing-table .single-table .table-head {
	padding: 25px;
	border-bottom: 1px solid #eee;
}

.pricing-table .single-table .table-head .title {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 20px;
}

.pricing-table .single-table .table-head p {
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
}

.pricing-table .single-table .table-head .price {
	padding: 30px 0;
}

.pricing-table .single-table .table-head .price .amount {
	font-size: 30px;
	font-weight: 700;
	display: inline-block;
}

.pricing-table .single-table .table-head .price .amount .duration {
	display: inline-block;
	font-size: 14px;
	color: #888;
	font-weight: 400;
	margin-left: 3px;
}

.pricing-table .single-table .table-head .button .btn {
	width: 100%;
	padding: 12px 30px;
	font-size: 13px;
	background-color: #081828;
}

.pricing-table .single-table .table-head .button .btn:hover {
	background-color: #ff6b81;
	color: #fff;
}

.pricing-table .single-table .table-content {
	padding: 25px;
}

.pricing-table .single-table .table-content .middle-title {
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.pricing-table .single-table .table-content .table-list li {
	position: relative;
	padding-left: 25px;
	font-size: 14px;
	margin-bottom: 13px;
}

.pricing-table .single-table .table-content .table-list li:last-child {
	margin: 0;
}

.pricing-table .single-table .table-content .table-list li i {
	color: #ff6b81;
	font-size: 14px;
	position: absolute;
	left: 0;
	top: 4px;
}

/*======================================
    Call To Action CSS
========================================*/
.call-action {
	background-color: #ff6b81;
}

.call-action .cta-content {
	text-align: center;
	padding: 0px 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.call-action .cta-content {
		padding: 0;
	}
}

@media (max-width: 767px) {
	.call-action .cta-content {
		padding: 0;
	}
}

.call-action .cta-content h2 {
	color: #fff;
	line-height: 50px;
	font-size: 38px;
	font-weight: 700;
	margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.call-action .cta-content h2 {
		font-size: 32px;
		line-height: 45px;
	}
}

@media (max-width: 767px) {
	.call-action .cta-content h2 {
		font-size: 25px;
		line-height: 35px;
	}
}

.call-action .cta-content p {
	color: #fff;
	padding: 0px 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.call-action .cta-content p {
		padding: 0;
	}
}

@media (max-width: 767px) {
	.call-action .cta-content p {
		padding: 0;
	}
}

.call-action .cta-content .button {
	margin-top: 40px;
}

.call-action .cta-content .button .btn {
	background-color: #fff;
	color: #ff6b81;
}

.call-action .cta-content .button .btn:hover {
	color: #fff;
	background-color: #081828;
}

/*======================================
	Error 404 CSS
========================================*/
.error-area {
	height: 100vh;
	text-align: center;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	position: relative;
}

.d-table {
	width: 100%;
	height: 100%;
}

.d-table {
	display: table !important;
}

.d-table-cell {
	vertical-align: middle;
}

.d-table-cell {
	display: table-cell !important;
}

.error-area .error-content h1 {
	font-size: 100px;
	color: #ff6b81;
	margin-bottom: 25px;
	font-weight: 800;
	line-height: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.error-area .error-content h1 {
		font-size: 60px;
		line-height: 50px;
	}
}

@media (max-width: 767px) {
	.error-area .error-content h1 {
		font-size: 45px;
		line-height: 30px;
	}
}

.error-area .error-content h2 {
	font-size: 25px;
	margin-bottom: 10px;
	color: #081828;
	font-weight: 700;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.error-area .error-content h2 {
		font-size: 22px;
	}
}

@media (max-width: 767px) {
	.error-area .error-content h2 {
		font-size: 18px;
	}
}

.error-area .error-content p {
	font-weight: 400;
	margin-bottom: 40px;
	color: #888;
}

/*======================================
	Footer CSS
========================================*/
.footer {
	background-color: #081828;
	position: relative;
}

.footer .footer-top {
	padding: 100px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.footer .footer-top {
		padding: 80px 0;
		padding-top: 40px;
	}
}

@media (max-width: 767px) {
	.footer .footer-top {
		padding: 60px 0;
		padding-top: 20px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.footer .single-footer {
		margin-top: 40px;
	}
}

@media (max-width: 767px) {
	.footer .single-footer {
		margin-top: 40px;
		text-align: center;
	}
}

.footer .single-footer.f-about {
	padding-right: 30px;
}

@media (max-width: 767px) {
	.footer .single-footer.f-about {
		padding: 0;
	}
}

.footer .single-footer.f-about .logo img {
	width: 180px;
}

.footer .single-footer.f-about p {
	color: #D2D6DC;
	margin-top: 20px;
	font-size: 14px;
}

.footer .single-footer.f-about .social {
	margin-top: 30px;
}

.footer .single-footer.f-about .social li {
	display: inline-block;
	margin-right: 17px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.footer .single-footer.f-about .social li {
		margin-bottom: 10px;
	}
}

@media (max-width: 767px) {
	.footer .single-footer.f-about .social li {
		margin-bottom: 10px;
	}
}

.footer .single-footer.f-about .social li:last-child {
	margin: 0;
}

.footer .single-footer.f-about .social li a {
	color: #D2D6DC;
	font-size: 15px;
}

.footer .single-footer.f-about .social li a:hover {
	color: #ff6b81;
}

.footer .single-footer.f-about .social li:last-child {
	margin: 0;
}

.footer .single-footer.f-about .copyright-text {
	color: #D2D6DC;
	font-size: 14px;
	margin-top: 40px;
}

@media (max-width: 767px) {
	.footer .single-footer.f-about .copyright-text {
		margin-top: 20px;
	}
}

.footer .single-footer.f-about .copyright-text a {
	color: #D2D6DC;
}

.footer .single-footer.f-about .copyright-text a:hover {
	color: #ff6b81;
}

.footer .single-footer.f-link li {
	display: block;
	margin-bottom: 12px;
}

.footer .single-footer.f-link li:last-child {
	margin: 0;
}

.footer .single-footer.f-link li a {
	font-size: 15px;
	font-weight: 400;
	color: #D2D6DC;
}

.footer .single-footer.f-link li a:hover {
	color: #ff6b81;
}

.footer .single-footer h3 {
	font-size: 18px;
	font-weight: 600;
	display: block;
	margin-bottom: 35px;
	color: #D2D6DC;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.footer .single-footer h3 {
		margin-bottom: 25px;
	}
}

@media (max-width: 767px) {
	.footer .single-footer h3 {
		margin-bottom: 25px;
	}
}

.footer .footer-newsletter {
	padding-bottom: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.footer .footer-newsletter {
		padding-bottom: 80px;
	}
}

@media (max-width: 767px) {
	.footer .footer-newsletter {
		padding-bottom: 60px;
		text-align: center;
	}
}

.footer .footer-newsletter .inner-content {
	border: 2px solid rgba(238, 238, 238, 0.171);
	padding: 50px;
	border-radius: 8px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.footer .footer-newsletter .inner-content {
		padding: 30px;
	}
}

@media (max-width: 767px) {
	.footer .footer-newsletter .inner-content {
		padding: 30px;
	}
}

.footer .footer-newsletter .title {
	position: relative;
}

.footer .footer-newsletter .title h3 {
	color: #D2D6DC;
	font-size: 18px;
	display: block;
	margin-bottom: 10px;
	font-weight: 600;
	text-transform: capitalize;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.footer .footer-newsletter .title h3 {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.footer .footer-newsletter .title h3 {
		font-size: 16px;
	}
}

.footer .footer-newsletter .title p {
	font-size: 15px;
	color: #D2D6DC;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.footer .footer-newsletter .title p {
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.footer .footer-newsletter .title p {
		font-size: 14px;
	}
}

.footer .footer-newsletter .title p a {
	color: #ff6b81;
	text-decoration: underline;
}

.footer .footer-newsletter .title p a:hover {
	color: #fff;
}

.footer .footer-newsletter .newsletter-form {
	position: relative;
}

@media (max-width: 767px) {
	.footer .footer-newsletter .newsletter-form {
		margin-top: 30px;
	}
}

.footer .footer-newsletter .newsletter-form input {
	height: 48px;
	width: 300px;
	display: inline-block;
	background: transparent;
	border: none;
	color: #fff;
	border-radius: 0;
	padding: 0 20px;
	color: #fff !important;
	font-size: 14px;
	background-color: #fff3;
	border-radius: 5px;
	float: right;
	margin-right: 148px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.footer .footer-newsletter .newsletter-form input {
		width: 100%;
		margin: 0;
		padding-right: 144px;
	}
}

@media (max-width: 767px) {
	.footer .footer-newsletter .newsletter-form input {
		width: 100%;
		margin: 0;
		text-align: center;
	}
}

.footer .footer-newsletter .newsletter-form ::-webkit-input-placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #fff;
	opacity: 1;
	/* Firefox */
}

.footer .footer-newsletter .newsletter-form :-ms-input-placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #fff;
	opacity: 1;
	/* Firefox */
}

.footer .footer-newsletter .newsletter-form ::-ms-input-placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #fff;
	opacity: 1;
	/* Firefox */
}

.footer .footer-newsletter .newsletter-form ::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #fff;
	opacity: 1;
	/* Firefox */
}

.footer .footer-newsletter .newsletter-form :-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #fff;
}

.footer .footer-newsletter .newsletter-form ::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #fff;
}

.footer .footer-newsletter .newsletter-form .button {
	display: inline-block;
	position: absolute;
	right: 0;
}

@media (max-width: 767px) {
	.footer .footer-newsletter .newsletter-form .button {
		position: relative;
		margin-top: 10px;
		left: 0;
		bottom: 0;
		width: 100%;
	}

	.footer .footer-newsletter .newsletter-form .button .btn {
		width: 100%;
	}
}

.footer .footer-newsletter .newsletter-form .button .btn {
	display: inline-block;
	background: #ff6b81;
	color: #fff;
	height: 48px;
	line-height: 48px;
	padding: 0 30px;
}

.footer .footer-newsletter .newsletter-form .button .btn::before {
	background-color: #fff;
}

.footer .footer-newsletter .newsletter-form .button .btn:hover {
	color: #ff6b81;
	background-color: #fff;
}


/* ///custom */

section {
	padding: 5rem 0 5rem;
}

.content-title {
	font-weight: bold;
}

.theme-text {
	color: var(--defaultColor) !important;
}

.mentor-border {
	border: 5px solid var(--defaultColor) !important;
}

.bootstrap-datetimepicker-widget table td.today span {
	/* background: var(--defaultColor)!important; */
}

.normal {
	font-weight: 300;
}

.hero-image img {
	width: 300px;
	height: 300px;
}

.card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: var(--defaultColorLight) !important;
	background-clip: border-box;
	border: none;
	border-radius: .25rem;
	/* box-shadow: 0px 5px 40px #592C8A1A; */
}

.pic- {
	border: 1px solid var(--defaultColor) !important;
}

.fa-picture-o {
	color: var(--defaultColor) !important;
}

.active .theme {
	background: var(--defaultColor) !important;
}

.today span {
	/* background:var(--defaultColor)!important; */
}

.disableds span {
	background: var(--defaultColorHighlight) !important;
}

.active span {
	background: var(--defaultColor) !important;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.bg-white {
	background: #fff;
}

.download-app img {
	width: 200px;
}

.contact ul li {
	margin-bottom: 20px;
}

::placeholder {
	color: #000000 !important;
	font-size: 0.8rem !important;
}

.form-control {
	display: block;
	width: 100%;
	padding: .575rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: 4px 5px 15px #A2A2A226 !important;
	border-radius: 10px !important;
	height: 50px;
}

textarea {
	height: 160px !important;
}

.footer-content img {
	width: 175px;
}

.footer-bg {
	background: #000;
}

.footer-bg p {
	font-size: 12px;
	color: #fff;
}

.footer-bg a {
	font-size: 12px;
	color: #fff;
}

.footer-bg img {
	width: 50px;
}

.foot ul li a {
	color: #252C30;
	font-weight: 600;
	line-height: 3rem;
	font-size: 18px;
}

.foot ul li {
	color: #252C30;
	font-weight: 600;
	line-height: 3rem;
	font-size: 18px;
}

.card-padd {
	padding-left: 20rem;
	padding-right: 20rem;
	opacity: 0.95;
}

.welcome-page img {
	width: 150px;
	;
}

*,
*:focus {
	outline: none
}

.form {
	width: 500px;
	margin: 0 auto;
	font-family: 'Montserrat', sans-serif;
}

.form-item {
	position: relative;
	margin-bottom: 15px;
}

.form-item input {
	display: block;
	width: 100%;
	height: 55px;
	background: #FFFFFF;
	border: none;
	transition: all .3s ease;
	padding: 0 38px 0 15px;
	margin-bottom: 25px;
	box-shadow: 0px 5px 15px #0000000D;
	border-radius: 5px;
}

.form .otp{
	padding: 0 15px!important;
}

.form-item input:focus {
	/* border-color: #A53092 */
}

.form-item label {
	/*! position: absolute; */
	cursor: text;
	z-index: 2;
	top: 10px;
	left: 10px;
	font-size: 12px;
	font-weight: normal;
	padding: 0 10px;
	color: #252C30;
	transition: all .3s ease;
}

.form-item input:focus+label,
.form-item input:valid+label {
	font-size: 11px;
	top: -7px;
}

.form-item input:focus+label {
	color: #252C30
}

input[disabled] {
	background-color: #dcdada; /* Change background color */
}

/* //////// */

.form-item select {
	display: block;
	width: 100%;
	height: 55px;
	background: #FFFFFF;
	border: none;
	transition: all .3s ease;
	padding: 0 15px;
	margin-bottom: 25px;
	box-shadow: 0px 5px 15px #0000000D;
	border-radius: 5px;
}

.form-item select:focus {
	/* border-color: #A53092 */
}

.form-item label {
	/*! position: absolute; */
	cursor: text;
	z-index: 2;
	top: -9px;
	left: 10px;
	font-size: 12px;
	font-weight: normal;
	padding: 0 10px;
	/* color: #A53092; */
	transition: all .3s ease;
}

.form-item select:focus+label,
.form-item select:valid+label {
	font-size: 11px;
	top: -5px
}

.form-item select:focus+label {
	/* color: #A53092 */
}

.form-item textarea {
	display: block;
	width: 100%;
	height: 45px;
	background: transparent;
	border: solid 1px #A5309226;
	transition: all .3s ease;
	padding: 0 15px;
	margin-bottom: 25px;
}

.form-item textarea:focus {
	/* border-color: #A53092 */
}

.form-item label {
	/*! position: absolute; */
	cursor: text;
	z-index: 2;
	top: -23px;
	left: 0px;
	font-size: 14px;
	font-weight: 500;
	padding: 0 10px;
	color: #252C30;
	transition: all .3s ease;
	float: left;
	margin-bottom: 10px;
}

.form-item textarea:focus+label,
.form-item textarea:valid+label {
	font-size: 11px;
	top: -5px
}

.form-item textarea:focus+label {
	/* color: #A53092 */
}


.social-icons img {
	width: 80px;
}

.profile-selector {
	position: absolute;
	top: 15px;
	height: 80px !important;
	opacity: 0;
}

.font-normal {
	font-weight: normal !important;
	color: #464646;
}

.form-control-input:focus+.label-control,
.form-control-input.notEmpty+.label-control,
.form-control-textarea:focus+.label-control,
.form-control-textarea.notEmpty+.label-control {
	top: 0.125rem;
	color: #838383;
	opacity: 1;
	font-size: 0.75rem;
	font-weight: 700;
}

.form-control-input,
.form-control-select {
	display: block;
	width: 100%;
	height: 45px;
	background: transparent;
	border: solid 1px #A5309226;
	transition: all .3s ease;
	padding: 0 15px;
	margin-bottom: 25px;
	text-align: center;
	margin-left: 15px;
	margin-right: 15px;
}

.notification-ui a:after {
	display: none;
}

.notification-ui_icon {
	position: relative;
}

.notification-ui_icon .unread-notification {
	display: inline-block;
	height: 7px;
	width: 7px;
	border-radius: 7px;
	background-color: #66BB6A;
	position: absolute;
	top: 7px;
	left: 12px;
}

@media (min-width: 900px) {
	.notification-ui_icon .unread-notification {
		left: 20px;
	}
}

.notification-ui_dd {
	padding: 0;
	border-radius: 10px;
	-webkit-box-shadow: 0 5px 20px -3px rgba(0, 0, 0, 0.16);
	box-shadow: 0 5px 20px -3px rgba(0, 0, 0, 0.16);
	border: 0;
	max-width: 500px;
}

@media (min-width: 900px) {
	.notification-ui_dd {
		min-width: 500px;
	}
}

.notification-ui_dd:after {
	content: "";
	position: absolute;
	top: -30px;
	left: calc(50% - 7px);
	border-top: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #fff;
	border-left: 15px solid transparent;
}

.notification-ui_dd .notification-ui_dd-header {
	border-bottom: 1px solid #ddd;
	padding: 15px;
}

.notification-ui_dd .notification-ui_dd-header h3 {
	margin-bottom: 0;
}

.notification-ui_dd .notification-ui_dd-content {
	max-height: 500px;
	overflow: auto;
}

.notification-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 20px 0;
	margin: 0 25px;
	border-bottom: 1px solid #ddd;
}

.notification-list--unread {
	position: relative;
}

/* .notification-list--unread:before {
	content: "";
	position: absolute;
	top: 0;
	left: -25px;
	height: calc(100% + 1px);
	/* border-left: 2px solid #29B6F6; */


/* .odd :before {
	content: "";
	position: absolute;
	top: 0;
	left: -25px;
	height: calc(100% + 1px);
	border: 4px solid #A53092;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
} */

/* .even :before {
	content: "";
	position: absolute;
	top: 0;
	left: -25px;
	height: calc(100% + 1px);
	border: 4px solid #BBBBBB;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
} */

.notification-list .notification-list_img img {
	height: 48px;
	width: 48px;
	border-radius: 50px;
	margin-right: 20px;
}

.notification-list .notification-list_detail p {
	margin-bottom: 5px;
	line-height: 1.2;
}

.notification-list .notification-list_feature-img img {
	height: 48px;
	width: 48px;
	border-radius: 5px;
	margin-left: 20px;
}

.connection-body {
	background: #686b6c;
}

.text-left {
	text-align: left;
}

/* /////cards */

.snip1527 {
	/*! box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); */
	color: #ffffff;
	float: left;
	font-size: 16px;
	margin: 10px 1%;
	max-width: 310px;
	min-width: 250px;
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 100%;
}

.snip1527 * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	border-radius: 10px !important;
}

.snip1527 img {
	max-width: 100%;
	vertical-align: top;
	position: relative;
}

.snip1527 figcaption {
	padding: 15px 15px 10px;
	position: absolute;
	bottom: 0;
	z-index: 1;
	width: 100%;
	text-align: center;
	border-radius: 10px;
}

.snip1527 figcaption:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #700877;
	content: '';
	background: linear-gradient(90deg, #555 0%, #312e2f 100%, #4a4647 100%);
	opacity: 0.5;
	z-index: -1;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.snip1527 .date {
	background-color: #fff;
	border-radius: 50%;
	color: #700877;
	font-size: 18px;
	font-weight: 700;
	min-height: 48px;
	min-width: 48px;
	padding: 10px 0;
	position: absolute;
	right: 15px;
	text-align: center;
	text-transform: uppercase;
	top: -25px;
}

.snip1527 .date span {
	display: block;
	line-height: 14px;
}

.snip1527 .date .month {
	font-size: 11px;
}

.snip1527 h3,
.snip1527 p {
	margin: 0;
	padding: 0;
}

.snip1527 h3 {
	display: inline-block;
	font-weight: 700;
	letter-spacing: -0.4px;
	margin-bottom: 5px;
}

.snip1527 p {
	font-size: 0.8em;
	line-height: 1.6em;
	margin-bottom: 0px;
}

.snip1527 a {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	z-index: 1;
}

.snip1527:hover img,
.snip1527.hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.figure-text {
	position: absolute;
	top: -2rem;
}

.figure-img img {
	width: 15px !important;
}

.nav-tabs {
	border-bottom: none;
	justify-content: center;
	/* background: white; */
	width: 389px;
	border-radius: 31px;
	/* box-shadow: 0px 5px 15px #0000000D; */
}

.nav-tabs>li {
	float: left;
	/* margin-bottom: -1px */
}

.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.42857143;
	/* border: 1px solid transparent; */
	border-radius: 27px;
	padding: 0.8rem 4rem;
	background: white;
	/*! box-shadow: 0px 5px 20px #592C8A26; */
	color: #252C30;
	font-size: 1rem;
}

.nav-tabs>li>a:hover {
	border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
	color: white;
	cursor: default;
	background: var(--defaultColor) !important;
	;
	border: 1px solid #ddd;
	border-bottom-color: var(--defaultColor) !important;
	;
	font-weight: 500;
}

.nav-tabs.nav-justified {
	width: 100%;
	border-bottom: 0
}

.nav-tabs.nav-justified>li {
	float: none
}

.nav-tabs.nav-justified>li>a {
	margin-bottom: 5px;
	text-align: center
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}

@media (min-width:768px) {
	.nav-tabs.nav-justified>li {
		display: table-cell;
		width: 1%
	}

	.nav-tabs.nav-justified>li>a {
		margin-bottom: 0
	}
}

.nav-tabs.nav-justified>li>a {
	margin-right: 0;
	border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
	border: 1px solid #ddd
}

@media (min-width:768px) {
	.nav-tabs.nav-justified>li>a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0
	}

	.nav-tabs.nav-justified>.active>a,
	.nav-tabs.nav-justified>.active>a:hover,
	.nav-tabs.nav-justified>.active>a:focus {
		border-bottom-color: #fff
	}
}

input {
	color: #464646 !important;
	font-size: 0.9rem !important;
}

select {
	color: #464646 !important;
	font-size: 0.9rem !important;
}

textarea {
	color: #464646 !important;
	font-size: 0.9rem !important;
}

.cross-icon {
	width: 45px !important;
	margin-top: -1rem;
	position: absolute;
	margin-left: 8rem;
}

.notification-list_detail p {
	font-weight: 500;
}

.btn-green {
	background: #3FD93A !important;
	padding: 5px 20px;
	border-radius: 4px;
	font-size: 0.8rem;
}

.btn-red {
	background: #FF5454 !important;
	padding: 5px 20px;
	border-radius: 4px;
	font-size: 0.8rem;
}

.btn-puruple {
	background: #592C8A !important;
	padding: 6px 12px;
	border-radius: 4px;
	font-size: 0.8rem;
}

.filter-back {
	background: url('../../assets/images/gallery/1.png');
	background-size: cover;
	background-position: center;
}


/* //////////range */

.range-box {
	background: rgba(255, 255, 255, 0.8);
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.noUi-target {
	height: 15px;
	border: none;
}

@media screen and (max-width: 767px) {
	.noUi-target {
		margin: 40px 0 50px 0;
	}
}

.noUi-target .noUi-base {
	background: gray;
	border: none;
	border-radius: 15px;
	cursor: pointer;
}

.noUi-target .noUi-base .noUi-connect {
	background: linear-gradient(117deg, #A53092 0, #740887 100%);
}

.noUi-target .noUi-base .noUi-tooltip {
	bottom: -35px;
	color: #013a67;
	border: none;
	outline: none;
	font-weight: bold;
}

.noUi-handle.noUi-handle-lower {
	background: #0d064c;
	border-radius: 20px;
	width: 30px;
	height: 30px;
	outline: none;
	right: 0px;
	top: -8px;
	cursor: pointer;
	box-shadow: none;
	border: 3px solid #ffffff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.noUi-handle.noUi-handle-lower.noUi-active {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.noUi-handle.noUi-handle-lower::before,
.noUi-handle.noUi-handle-lower::after {
	display: none;
}

.noUi-handle.noUi-handle-lower .noUi-touch-area {
	width: 30px;
	height: 30px;
}

.play-btn {
	position: relative;
	margin-top: -6.5rem;
	margin-bottom: 4.5rem;
	margin-left: 5rem;
}

.card-context div {
	margin-bottom: 15px;
}

.card-context h3 {
	font-size: 18px;
	font-weight: 500;
}

.imgs {
	position: relative;
}

.imgs .i {
	top: 50%;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
}

.imgs .cross-icon {
	top: 10%;
	left: 25%;
	position: absolute;
	transform: translate(-50%, -50%);
}

.owl-nav button {
	position: absolute;
	top: 50%;
	background-color: #000;
	color: #fff;
	margin: 0;
	transition: all 0.3s ease-in-out;
}

.owl-nav button.owl-prev {
	left: 0;
}

.owl-nav button.owl-next {
	right: 0;
}

.owl-dots {
	text-align: center;
	padding-top: 40px;
}

.owl-dots button.owl-dot {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	display: inline-block;
	background: #ccc;
	margin: 0 3px;
}

.owl-dots button.owl-dot.active {
	background-color: #000;
}

.owl-dots button.owl-dot:focus {
	outline: none;
}

.owl-nav button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(255, 255, 255, 0.38) !important;
}

.owl-nav button:focus {
	outline: none;
}

.owl-dot {
	background: linear-gradient(to right, #A53092, #592C8A) !important;
	width: 10px !important;
	height: 10px !important;
}

.owl-dots button.owl-dot.active {

	background: linear-gradient(to right, #A53092, #592C8A);
	width: 15px !important;
	height: 15px !important;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
	display: block;
	padding: 0rem 5rem;
}

.owl-carousel .owl-stage-outer {
	box-shadow: 0px 5px 20px #592C8A26 !important;
}

.m-btn {
	z-index: 99;
	right: 10rem;
	position: absolute;
	bottom: 3em;
}


.figure-img img {
	border-radius: 0 !important;
}

.close {
	background: transparent;
	border: none;
	color: black;
	font-size: 1.5rem;
	height: 25px;
	width: 25px;
	border-radius: 50px;
	line-height: 0;
	right: 0px;
	position: absolute;
	top: 0px;
}

.profile-selector_ {
	position: absolute;
	height: 100px !important;
	opacity: 0;
	bottom: 25px;
	left: 0;
	width: 100%;
}


.field-icon {
	float: right;
	top: 3rem;
	right: 15px;
	z-index: 2;
	position: absolute;
	color: var(--defaultColor) !important;
}

.heart_ {
	background: url("../images/icons/heart.png");
}

.heart_fill {
	background: url("../images/icons/heart-fill.png");
}

.btn-sm {
	display: inline-block;
	font-size: 11px;
	font-weight: 600;
	padding: 8px 15px;
	background: linear-gradient(to right, #A53092, #592C8A);
	color: #fff;
	border: none;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	border-radius: 5px;
	position: relative;
	z-index: 1;
	margin-right: 10px;
	overflow: hidden;
	margin-left: -1rem;
	text-align: center;
	width: 82px;
}

.bold {
	font-weight: bolder;
}

.text-dark {
	color: #333133 !important;
}

.bg-light {
	background: #F3F8F3 !important;
}

.text-right {
	text-align: right;
}

.pull-right {
	float: right !important;
}

.form-bg {
	background: var(--defaultColorLight);
	overflow-y: scroll;
	height: 100vh;
	position: absolute;
	right: 0;
	top: 0;
}

.field-icon img {
	width: 15px;
}

.top-nav li {
	background: var(--defaultColor) !important;
	;
	height: 54px;
	border-radius: 50px;
	margin-left: 15px;
	/* margin-right: 0px; */
	color: white !important;
	font-size: 18px;
	width: 100%;
	line-height: 3;
	text-align: center;
}

.top-nav img {
	/* width: 50px;
	padding-right: 5px;
	background-color: transparent !important;
	border-radius: 51px; */
	width: 50px;
padding: 9px;
background-color: transparent !important;
border-radius: 10px;
}

/* .card {
	background: #F3F8F3;
} */



.notifications__item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 20px;
	padding: 15px 20px;
	background-color: white;
	border-radius: 5px;
	box-shadow: 0px 10px 15px #0000000D;
	transition: all .3s ease-in;
	cursor: pointer;
}

.notifications__item__avatar {
	width: 50px;
	height: 50px;
	overflow: hidden;
	margin-right: 20px;

	border-radius: 50%;
	/* margin-top: -3rem; */
}

.notifications__item__avatar img {
	width: 50px;
	height: 50px;
}

.notifications__item__content {
	width: calc(100% - 105px);
}

.notifications__item__title,
.notifications__item__message {
	display: block;
}

.notifications__item__title {
	letter-spacing: 0;
	font-size: 17px;
	color: #181818;
	font-weight: bold;
}

.notifications__item__message {
	font-size: 12px;
	color: #181818;
	font-weight: 500;
}

.notifications__item__option {
	width: 20px;
	height: 20px;
	margin: 8px 0;
	border-radius: 50%;
	color: white;
	opacity: 0;
	font-size: 10px;
	text-align: center;
	line-height: 20px;
	cursor: pointer;
	transition: all .2s;
}

/*
  * Animation part
  */
.notifications__item:hover {
	background-color: #f7f7f7;
	transform: scale(0.95);
	box-shadow: 0px 10px 15px #0000000D;
	;
}

.notifications__item:hover .notifications__item__option {
	opacity: 1;
}

.notifications__item.archive .notifications__item__title,
.notifications__item.delete .notifications__item__title {
	color: white;
}

.notifications__item.archive .notifications__item__message,
.notifications__item.delete .notifications__item__message {
	color: #f3f3f3;
}

.notifications__item.archive {
	background-color: #3dc98c;
	animation: archiveAnimation 1.5s cubic-bezier(0, 0, 0, 1.12) forwards;
	animation-delay: .6s;
}

.notifications__item.delete {
	background-color: #c93d4d;
	animation: deleteAnimation 1.5s cubic-bezier(0, 0, 0, 1.12) forwards;
	animation-delay: .6s;
}


@keyframes archiveAnimation {
	to {
		transform: translateX(100px);
		opacity: 0;
	}
}

@keyframes deleteAnimation {
	to {
		transform: translateX(-100px);
		opacity: 0;
	}
}

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	background: var(--defaultColor) !important;
	;
	padding: 15px;
	border-radius: 5px;
	color: white;
}


@font-face {
	font-family: 'Glyphicons Halflings';
	src: url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.eot');
	src: url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
		url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.woff') format('woff'),
		url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.ttf') format('truetype'),
		url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.glyphicon-asterisk:before {
	content: "\2a";
}

.glyphicon-plus:before {
	content: "\2b";
}

.glyphicon-euro:before {
	content: "\20ac";
}

.glyphicon-minus:before {
	content: "\2212";
}

.glyphicon-cloud:before {
	content: "\2601";
}

.glyphicon-envelope:before {
	content: "\2709";
}

.glyphicon-pencil:before {
	content: "\270f";
}

.glyphicon-glass:before {
	content: "\e001";
}

.glyphicon-music:before {
	content: "\e002";
}

.glyphicon-search:before {
	content: "\e003";
}

.glyphicon-heart:before {
	content: "\e005";
}

.glyphicon-star:before {
	content: "\e006";
}

.glyphicon-star-empty:before {
	content: "\e007";
}

.glyphicon-user:before {
	content: "\e008";
}

.glyphicon-film:before {
	content: "\e009";
}

.glyphicon-th-large:before {
	content: "\e010";
}

.glyphicon-th:before {
	content: "\e011";
}

.glyphicon-th-list:before {
	content: "\e012";
}

.glyphicon-ok:before {
	content: "\e013";
}

.glyphicon-remove:before {
	content: "\e014";
}

.glyphicon-zoom-in:before {
	content: "\e015";
}

.glyphicon-zoom-out:before {
	content: "\e016";
}

.glyphicon-off:before {
	content: "\e017";
}

.glyphicon-signal:before {
	content: "\e018";
}

.glyphicon-cog:before {
	content: "\e019";
}

.glyphicon-trash:before {
	content: "\e020";
}

.glyphicon-home:before {
	content: "\e021";
}

.glyphicon-file:before {
	content: "\e022";
}

.glyphicon-time:before {
	content: "\e023";
}

.glyphicon-road:before {
	content: "\e024";
}

.glyphicon-download-alt:before {
	content: "\e025";
}

.glyphicon-download:before {
	content: "\e026";
}

.glyphicon-upload:before {
	content: "\e027";
}

.glyphicon-inbox:before {
	content: "\e028";
}

.glyphicon-play-circle:before {
	content: "\e029";
}

.glyphicon-repeat:before {
	content: "\e030";
}

.glyphicon-refresh:before {
	content: "\e031";
}

.glyphicon-list-alt:before {
	content: "\e032";
}

.glyphicon-flag:before {
	content: "\e034";
}

.glyphicon-headphones:before {
	content: "\e035";
}

.glyphicon-volume-off:before {
	content: "\e036";
}

.glyphicon-volume-down:before {
	content: "\e037";
}

.glyphicon-volume-up:before {
	content: "\e038";
}

.glyphicon-qrcode:before {
	content: "\e039";
}

.glyphicon-barcode:before {
	content: "\e040";
}

.glyphicon-tag:before {
	content: "\e041";
}

.glyphicon-tags:before {
	content: "\e042";
}

.glyphicon-book:before {
	content: "\e043";
}

.glyphicon-print:before {
	content: "\e045";
}

.glyphicon-font:before {
	content: "\e047";
}

.glyphicon-bold:before {
	content: "\e048";
}

.glyphicon-italic:before {
	content: "\e049";
}

.glyphicon-text-height:before {
	content: "\e050";
}

.glyphicon-text-width:before {
	content: "\e051";
}

.glyphicon-align-left:before {
	content: "\e052";
}

.glyphicon-align-center:before {
	content: "\e053";
}

.glyphicon-align-right:before {
	content: "\e054";
}

.glyphicon-align-justify:before {
	content: "\e055";
}

.glyphicon-list:before {
	content: "\e056";
}

.glyphicon-indent-left:before {
	content: "\e057";
}

.glyphicon-indent-right:before {
	content: "\e058";
}

.glyphicon-facetime-video:before {
	content: "\e059";
}

.glyphicon-picture:before {
	content: "\e060";
}

.glyphicon-map-marker:before {
	content: "\e062";
}

.glyphicon-adjust:before {
	content: "\e063";
}

.glyphicon-tint:before {
	content: "\e064";
}

.glyphicon-edit:before {
	content: "\e065";
}

.glyphicon-share:before {
	content: "\e066";
}

.glyphicon-check:before {
	content: "\e067";
}

.glyphicon-move:before {
	content: "\e068";
}

.glyphicon-step-backward:before {
	content: "\e069";
}

.glyphicon-fast-backward:before {
	content: "\e070";
}

.glyphicon-backward:before {
	content: "\e071";
}

.glyphicon-play:before {
	content: "\e072";
}

.glyphicon-pause:before {
	content: "\e073";
}

.glyphicon-stop:before {
	content: "\e074";
}

.glyphicon-forward:before {
	content: "\e075";
}

.glyphicon-fast-forward:before {
	content: "\e076";
}

.glyphicon-step-forward:before {
	content: "\e077";
}

.glyphicon-eject:before {
	content: "\e078";
}

.glyphicon-chevron-left:before {
	content: "\e079";
}

.glyphicon-chevron-right:before {
	content: "\e080";
}

.glyphicon-plus-sign:before {
	content: "\e081";
}

.glyphicon-minus-sign:before {
	content: "\e082";
}

.glyphicon-remove-sign:before {
	content: "\e083";
}

.glyphicon-ok-sign:before {
	content: "\e084";
}

.glyphicon-question-sign:before {
	content: "\e085";
}

.glyphicon-info-sign:before {
	content: "\e086";
}

.glyphicon-screenshot:before {
	content: "\e087";
}

.glyphicon-remove-circle:before {
	content: "\e088";
}

.glyphicon-ok-circle:before {
	content: "\e089";
}

.glyphicon-ban-circle:before {
	content: "\e090";
}

.glyphicon-arrow-left:before {
	content: "\e091";
}

.glyphicon-arrow-right:before {
	content: "\e092";
}

.glyphicon-arrow-up:before {
	content: "\e093";
}

.glyphicon-arrow-down:before {
	content: "\e094";
}

.glyphicon-share-alt:before {
	content: "\e095";
}

.glyphicon-resize-full:before {
	content: "\e096";
}

.glyphicon-resize-small:before {
	content: "\e097";
}

.glyphicon-exclamation-sign:before {
	content: "\e101";
}

.glyphicon-gift:before {
	content: "\e102";
}

.glyphicon-leaf:before {
	content: "\e103";
}

.glyphicon-eye-open:before {
	content: "\e105";
}

.glyphicon-eye-close:before {
	content: "\e106";
}

.glyphicon-warning-sign:before {
	content: "\e107";
}

.glyphicon-plane:before {
	content: "\e108";
}

.glyphicon-random:before {
	content: "\e110";
}

.glyphicon-comment:before {
	content: "\e111";
}

.glyphicon-magnet:before {
	content: "\e112";
}

.glyphicon-chevron-up:before {
	content: "\e113";
}

.glyphicon-chevron-down:before {
	content: "\e114";
}

.glyphicon-retweet:before {
	content: "\e115";
}

.glyphicon-shopping-cart:before {
	content: "\e116";
}

.glyphicon-folder-close:before {
	content: "\e117";
}

.glyphicon-folder-open:before {
	content: "\e118";
}

.glyphicon-resize-vertical:before {
	content: "\e119";
}

.glyphicon-resize-horizontal:before {
	content: "\e120";
}

.glyphicon-hdd:before {
	content: "\e121";
}

.glyphicon-bullhorn:before {
	content: "\e122";
}

.glyphicon-certificate:before {
	content: "\e124";
}

.glyphicon-thumbs-up:before {
	content: "\e125";
}

.glyphicon-thumbs-down:before {
	content: "\e126";
}

.glyphicon-hand-right:before {
	content: "\e127";
}

.glyphicon-hand-left:before {
	content: "\e128";
}

.glyphicon-hand-up:before {
	content: "\e129";
}

.glyphicon-hand-down:before {
	content: "\e130";
}

.glyphicon-circle-arrow-right:before {
	content: "\e131";
}

.glyphicon-circle-arrow-left:before {
	content: "\e132";
}

.glyphicon-circle-arrow-up:before {
	content: "\e133";
}

.glyphicon-circle-arrow-down:before {
	content: "\e134";
}

.glyphicon-globe:before {
	content: "\e135";
}

.glyphicon-tasks:before {
	content: "\e137";
}

.glyphicon-filter:before {
	content: "\e138";
}

.glyphicon-fullscreen:before {
	content: "\e140";
}

.glyphicon-dashboard:before {
	content: "\e141";
}

.glyphicon-heart-empty:before {
	content: "\e143";
}

.glyphicon-link:before {
	content: "\e144";
}

.glyphicon-phone:before {
	content: "\e145";
}

.glyphicon-usd:before {
	content: "\e148";
}

.glyphicon-gbp:before {
	content: "\e149";
}

.glyphicon-sort:before {
	content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
	content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
	content: "\e152";
}

.glyphicon-sort-by-order:before {
	content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
	content: "\e154";
}

.glyphicon-sort-by-attributes:before {
	content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
	content: "\e156";
}

.glyphicon-unchecked:before {
	content: "\e157";
}

.glyphicon-expand:before {
	content: "\e158";
}

.glyphicon-collapse-down:before {
	content: "\e159";
}

.glyphicon-collapse-up:before {
	content: "\e160";
}

.glyphicon-log-in:before {
	content: "\e161";
}

.glyphicon-flash:before {
	content: "\e162";
}

.glyphicon-log-out:before {
	content: "\e163";
}

.glyphicon-new-window:before {
	content: "\e164";
}

.glyphicon-record:before {
	content: "\e165";
}

.glyphicon-save:before {
	content: "\e166";
}

.glyphicon-open:before {
	content: "\e167";
}

.glyphicon-saved:before {
	content: "\e168";
}

.glyphicon-import:before {
	content: "\e169";
}

.glyphicon-export:before {
	content: "\e170";
}

.glyphicon-send:before {
	content: "\e171";
}

.glyphicon-floppy-disk:before {
	content: "\e172";
}

.glyphicon-floppy-saved:before {
	content: "\e173";
}

.glyphicon-floppy-remove:before {
	content: "\e174";
}

.glyphicon-floppy-save:before {
	content: "\e175";
}

.glyphicon-floppy-open:before {
	content: "\e176";
}

.glyphicon-credit-card:before {
	content: "\e177";
}

.glyphicon-transfer:before {
	content: "\e178";
}

.glyphicon-cutlery:before {
	content: "\e179";
}

.glyphicon-header:before {
	content: "\e180";
}

.glyphicon-compressed:before {
	content: "\e181";
}

.glyphicon-earphone:before {
	content: "\e182";
}

.glyphicon-phone-alt:before {
	content: "\e183";
}

.glyphicon-tower:before {
	content: "\e184";
}

.glyphicon-stats:before {
	content: "\e185";
}

.glyphicon-sd-video:before {
	content: "\e186";
}

.glyphicon-hd-video:before {
	content: "\e187";
}

.glyphicon-subtitles:before {
	content: "\e188";
}

.glyphicon-sound-stereo:before {
	content: "\e189";
}

.glyphicon-sound-dolby:before {
	content: "\e190";
}

.glyphicon-sound-5-1:before {
	content: "\e191";
}

.glyphicon-sound-6-1:before {
	content: "\e192";
}

.glyphicon-sound-7-1:before {
	content: "\e193";
}

.glyphicon-copyright-mark:before {
	content: "\e194";
}

.glyphicon-registration-mark:before {
	content: "\e195";
}

.glyphicon-cloud-download:before {
	content: "\e197";
}

.glyphicon-cloud-upload:before {
	content: "\e198";
}

.glyphicon-tree-conifer:before {
	content: "\e199";
}

.glyphicon-tree-deciduous:before {
	content: "\e200";
}

.glyphicon-briefcase:before {
	content: "\1f4bc";
}

.glyphicon-calendar:before {
	content: "\1f4c5";
}

.glyphicon-pushpin:before {
	content: "\1f4cc";
}

.glyphicon-paperclip:before {
	content: "\1f4ce";
}

.glyphicon-camera:before {
	content: "\1f4f7";
}

.glyphicon-lock:before {
	content: "\1f512";
}

.glyphicon-bell:before {
	content: "\1f514";
}

.glyphicon-bookmark:before {
	content: "\1f516";
}

.glyphicon-fire:before {
	content: "\1f525";
}

.glyphicon-wrench:before {
	content: "\1f527";
}

.team-border {
	border: 2px solid #252C30;
	border-radius: 5px;
}

.btn-outline {
	background: #F2F7F2 !important;
	color: #252C30 !important;
	border: 2px solid #252C30;
	border-radius: 5px;
}

.site-logo {
	position: absolute;
	top: 50%;
	transform: translate(-35%, -50%);
	/* max-width: 400px; */
}

select {
	-webkit-appearance: none;
	-moz-appearance: window;
	border: none;
	background-image: url("../images/icons/drop.png") !important;
	background-repeat: no-repeat !important;
	background-position: right center !important;
	background-size: 30px !important;
}

.nav-tabs>li>a {
	/* background: white; */
}

.fa-user {
	color: white !important;
	border-radius: 44px;
	width: 20px !important;
	font-size: 12px !important;
	height: 20px;
	line-height: 18px !important;
	background: var(--defaultColor) !important;
}

.fa-sign-out {
	color: var(--defaultColor) !important;
}

.header .navbar-brand img {
	width: 80px !important;
	height: auto !important;
	padding: 0 !important;
}

.dropdown-menu:li {
	text-align: left;
}

.dropdown:hover .dropdown-menu {
	display: block;
	margin-top: 0;
}

.dropdown li {
	padding: 0.5rem;
	border-bottom: 1px solid #d3d3d326;
}

.dropdown li a {
	color: #222;
	font-weight: 500;
}

.user-big {
	width: 130px;
}

.hour-box {
	text-align: center;
	border: 2px solid #252C30;
	padding: 32px 0px 32px 0px;
	border-radius: 5px;
	background: var(--defaultColorLight) !important;
	margin-left: 15px;
}

@media only screen and (max-width: 1380px) {
	.site-logo {
		padding: 10rem !important;
	}

	table.dataTable thead th,
	table.dataTable tfoot th {
		font-size: 12px;
	}

	.bootstrap-datetimepicker-widget table td span {
		margin: 9px;
	}
}

#hot_link li {
	background: var(--defaultColor) !important;
}

.uploader {
	text-align: center;
	border: 2px solid var(--defaultColor) !important;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-style: dashed !important;
	padding: 5rem;
	background: var(--defaultColorLight) !important;
}

.uploader img {
	width: 120px;
}

#uploader {
	width: 45%;
	height: 314px;
	left: 4rem;
	top: 14rem;
	cursor: pointer;
	opacity: 0;
	position: absolute;
}

#footerBack {
	background-color: var(--defaultColorLight);
}

.del-btn {
	background: #FF4D4D !important;
}

.react-calendar__tile--active {
	color: white !important;
}

.calendarHighlightColor span {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: 15px;
	cursor: pointer;
	border-radius: 4px;
	border-radius: 55px;
	background-color: var(--defaultColorHighlight);
}

.dnone_ {
	display: none;
}

.navbar-expand-lg .navbar-collapse {
	justify-content: center;
}


.table-responsive {
	height: auto;
	min-height: 500px;
	overflow-y: scroll;
}

#team_header th {
	z-index: 1;
	opacity: 1;
	top: 0;
	position: sticky;
	background: #fbfbfb;
}
#team_profile table{
	text-align: left!important;
}

.table-responsive table {
	text-align: center;
	position: relative;
	border-collapse: separated;
	width: 100%;
}

.swal-button{
	background-color: var(--defaultColorHighlight);
}
.swal-button:not([disabled]):hover {
	background-color: var(--defaultColorHighlight);
}
.swal-button:hover{
	background-color: var(--defaultColorHighlight);
}

.fa-birthday-cake{
	color: var(--defaultColorHighlight);
}

.trs tr{
	background: var(--defaultColorLight)!important;
}

.blocker{
	display: block!important;
}

.info_s{
	font-size: 11px;position: absolute;bottom: -20px;left: 0;
}

.color_primary {
	color: var(--defaultColor) !important;
}

.form-radio-input{
    background-color: var(--defaultColor) !important;
    border-color: var(--defaultColor) !important;
}

.nav-tabs .nav-item .active{
	background-color: var(--defaultColor) !important;
    border-color: var(--defaultColor) !important;
}

.swal-button{
	cursor: pointer!important;
}

.select2-search__field{
	opacity: 0;
}