/*-------------------------------------------------
    [ ## reset ]
*/
html {
	font-size: 100%;
	scroll-behavior: smooth;
}

body {
	background-color: #fff;
	font-family: "Exo 2", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5em;
	color: #444444;
	overflow-x: hidden;
}

a {
	display: inline-block;
}

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

blockquote {
	margin: 0 0 1.3em;
}

p {
	margin-bottom: 15px;
	line-height: 1.7em;
}
p:last-child {
	margin-bottom: 0px;
}
@media only screen and (max-width: 1199px) {
	p {
		line-height: 1.7em;
	}
}

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

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
input:focus,
textarea:focus {
	outline: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	cursor: pointer;
}

input,
textarea {
	padding: 12px 25px;
	width: 100%;
}

span {
	display: inline-block;
}

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

blockquote {
	background-color: #f9f9f9;
	padding: 20px;
	border-radius: 3px;
	font-weight: 500;
	font-style: italic;
	position: relative;
}
blockquote .quote-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 120px;
	opacity: 0.1;
}

/*-------------------------------------------------
    [ ## padding ]
*/
.pt-10 {
	padding-top: 10px;
}

.pt-20 {
	padding-top: 20px;
}

.pt-30 {
	padding-top: 30px;
}

.pt-40 {
	padding-top: 40px;
}

.pt-50 {
	padding-top: 50px;
}

.pt-60 {
	padding-top: 60px;
}

.pt-80 {
	padding-top: 80px;
}

.pt-100 {
	padding-top: 100px;
}
@media only screen and (max-width: 991px) {
	.pt-100 {
		padding-top: 80px;
	}
}

.pt-120 {
	padding-top: 120px;
}
@media only screen and (max-width: 991px) {
	.pt-120 {
		padding-top: 100px;
	}
}

.pt-150 {
	padding-top: 150px;
}
@media only screen and (max-width: 991px) {
	.pt-150 {
		padding-top: 100px;
	}
}

.pb-10 {
	padding-bottom: 10px;
}

.pb-20 {
	padding-bottom: 20px;
}

.pb-30 {
	padding-bottom: 30px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pb-60 {
	padding-bottom: 60px;
}

.pb-80 {
	padding-bottom: 80px;
}

.pb-100 {
	padding-bottom: 100px;
}
@media only screen and (max-width: 991px) {
	.pb-100 {
		padding-bottom: 80px;
	}
}

.pb-120 {
	padding-bottom: 120px;
}
@media only screen and (max-width: 991px) {
	.pb-120 {
		padding-bottom: 100px;
	}
}

.pb-150 {
	padding-bottom: 150px;
}
@media only screen and (max-width: 991px) {
	.pb-150 {
		padding-bottom: 100px;
	}
}

.ptb-10 {
	padding: 10px 0;
}

.ptb-20 {
	padding: 20px 0;
}

.ptb-30 {
	padding: 30px 0;
}

.ptb-40 {
	padding: 40px 0;
}

.ptb-50 {
	padding: 50px 0;
}

.ptb-60 {
	padding: 60px 0;
}

.ptb-80 {
	padding: 80px 0;
}

.ptb-100 {
	padding: 100px 0;
}
@media only screen and (max-width: 991px) {
	.ptb-100 {
		padding: 80px 0;
	}
}

.ptb-120 {
	padding: 120px 0;
}
@media only screen and (max-width: 991px) {
	.ptb-120 {
		padding: 100px 0;
	}
}

.ptb-150 {
	padding: 150px 0;
}
@media only screen and (max-width: 991px) {
	.ptb-150 {
		padding: 100px 0;
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-80 {
	margin-bottom: 80px;
}
@media only screen and (max-width: 575px) {
	.mb-80 {
		margin-bottom: 40px;
	}
}

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

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

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

.mt-10-none {
	margin-top: -10px;
}

.mt-20-none {
	margin-top: -20px;
}

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

.mt-40-none {
	margin-top: -40px;
}

.mt-50-none {
	margin-top: -50px;
}

.mt-60-none {
	margin-top: -60px;
}

.mt-80-none {
	margin-top: -80px;
}

.mt-100-none {
	margin-top: -100px;
}

.mt-120-none {
	margin-top: -120px;
}

.mt-150-none {
	margin-top: -150px;
}

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

.mb-20-none {
	margin-bottom: -20px;
}

.mb-30-none {
	margin-bottom: -30px;
}

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

.mb-50-none {
	margin-bottom: -50px;
}

.mb-60-none {
	margin-bottom: -60px;
}

.mb-80-none {
	margin-bottom: -80px;
}
@media only screen and (max-width: 575px) {
	.mb-80-none {
		margin-bottom: -40px;
	}
}

.mb-100-none {
	margin-bottom: -100px;
}

.mb-120-none {
	margin-bottom: -120px;
}

.mb-150-none {
	margin-bottom: -150px;
}

/*-------------------------------------------------
    [ ## color ]
*/
.bg--primary {
	background-color: #7367f0 !important;
}

.bg--secondary {
	background-color: #868e96;
}

.bg--success {
	background-color: #28c76f;
}

.bg--danger {
	background-color: #ea5455;
}

.bg--warning {
	background-color: #ff9f43;
}

.bg--info {
	background-color: #1e9ff2;
}

.bg--dark {
	background-color: #10163a;
}

.bg--base {
	background-color: #ffa805 !important;
}

.text--primary {
	color: #7367f0;
}

.text--secondary {
	color: #868e96;
}

.text--success {
	color: #28c76f;
}

.text--danger {
	color: #ea5455;
}

.text--warning {
	color: #ff9f43;
}

.text--info {
	color: #1e9ff2;
}

.text--dark {
	color: #10163a;
}

.text--base {
	color: #ffa805 !important;
}

.border--primary {
	border: #7367f0;
}

.border--secondary {
	border: 1px solid #868e96;
}

.border--success {
	border: 1px solid #28c76f;
}

.border--danger {
	border: 1px solid #ea5455;
}

.border--warning {
	border: 1px solid #ff9f43;
}

.border--info {
	border: 1px solid #1e9ff2;
}

.border--dark {
	border: 1px solid #10163a;
}

.border--base {
	border: 1px solid #e5e5e5 !important;
}

.section--bg {
	background-color: #0e1744 !important;
}

.bg--gray {
	background-color: #f9f9f9;
}

.border--rounded {
	border-radius: 3px !important;
}
.round-5 {
	border-radius: 5px !important;
}

.border--capsule {
	border-radius: 100px;
}

.box-shadow {
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
}

/*-------------------------------------------------
    [ ## scrollbar ]
*/
*::-webkit-scrollbar-track {
	-webkit-box-shadow: inset -5px -5px 8px -1px rgba(255, 255, 255, 0.7),
		5px 5px 8px -1px rgba(0, 0, 0, 0.065);
	box-shadow: inset -5px -5px 8px -1px rgba(255, 255, 255, 0.7),
		5px 5px 8px -1px rgba(0, 0, 0, 0.065);
	background-color: #eaf7e4;
}

*::-webkit-scrollbar {
	width: 6px;
	background-color: #eaf7e4;
}

*::-webkit-scrollbar-button {
	background-color: #ffa805;
}

*::-webkit-scrollbar-thumb {
	background-color: #ffa805;
}

/*-------------------------------------------------
    [ ## scrollToTop ]
*/
.scrollToTop {
	position: fixed;
	bottom: 0;
	right: 30px;
	padding: 10px 6px;
	background: #ffa805;
	font-weight: 600;
	color: #fff;
	font-size: 12px;
	text-align: center;
	border-radius: 25px;
	z-index: 99;
	cursor: pointer;
	transition: all 1s;
	transform: translateY(100%);
}
.scrollToTop i {
	-webkit-animation: scroll-down 1s infinite;
	-moz-animation: scroll-down 1s infinite;
	-o-animation: scroll-down 1s infinite;
	animation: scroll-down 1s infinite;
	font-size: 15px;
	margin-bottom: 10px;
}
.scrollToTop span {
	display: block;
}

.scrollToTop.active {
	bottom: 30px;
	transform: translateY(0%);
}

.scrollToTop:hover,
.scrollToTop:focus {
	color: #fff;
}

/*-------------------------------------------------
    [ ## Table ]
*/
.table-area {
	margin-top: -5px;
	margin-bottom: -15px;
}

.custom-table {
	width: 100%;
	background-color: #fff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1199px) {
	.custom-table thead {
		display: none;
	}
}
.custom-table thead tr th {
	border: none;
	font-weight: 600;
	text-align: center;
	color: #fff;
	font-family: "Exo 2", sans-serif;
	font-size: 14px;
	padding: 10px 30px;
	background: #0e1744;
}
.custom-table thead tr th:first-child {
	border-radius: 5px 0 0 0;
	text-align: left;
}
.custom-table thead tr th:last-child {
	border-radius: 0 5px 0 0;
	text-align: right;
}
.custom-table tbody tr {
	background: #fff;
	border-bottom: 1px solid #e5e5e5;
}
.custom-table tbody tr td {
	border: none;
	font-weight: 600;
	text-align: center;
	color: #444444;
	font-family: "Exo 2", sans-serif;
	font-size: 13px;
	padding: 8px 30px;
}
.custom-table tbody tr td:first-child {
	text-align: left;
}
.custom-table tbody tr td:last-child {
	text-align: right;
}
.custom-table tbody tr td .author-info {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
}
.custom-table tbody tr td .author-info .thumb {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	overflow: hidden;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
}
.custom-table tbody tr td .author-info .thumb img {
	width: inherit;
	height: inherit;
	object-fit: cover;
	-o-object-fit: cover;
	object-position: center;
	-o-object-position: center;
}
.custom-table tbody tr td .author-info .content {
	padding-left: 15px;
	width: calc(100% - 45px);
}
.custom-table tbody tr td a {
	color: #fff;
	padding: 3px 8px;
	border-radius: 3px !important;
}
.custom-table tbody tr td .btn {
	border-radius: 3px;
}
.custom-table tbody tr td:first-child {
	border-radius: 5px 0 0 5px;
}
.custom-table tbody tr td:last-child {
	border-radius: 0 5px 5px 0;
}
@media only screen and (max-width: 1199px) {
	.custom-table tbody tr:nth-child(even) {
		background-color: #f7f7f7;
	}
	.custom-table tbody tr td {
		position: relative;
		border-bottom: 1px solid #cccccc;
		display: block;
		text-align: right !important;
		padding: 10px;
		padding-left: 40%;
	}
	.custom-table tbody tr td:last-child {
		border: none;
	}
	.custom-table tbody tr td::before {
		content: attr(data-label);
		color: #ffa805;
		width: 50%;
		text-align: left;
		position: absolute;
		left: 14px;
	}
	.custom-table tbody tr td:first-child {
		border-radius: 0;
	}
}

/*-------------------------------------------------
    [ ## slider ]
*/
.swiper-notification {
	display: none;
}

.swiper-pagination {
	position: relative;
	display: flex;
	justify-content: center;
	margin-top: 60px;
}
.swiper-pagination .swiper-pagination-bullet {
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background-color: rgba(33, 54, 87, 0.2);
	opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active {
	background-color: #0e1744;
	width: 25px;
	border-radius: 10px;
}

.slider-next,
.slider-prev {
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 12px;
	background-color: #fff;
	border: 1px solid #cccccc;
	border-radius: 50%;
	color: #444444;
	display: inline-block;
	text-align: center;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translateX(-100%);
	cursor: pointer;
	margin-top: 60px;
	transition: all 0.3s;
}
.slider-next:hover,
.slider-prev:hover {
	background-color: #ffa805;
	color: #fff;
}

.slider-next {
	margin-left: 10px;
}

/*-------------------------------------------------
    [ ## pagination ]
*/
.pagination {
	display: flex;
	flex-wrap: wrap;
	padding-top: 20px;
	margin-top: 10px;
}
.pagination .page-item {
	text-align: center;
	padding: 3px;
}
.pagination .page-item a,
.pagination .page-item span {
	width: 30px;
	height: 30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: transparent;
	border: 1px solid #cccccc;
	color: #0e1744;
	padding: 0;
	font-weight: 700;
	line-height: 30px;
	display: block;
	margin: 0;
}
.pagination .page-item.disabled span {
	background: transparent;
	border: 1px solid #cccccc;
	color: #0e1744;
}
.pagination .page-item .page-link {
	transition: all 0.3s;
}
.pagination .page-item.active .page-link,
.pagination .page-item:hover .page-link {
	background-color: #ffa805;
	border-color: transparent;
	color: #fff;
}

/*-------------------------------------------------
    [ ## tab ]
*/
.nav-tabs {
	margin: 0;
	border: 0;
	margin-bottom: 50px;
	justify-content: center;
}
.nav-tabs .nav-link {
	padding: 8px 20px;
	border: none;
	font-weight: 700;
	font-size: 12px;
	background-color: #f9f9f9;
	border-radius: 3px;
	font-family: "Exo 2", sans-serif;
	transition: all 0.3s;
	color: #444;
}
.nav-tabs .nav-link:hover {
	background-color: #ffa805;
	color: #fff;
}
.nav-tabs .nav-link.active {
	background-color: #ffa805;
	color: #fff;
}
.nav-tabs .nav-link:not(:last-child) {
	margin-right: 10px;
}
@media only screen and (max-width: 1199px) {
	.nav-tabs .nav-link:not(:last-child) {
		margin-right: 5px;
	}
}

/*-------------------------------------------------
    [ ## card ]
*/
.custom--card {
	border: none;
	background: #fff;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}
.custom--card .card-header {
	background: #0e1744;
	padding: 0.8rem 1.6rem;
	border: none;
}
.custom--card .card-header .card-title {
	color: #fff;
	font-size: 14px;
	margin-bottom: 0;
	font-weight: 700;
}
.custom--card .card-header .card-title i {
	margin-right: 5px;
}
.custom--card .card-header .card-btn a {
	font-size: 12px;
	padding: 5px 15px;
	font-weight: 600;
}
.custom--card .card-header .card-btn a i {
	margin-right: 5px;
}
.custom--card .card-body {
	padding: 20px 30px;
}
@media only screen and (max-width: 991px) {
	.custom--card .card-body {
		padding: 20px;
	}
}
.custom--card .card-body .card-form-wrapper .form--control {
	font-size: 12px;
	border: 1px solid #cccccc;
	background: #fff;
	font-size: 13px;
	height: 40px;
	color: #444444;
	font-weight: 600;
}
.custom--card .card-body .card-form-wrapper .form--control::placeholder {
	color: #444444;
}
.custom--card .card-body .card-form-wrapper label {
	font-weight: 700;
	margin-bottom: 5px;
}
.custom--card .card-body .card-form-wrapper textarea {
	height: auto;
	min-height: 120px;
	color: #444444;
}
.custom--card .card-body .card-form-wrapper .submit-btn {
	margin-top: 10px;
	padding: 12px 30px;
}

.modal-content {
	border: 2px solid #ffa805;
}

/*-------------------------------------------------
    [ ## Heading ]
*/
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.3em;
	color: #0e1744;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	font-family: "Exo 2", sans-serif;
}

h1 {
	font-size: 42px;
	font-weight: 700;
}
@media only screen and (max-width: 991px) {
	h1 {
		font-size: 30px;
	}
}
@media only screen and (max-width: 575px) {
	h1 {
		font-size: 26px;
	}
}

h2 {
	font-size: 30px;
	font-weight: 700;
}
@media only screen and (max-width: 991px) {
	h2 {
		font-size: 22px;
	}
}
@media only screen and (max-width: 575px) {
	h2 {
		font-size: 20px;
	}
}

h3 {
	font-size: 20px;
	font-weight: 700;
}
@media only screen and (max-width: 991px) {
	h3 {
		font-size: 18px;
	}
}

h4 {
	font-size: 18px;
	font-weight: 700;
}
@media only screen and (max-width: 991px) {
	h4 {
		font-size: 16px;
	}
}

h5 {
	font-size: 16px;
	font-weight: 700;
}
@media only screen and (max-width: 991px) {
	h5 {
		font-size: 14px;
	}
}

h6 {
	font-size: 14px;
	font-weight: 700;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
	color: inherit;
	text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
	color: inherit;
	text-decoration: none;
}

.section-header {
	margin-bottom: 60px;
	position: relative;
}
.section-header.#fff .section-title {
	color: #fff;
}
.section-header.#fff p {
	color: #fff;
}
.section-header.left::after {
	margin: 0;
}
.section-header::after {
	border: 1px solid #ffa805;
	bottom: -20px;
	content: "";
	left: 0;
	margin: 0 auto;
	position: absolute;
	width: 60px;
	right: 0;
}
.section-header .section-title {
	margin-bottom: 0;
	position: relative;
}
.section-header .section-title span {
	color: #ffa805;
}
.section-header p {
	margin-top: 10px;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Buttons ]
*/
input[type="submit"]:hover {
	color: #fff;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: none;
}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.btn {
	-webkit-transition: all 0.3s ease 0.02s;
	transition: all 0.3s ease 0.02s;
}

.btn:active,
.btn:focus {
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset;
}

.btn {
	border: 0px solid;
	border-radius: 0px;
	font-weight: 500;
	font-size: 16px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 767px) {
	.btn {
		font-size: 14px;
	}
}

.btn-rounded {
	border-radius: 3px;
}

.btn-capsule {
	border-radius: 100px;
}

/*-------------------------------------------------
    [ ## custom btn ]
*/
.btn--cmn {
	position: relative;
	padding: 10px 25px;
	border-radius: 3px;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
.btn--primary {
	background-color: #7367f0;
}

.btn--secondary {
	background-color: #868e96;
}

.btn--success {
	background-color: #28c76f;
}

.btn--danger {
	background-color: #ea5455 !important;
}

.btn--warning {
	background-color: #ff9f43;
}

.btn--info {
	background-color: #1e9ff2;
}

.btn--dark {
	background-color: #10163a !important;
	border-color: #10163a !important;
	color: #fff !important;
}
.btn--dark:hover {
	background-color: transparent !important;
	border-color: #10163a !important;
	color: #10163a !important;
}

.badge--primary {
	background-color: #7367f0;
}

.badge--secondary {
	background-color: #868e96;
}

.badge--success {
	background-color: #28c76f;
}

.badge--danger {
	background-color: #ea5455;
}

.badge--warning {
	background-color: #ff9f43;
}

.badge--info {
	background-color: #1e9ff2;
}

.badge--dark {
	background-color: #10163a;
}

.border--primary {
	border: 1px solid #7367f0;
}

.border--secondary {
	border: 1px solid #868e96;
}

.border--success {
	border: 1px solid #28c76f;
}

.border--danger {
	border: 1px solid #ea5455;
}

.border--warning {
	border: 1px solid #ff9f43;
}

.border--info {
	border: 1px solid #1e9ff2;
}

.border--dark {
	border: 1px solid #10163a;
}

.badge {
	font-weight: 600;
	border-radius: 999px;
	padding: 5px 20px 5px 20px;
	font-size: 11px;
}

.btn--base {
	position: relative;
	background: #ffa805;
	border: 1px solid #ffa805;
	color: #fff;
	padding: 10px 25px;
	border-radius: 3px;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
.btn--base.active {
	background: transparent;
	color: #ffa805;
}
.btn--base.active:focus,
.btn--base.active:hover {
	color: #fff;
	background: #ffa805;
}
.btn--base:focus,
.btn--base:hover {
	color: #ffa805;
	background: transparent;
}

.custom-btn {
	color: #ffa805 !important;
	font-weight: 700;
}

/*-------------------------------------------------
    [ ## Fields ]
*/
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus {
	outline: none;
}

input,
textarea {
	padding: 12px 20px;
}

input::-webkit-input-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder,
input:-moz-placeholder,
textarea::-webkit-input-placeholder,
textarea::-moz-placeholder,
textarea:-ms-input-placeholder,
textarea:-moz-placeholder {
	color: #a9a9a9;
}

textarea {
	display: block;
	width: 100%;
	display: block;
	min-height: 120px;
}

input,
select,
textarea {
	border: 1px solid #cccccc;
	vertical-align: baseline;
	font-size: 100%;
	color: #0e1744;
}

label {
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 10px;
	display: block;
}

/*-------------------------------------------------
    [ ## Forms ]
*/
select {
	outline: none;
	cursor: pointer;
}

option {
	color: #0e1744;
}

.input-group {
	margin-bottom: 15px;
	flex-wrap: nowrap;
}

.form-control:disabled,
.form-control[readonly] {
	background-color: rgba(223, 187, 89, 0.2);
}

.input-group-append,
.input-group-prepend {
	display: -ms-flexbox;
	display: flex;
}

.input-group-append input {
	border-radius: 5px 0 0 5px;
	border: 1px solid #cccccc;
	border-right: none;
	background-color: #fff;
}

.input-group-text {
	font-size: 14px;
	background: #eff0f0;
	color: #0e1744;
	font-weight: 500;
}

.custom-check-group {
	display: block;
	margin-bottom: 12px;
}
.custom-check-group input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}
.custom-check-group input:checked + label::before {
	background-color: #ffa805;
	border: 1px solid #ffa805;
}
.custom-check-group input:checked + label::after {
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: 7px;
	width: 5px;
	height: 10px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
.custom-check-group label {
	position: relative;
	cursor: pointer;
}
.custom-check-group label::before {
	content: "";
	-webkit-appearance: none;
	background: #fff;
	border: 1px solid #cccccc;
	border-radius: 3px;
	padding: 8px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 8px;
	top: -2px;
}

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

.form-control {
	border: 1px solid #cccccc;
	font-size: 14px;
	height: 50px;
}
.form-control:focus {
	box-shadow: none;
	border: 1px solid #cccccc;
}

.form--control {
	background-color: transparent;
	border: 1px solid #cccccc;
	box-shadow: none;
	height: 45px;
	color: #0e1744;
	border-radius: 5px;
	font-size: 15px;
	font-family: "Exo 2", sans-serif;
	font-weight: 600;
	padding: 10px 15px;
	width: 100%;
	transition: all 0.3s;
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
}
.form--control::placeholder {
	color: #b9b9b9;
}
.form--control:focus {
	background-color: transparent;
	border: 1px solid #ffa805 !important;
	box-shadow: none;
	color: #0e1744;
}

.account-form-area .form--control::-webkit-outer-spin-button,
.account-form-area .form--control::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.account-form-area .form--control[type="number"] {
	-moz-appearance: textfield;
}

input[type="file"] {
	padding: 0 10px;
	line-height: 42px;
	height: 45px !important;
}

.radio-item {
	border: 1px solid #cccccc;
	border-radius: 3px;
	padding: 15px 20px;
}

.radio-item [type="radio"]:checked {
	position: absolute;
	left: -9999px;
}

.radio-item [type="radio"]:not(:checked) {
	position: absolute;
	left: -9999px;
}

.radio-item [type="radio"]:checked + label {
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
	color: #0e1744;
	margin: 0;
}

.radio-item [type="radio"]:not(:checked) + label {
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
	color: #0e1744;
	margin: 0;
}

.radio-item [type="radio"]:checked + label:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #cccccc;
	border-radius: 100%;
	background: #fff;
}

.radio-item [type="radio"]:checked + label:after {
	content: "";
	width: 12px;
	height: 12px;
	background: #ffa805;
	position: absolute;
	top: 3px;
	left: 3px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.radio-item [type="radio"]:not(:checked) + label:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #cccccc;
	border-radius: 100%;
	background: #fff;
}

.radio-item [type="radio"]:not(:checked) + label:after {
	content: "";
	width: 12px;
	height: 12px;
	background: #ffa805;
	position: absolute;
	top: 3px;
	left: 3px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.radio-item [type="radio"]:checked + label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.select2-container {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	width: 100%;
}

.selection {
	width: 100%;
}

.select2-selection--single {
	width: 100%;
	height: 45px !important;
	outline: none;
	background: transparent !important;
	font-size: 15px;
	box-shadow: none;
	padding: 10px 10px;
	border-radius: 5px;
	vertical-align: top;
	display: inline-block;
	border: 1px solid #cccccc !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.select2-selection--single span {
	margin: 0;
	width: 100%;
	color: #444444;
	line-height: initial;
	font-weight: 600;
}

.select2-container--default
	.select2-selection--single
	.select2-selection__arrow {
	height: auto;
	position: absolute;
	top: 22px;
	right: 7px;
	width: 20px;
}

.select2-container--default
	.select2-selection--single
	.select2-selection__arrow
	b {
	border-color: #444444 transparent transparent transparent;
}

.select2-container--default.select2-container--open
	.select2-selection--single
	.select2-selection__arrow
	b {
	border-color: transparent transparent #444444 transparent;
}

.submit-btn {
	padding: 12px 20px;
	color: #fff;
	background: #0e1744;
	font-weight: 600;
	font-size: 14px;
	border-radius: 5px;
	font-family: "Exo 2", sans-serif;
}
@media only screen and (max-width: 991px) {
	.submit-btn {
		padding: 10px 20px;
	}
}

/*-------------------------------------------------
    [ ## Overlay Element ]
*/
.bg_img {
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}

.bg-fixed {
	background-attachment: fixed;
}

.bg-overlay-base {
	position: relative;
}

.bg-overlay-base:after {
	content: "";
	position: absolute;
	background-color: #fff;
	opacity: 0.2;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.bg-overlay-base > div {
	position: relative;
	z-index: 2;
}

@keyframes scroll-down {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(10px);
	}

	100% {
		transform: translateY(0px);
	}
}
@keyframes scale {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(0.6);
	}

	100% {
		transform: scale(1.1);
	}
}
/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Header ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Preloader ]
*/
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	width: 100%;
	text-align: center;
	z-index: 9999999;
	background: #fff;
}

svg {
	display: block;
	height: 150px;
	width: 150px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.star {
	fill: #f9e2b7;
}

.maincircle {
	fill: #ffa805;
}

.dashedline {
	fill: none;
	stroke: #ffa805;
	stroke-dasharray: 11.94 11.94;
}

.inring {
	fill: none;
	stroke: #f9e2b7;
}

.dashedline,
.inring,
.hammerhead,
.handle {
	stroke-miterlimit: 10;
}

.reddot {
	fill: #0e1744;
}

.hammerhead,
.handle {
	stroke: #000;
}

.hammerhead {
	fill: #ddd;
}

.handle {
	fill: #f7bb21;
}

.textcontainer {
	display: block;
	width: 400px;
	margin: auto;
	text-align: center;
}

.row > * {
	position: relative;
}

@media (min-width: 1480px) {
	.col-xxl-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
}
@media (max-width: 575px) {
	.col-xs-6 {
		flex: 0 0 auto;
		width: 50%;
	}
}
@media only screen and (max-width: 575px) and (max-width: 400px) {
	.col-xs-6 {
		width: 100%;
	}
}

::selection {
	background-color: #ffa805;
	color: #fff;
}

/*-------------------------------------------------
    [ ## Header ]
*/
.header-section {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background-color: transparent;
}
@media only screen and (max-width: 991px) {
	.header-section {
		background-color: transparent;
	}
	.header-section .header-top-area .container {
		max-width: 100%;
	}
}

.header {
	background-color: transparent;
	width: 100%;
	z-index: 99;
	-webkit-transition: all ease 1s;
	transition: all ease 1s;
}
.header.active {
	transform: translateY(0%);
	position: fixed;
	top: 0;
	left: 0;
	animation-name: fadeInDown;
	animation-duration: 1s;
	transition: all 1s;
}

.header-section.header-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background-color: #fff;
}
.header-section.header-fixed .header-top-area {
	display: none !important;
}
.header-section.header-fixed .header-bottom-area {
	padding: 0 50px 0 50px;
	box-shadow: 0 36px 71px -10px rgba(0, 0, 0, 0.07);
}

@media only screen and (max-width: 991px) {
	.header-section.header-fixed .header-bottom-area {
		padding: 0;
	}
}

/* 071972 */

.header-top-area {
	background: #0e1744;
	padding: 10px 0;
}
.header-top-area .header-top-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-bottom-area {
	position: relative;
	padding: 5px 0;
}
.header-bottom-area .navbar-expand-lg {
	background-color: transparent;
	padding: 0 !important;
}
@media (max-width: 767px) {
	.header-bottom-area .navbar-collapse {
		max-height: 320px;
		overflow-y: auto;
		overflow-x: hidden;
	}
}
@media (max-width: 991px) {
	.header-bottom-area .navbar-collapse {
		background-color: #fff !important;
		padding: 0 !important;
	}
	.header-bottom-area .navbar-collapse .main-menu {
		padding: 15px 0;
	}
	.header-bottom-area .menu_has_children .sub-menu {
		display: none !important;
	}
	.header-bottom-area .menu_has_children .sub-menu li {
		width: 100%;
	}
	.header-bottom-area
		.navbar-collapse
		.main-menu
		.menu_has_children.show
		.sub-menu,
	.header-bottom-area
		.navbar-collapse
		.main-menu
		.menu_has_children.show
		.sub-menu {
		display: flex !important;
		flex-wrap: wrap;
	}
}
.header-bottom-area .navbar-collapse .main-menu li:last-child .sub-menu {
	left: auto;
	right: 0;
}
.header-bottom-area .navbar-collapse .main-menu li {
	position: relative;
	padding-right: 25px;
}
@media only screen and (max-width: 1199px) {
	.header-bottom-area .navbar-collapse .main-menu li {
		padding-right: 18px;
	}
}
.header-bottom-area .navbar-collapse .main-menu li:last-child {
	padding-right: 0;
	margin-right: 0;
}
.header-bottom-area .navbar-collapse .main-menu li:hover .sub-menu {
	opacity: 1;
	visibility: visible;
	top: 100%;
}
.header-bottom-area .navbar-collapse .main-menu li.menu_has_children {
	position: relative;
}
.header-bottom-area .navbar-collapse .main-menu li.menu_has_children i {
	font-size: 12px;
	margin-left: 5px;
}
@media (max-width: 991px) {
	.header-bottom-area
		.navbar-collapse
		.main-menu
		li.menu_has_children::before {
		top: 12px;
		right: 15px;
	}
}
.header-bottom-area .navbar-collapse .main-menu li a {
	position: relative;
	padding: 22px 0 22px 0;
	font-weight: 600;
	align-items: center;
	display: inline-block;
	font-size: 16px;
	transition: all 0.3s;
	z-index: 9;
}
.header-bottom-area
	.header-section.header-fixed
	.navbar-collapse
	.main-menu
	li
	a {
	padding: 30px 18px 30px 0;
}
@media (max-width: 991px) {
	.header-bottom-area .navbar-collapse .main-menu li a {
		padding: 12px 15px !important;
		display: block;
	}
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu {
	position: absolute;
	top: 105%;
	left: 0;
	width: 170px;
	background-color: #0e1744;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
	border-top: 2px solid #ffa805;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	z-index: -9;
	margin-left: 0;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	margin-right: 0;
	padding-right: 0;
	transition: all ease 0.5s;
	position: relative;
	z-index: 2;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li:last-child {
	border-bottom: 0px solid;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li:hover a {
	color: #fff;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li a {
	color: #fff;
	width: 100%;
	padding: 5px 20px;
	font-size: 12px;
	display: block;
	transition: all ease 0.3s;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li a::after {
	position: unset;
	content: none;
}
.header-bottom-area
	.navbar-collapse
	.main-menu
	li
	.sub-menu
	.header-section.header-fixed
	.navbar-collapse
	.main-menu
	li
	.sub-menu
	li
	a {
	padding: 8px 20px;
}
@media (max-width: 991px) {
	.header-bottom-area
		.navbar-collapse
		.main-menu
		li
		.sub-menu
		.navbar-collapse
		.main-menu
		li
		.sub-menu {
		position: initial;
		opacity: 1;
		visibility: visible;
		display: none;
		-webkit-transition: none;
		transition: none;
	}
}
.header-bottom-area
	.navbar-collapse
	.main-menu
	li
	.sub-menu
	.navbar-collapse
	.main-menu
	li:last-child
	.sub-menu {
	left: auto;
	right: 0;
}

.site-logo {
	max-width: 200px;
}

.language-select {
	background: transparent;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.2);
	padding: 5px;
	border-radius: 3px;
	font-size: 13px;
}

@media only screen and (max-width: 991px) {
	.header-link {
		display: none;
	}
}
.header-link a,
.header-link span {
	color: #fff;
}
.header-link a i,
.header-link span i {
	color: #ffa805;
	margin-right: 5px;
	font-size: 16px;
}
.header-link a + a {
	margin-left: 20px;
}

.header-social li {
	display: inline-block;
}
.header-social li a {
	width: 25px;
	height: 25px;
	line-height: 25px;
	display: inline-block;
	text-align: center;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: #fff;
	font-size: 12px;
	border-radius: 3px;
	transition: all 0.5s;
}
.header-social li a:hover,
.header-social li a.active {
	background: #ffa805;
	border: 1px solid #ffa805;
	color: #fff;
}
.header-social li + li {
	margin-left: 5px;
}

.header-action {
	display: flex;
	flex-wrap: wrap;
	margin: -5px;
	margin-left: 35px;
}
@media only screen and (max-width: 991px) {
	.header-action {
		margin-left: 10px;
		margin-bottom: 10px;
	}
}
.header-action a {
	margin: 5px;
	padding: 7px 20px;
	font-size: 14px;
	display: flex;
	align-items: center;
	background: #0e1744;
	border: 1px solid #0e1744;
}
.header-action a:hover {
	color: #0e1744;
}
.header-action a.active {
	border: 1px solid #0e1744;
	color: #0e1744;
}
.header-action a.active:hover {
	background: #0e1744;
	color: #fff;
}

.navbar-toggler:focus {
	box-shadow: none;
}

.navbar-toggler span {
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	color: #0e1744;
	font-size: 30px;
}
@media only screen and (max-width: 1199px) {
	.navbar-toggler span {
		font-size: 22px;
	}
}

/*--------------------------------------------------------------
    [ ## Introduction ]
--------------------------------------------------------------*/
.banner-section {
	position: relative;
	background: linear-gradient(180deg, #fff8ed 0%, #fff 100%);
	padding-top: 200px;
	padding-bottom: 265px;
	background-position: bottom center !important;
	z-index: 9;
}
@media only screen and (max-width: 1199px) {
	.banner-section {
		padding-top: 100px;
		padding-bottom: 230px;
	}
}
.banner-section .banner-content {
	position: relative;
	z-index: 9;
}
@media only screen and (max-width: 991px) {
	.banner-section .banner-content {
		width: 100%;
	}
	.banner-section {
		z-index: 1;
	}
	.banner-section::before {
		position: absolute;
		content: "";
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #10163a;
		opacity: 0.65;
		z-index: -1;
	}
}
.banner-section .banner-content .title {
	margin-bottom: 20px;
	color: #fff;
}
.banner-section .banner-content p {
	color: #fff;
}
.banner-section .banner-content .banner-btn {
	margin: -7px;
	margin-top: 40px;
}
.banner-section .banner-content .banner-btn a {
	margin: 7px;
}
.banner-section .banner-content .banner-btn a:hover {
	background: #fff;
	border: 1px solid #fff;
	color: #444444;
}
.banner-section .banner-content .banner-btn a.active {
	background: #fff;
	border: 1px solid #fff;
	color: #444444;
}
.banner-section .banner-content .banner-btn a.active:hover {
	background: #ffa805;
	border: 1px solid #ffa805;
	color: #fff;
}

.inner-banner-section {
	padding-top: 80px;
	padding-bottom: 72px;
	background-position: center !important;
}
@media only screen and (max-width: 991px) {
	.inner-banner-section {
		background-position: bottom left !important;
	}
}
.inner-banner-section .banner-content .title {
	margin-bottom: 15px;
	font-size: 32px;
}

.breadcrumb {
	background-color: transparent;
	padding: 0;
	margin: 0;
	justify-content: center;
}

.breadcrumb li {
	color: #0e1744;
	font-family: "Exo 2", sans-serif;
}

.breadcrumb-item a {
	font-weight: 700;
	font-size: 15px;
	position: relative;
	z-index: 2;
	color: #fff;
}
@media only screen and (max-width: 991px) {
	.breadcrumb-item a {
		font-size: 12px;
	}
}

.breadcrumb-item.active {
	font-weight: 700;
	color: #fff;
	font-size: 15px;
	position: relative;
	z-index: 2;
}
@media only screen and (max-width: 991px) {
	.breadcrumb-item.active {
		font-size: 12px;
	}
}

.breadcrumb-item.active::before {
	content: "\f101";
	font-family: "Line Awesome Free";
	font-weight: 600;
	color: #fff;
	font-size: 15px;
	left: 0;
	top: 1px;
	position: relative;
}

/*--------------------------------------------------------------
    [ ## Footer ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer-block
--------------------------------------------------------------*/
.footer-section {
	background: #0e1744;
	border-top: 3px solid #ffa805;
}

.accepted-processors {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	margin-bottom: 30px;
	padding-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media only screen and (max-width: 991px) {
	.accepted-processors {
		display: block;
	}
}
.accepted-processors span {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}
@media only screen and (max-width: 991px) {
	.accepted-processors span {
		margin-bottom: 15px;
	}
}

.footer-widget .title {
	color: #fff;
	position: relative;
	margin-bottom: 30px;
}
.footer-widget .title::before {
	border: 1px solid #ffa805;
	bottom: -10px;
	content: "";
	left: 0;
	position: absolute;
	width: 30px;
	right: 0;
}

.footer-list li {
	color: #fff;
	font-size: 14px;
	margin-bottom: 5px;
}
.footer-list li a {
	word-break: break-all;
}

.footer-social li {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	border-radius: 3px;
	background: #ffa805;
	color: #fff;
	font-size: 12px;
	transition: all 0.3s;
}
.footer-social li.active,
.footer-social li:hover {
	color: #fff;
}

.footer-social li + li {
	margin-left: 10px;
}

.copyright-wrapper {
	margin-top: 40px;
}

.copyright-area {
	padding: 20px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 991px) {
	.copyright-area {
		display: block;
		text-align: center;
	}
}
.copyright-area p {
	font-size: 13px;
	color: #fff;
	margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
	.copyright-area p {
		margin-top: 15px;
	}
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## team ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Testimonial ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Testimonial-block
--------------------------------------------------------------*/
.client-section {
	position: relative;
	overflow: hidden;
}
.client-section .client-element {
	position: absolute;
	left: 0;
	bottom: -200px;
}

.client-slider {
	overflow: hidden;
}
.client-slider .swiper-slide-active .client-item {
	background: #ffa805;
}
.client-slider .swiper-slide-active .client-content {
	border-bottom: 1px solid rgba(204, 163, 84, 0.8);
}

.client-item {
	background: #0e1744;
	border-radius: 5px;
}

.client-thumb {
	position: relative;
	width: 70px;
	height: 70px;
	border: 5px solid rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	z-index: 2;
	margin-bottom: 10px;
	margin-left: auto;
	overflow: hidden;
}

.client-content {
	padding: 20px 20px 40px 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.client-content p {
	color: #fff;
}

.client-footer {
	padding: 0 20px 20px 20px;
	margin-top: -38px;
}
.client-footer .title {
	margin-bottom: 0;
	color: #fff;
}
.client-footer .sub-title {
	font-size: 12px;
	color: #fff;
}

/*--------------------------------------------------------------
    [ ## Sections ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Sections ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ### calculate block ]
*/
.calculate-area {
	background-color: #0e1744;
	padding: 50px 40px;
	border-radius: 3px;
	position: relative;
	z-index: 9;
	margin-top: -85px;
	border: 5px solid #ffa805;
}
@media only screen and (max-width: 991px) {
	.calculate-area .section-header::after {
		margin: 0 auto;
	}
}
@media only screen and (max-width: 991px) {
	.calculate-area .section-header {
		text-align: center;
		margin-bottom: 20px !important;
	}
}

.plan-select {
	background-color: rgba(255, 255, 255, 0.05);
	color: #fff;
	border: solid 1px #475672;
	padding: 12px;
	border-radius: 3px;
	font-size: 15px;
	width: 100%;
}

.plan-cal-content {
	text-align: center;
}
.plan-cal-content .sub-title {
	color: #ffa805;
	margin-bottom: 3px;
}
.plan-cal-content .title {
	color: #fff;
}

/*-------------------------------------------------
    [ ### service block ]
*/
.how-it-works-section {
	position: relative;
	overflow: hidden;
}
.how-it-works-section .how-it-works-element {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.5;
}

.how-it-works-item {
	text-align: center;
}

.how-it-works-icon {
	width: 95px;
	height: 95px;
	background-color: #0e1744;
	margin: 0 auto 28px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: relative;
	border-radius: 50%;
	z-index: 1;
	transition: all 0.3s;
}

.how-it-works-item:hover .how-it-works-icon {
	transform: translateY(-5px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.how-it-works-icon::before {
	position: absolute;
	content: "";
	top: -26px;
	left: 3px;
	width: 50%;
	height: 120%;
	background-color: #fff;
	transform: rotate(25deg);
	z-index: -1;
	opacity: 0.2;
}

.how-it-works-icon i {
	font-size: 32px;
	color: #fff;
}
.how-it-works-icon span {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -12px;
	margin-bottom: -12px;
	width: 25px;
	height: 25px;
	background-color: #ffa805;
	color: #fff;
	border-radius: 50%;
}

.about-list li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 15px;
}
.about-list li::after {
	position: absolute;
	content: "\f058";
	left: 0;
	top: 3px;
	font-family: "Font Awesome 5 Free";
	color: #ffa805;
}

/*-------------------------------------------------
    [ ### plan block ]
*/
.plan-item {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	padding: 0 0 15px 0;
	border-radius: 3px;
	border-top: 2px solid #ffa805;
	text-align: center;
	transition: all 0.3s;
}
.plan-item.active,
.plan-item:hover {
	background: linear-gradient(
		135deg,
		#fefff2 0%,
		#fcf1cc 22%,
		#fffae8 22%,
		#fffbed 100%
	);
}
.plan-item.active .plan-list li,
.plan-item:hover .plan-list li {
	background: linear-gradient(
		45deg,
		rgba(254, 255, 255, 0) 0%,
		rgba(234, 196, 70, 0.41) 100%
	);
}
.plan-item .plan-title {
	background: #ffa805;
	display: inline-block;
	padding: 5px 20px;
	border-radius: 0 0 3px 3px;
}
.plan-item .plan-title .title {
	margin-bottom: 0;
	color: #fff;
	font-size: 14px;
}

.plan-header {
	padding: 0 20px 20px 20px;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
}
.plan-header .price {
	font-size: 50px;
	display: block;
	margin-bottom: 30px;
	margin-top: 30px;
	font-weight: 600;
	color: #0e1744;
	letter-spacing: -5px;
}
.plan-header .user {
	font-size: 16px;
	font-weight: 600;
}

.plan-body {
	padding: 20px 0 0 0;
}

.plan-list li {
	padding: 5px 20px;
	color: #666;
	background: linear-gradient(
		to right,
		rgba(255, 255, 255, 0) 0%,
		rgba(246, 246, 246, 0.47) 47%,
		#ededed 100%
	);
	margin-bottom: 2px;
	font-size: 14px;
	text-align: left;
}
.plan-list li i {
	margin-right: 7px;
	color: #ffa805;
}
.plan-list li span {
	float: right;
	font-weight: 700;
	color: #0e1744;
	font-size: 15px;
	margin-right: 5px;
}

.plan-footer {
	padding: 20px;
}

.plan-btn {
	margin-top: 20px;
	text-align: center;
}

/*-------------------------------------------------
    [ ### subscribe block ]
*/
.subscribe-form {
	position: relative;
}
@media only screen and (max-width: 991px) {
	.subscribe-form {
		margin-top: 20px;
	}
}
.subscribe-form input {
	background-color: rgba(254, 255, 255, 0.05);
	color: #fff;
	border: solid 1px #475672;
	border-radius: 3px;
	font-size: 15px;
	height: 55px;
	position: relative;
	font-weight: 500;
}
.subscribe-form input:focus {
	color: #fff;
	border: solid 1px #475672;
}
.subscribe-form input::placeholder {
	color: #fff;
}
.subscribe-form button,
.subscribe-form input[type="button"],
.subscribe-form input[type="reset"],
.subscribe-form input[type="submit"] {
	position: absolute;
	top: 5px;
	right: 5px;
}

@media only screen and (max-width: 991px) {
	.call-to-action-btn {
		float: left;
		margin-top: 20px;
	}
}

/*-------------------------------------------------
    [ ### choose us block ]
*/
.choose-section {
	position: relative;
	overflow: hidden;
}
.choose-section .choose-element {
	position: absolute;
	bottom: -300px;
	left: 0;
	opacity: 0.1;
}
@media only screen and (max-width: 991px) {
	.choose-section .choose-element {
		bottom: -50px;
	}
}
.choose-item {
	padding: 30px;
	background-color: #0e1744;
	border-radius: 5px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
	text-align: center;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.choose-item::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #ffa805;
	z-index: -1;
	transition: all 0.3s;
	border-radius: 5px;
}

.choose-item .choose-icon {
	width: 80px;
	height: 80px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background-color: #ffa805;
	border-radius: 50%;
	transition: all 0.3s;
}
.choose-item .choose-icon i {
	font-size: 36px;
	color: #fff;
}
.choose-item .choose-content {
	margin-top: 25px;
}
.choose-item .choose-content .title {
	color: #fff;
	margin-bottom: 10px;
}
.choose-item .choose-content p {
	color: #dbdbdb;
	transition: all 0.3s;
}

.choose-item:hover .choose-content p {
	color: #fff;
}

/*-------------------------------------------------
    [ ### service block ]
*/
.service-item {
	background: #fff;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
	border: 1px solid #ffa805;
	padding: 30px 20px;
	border-radius: 3px;
	position: relative;
	z-index: 2;
	transition: all 0.3s;
}
@media only screen and (max-width: 991px) {
	.service-item {
		padding: 20px;
	}
}
.service-item.active,
.service-item:hover {
	background: #0e1744;
	border: 1px solid #0e1744;
}
.service-item.active .service-item-element,
.service-item:hover .service-item-element {
	opacity: 0.1;
}
.service-item.active .service-content .title,
.service-item:hover .service-content .title {
	color: #fff;
}
.service-item.active .service-content p,
.service-item:hover .service-content p {
	color: #fff;
}
.service-item .service-item-element {
	position: absolute;
	bottom: 0;
	z-index: -1;
	opacity: 0.3;
}

.service-icon {
	font-size: 50px;
	color: #ffa805;
}
@media only screen and (max-width: 991px) {
	.service-icon {
		font-size: 30px;
	}
}

.service-content {
	margin-top: 10px;
}
.service-content .title {
	margin-bottom: 10px;
}
.service-content p {
	font-size: 14px;
}
.service-content .service-btn {
	margin-top: 30px;
}

/*-------------------------------------------------
    [ ### faq block ]
*/
.faq-wrapper {
	margin-bottom: -30px;
}
.faq-wrapper .faq-item {
	border-radius: 3px;
	margin-bottom: 30px;
	transition: all 0.3s;
}
.faq-wrapper .faq-item .faq-title {
	font-size: 15px;
	align-items: center;
	cursor: pointer;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 7px 20px;
	margin-bottom: 0;
	border-radius: 5px;
	background: #ecedf0;
}
.faq-wrapper .faq-item .faq-title .title {
	width: calc(100% - 40px);
	display: inline-block;
	margin-bottom: 0;
}
.faq-wrapper .faq-item .faq-content {
	display: none;
	margin-top: 15px;
}
.faq-wrapper .faq-item .faq-content p {
	font-size: 15px;
}
.faq-wrapper .faq-item .right-icon {
	display: block;
	width: 35px;
	height: 35px;
	background-color: #ffa805;
	border-radius: 50%;
	position: relative;
}
.faq-wrapper .faq-item .right-icon::before,
.faq-wrapper .faq-item .right-icon::after {
	position: absolute;
	content: "";
	background: #fff;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	transition: all ease 0.3s;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.faq-wrapper .faq-item .right-icon::before {
	width: 2px;
	height: 16px;
	top: 50%;
	left: 50%;
}
.faq-wrapper .faq-item .right-icon::after {
	width: 16px;
	height: 2px;
	top: 50%;
	left: 50%;
}
.faq-wrapper .faq-item.active .faq-content {
	display: block;
}
.faq-wrapper .faq-item.active.open .right-icon::before {
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	-ms-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg);
}
.faq-wrapper .faq-item.open .faq-title {
	background: #0e1744;
	color: #fff;
}
.faq-wrapper .faq-item.open .right-icon::before {
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	-ms-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg);
}

/*-------------------------------------------------
    [ ### contact block ]
*/
.contact-section {
	overflow: hidden;
}

.contact-form-area .contact-form-header .title {
	margin-bottom: 3px;
}
.contact-form-area .contact-form-header p {
	font-size: 15px;
	margin-bottom: 30px;
}
.contact-form-area .form--control {
	font-size: 13px;
	border: 1px solid #cccccc;
	color: #444444;
	font-weight: 600;
}
.contact-widget {
	background: #f9f9f9;
	padding: 30px;
	border-radius: 3px;
}
.contact-widget .contact-form-header {
	margin-bottom: 15px;
}
.contact-widget .contact-form-header .title {
	font-weight: 600;
	margin-bottom: 10px;
	font-size: 26px;
}
.contact-widget .loc {
	font-size: 18px;
	font-weight: 700;
	color: #0e1744;
	margin-bottom: 10px;
}
.contact-widget .contact-item-list li {
	padding: 20px;
	background-color: #fff;
	font-size: 15px;
	border-radius: 5px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.contact-widget .contact-item-list li + li {
	margin-top: 20px;
}

.contact-widget .contact-item-list li i {
	background-color: #ffa805;
	color: #fff;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.contact-widget .contact-item-list li p {
	width: calc(100% - 45px);
	padding-left: 15px;
}

.contact-widget .contact-item-list li:hover a {
	color: #ffa805;
}

.contact-form-area {
	padding: 30px;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
}

@media (max-width: 575px) {
	.contact-form-area {
		padding: 15px;
	}
}

.contact-form textarea {
	min-height: 115px;
}

.map-area {
	background: linear-gradient(
		135deg,
		#fff 0%,
		#ededed 24%,
		#ededed 24%,
		#f3f3f3 24%,
		#fff 100%
	);
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
	padding: 10px;
}
.map-area iframe {
	width: 100%;
	height: 465px;
}

/*-------------------------------------------------
    [ ### account block ]
*/
/* #ffa805 */

/* #0E1744 */

.account-form-area {
	padding: 30px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
	border: 1px solid #e5e5e5;
}

/*-------------------------------------------------
    [ ### dashboard block ]
*/
.page-container {
	width: 100%;
	height: 100%;
}
.page-container.show .sidebar-menu {
	width: 60px;
}
.page-container.show .sidebar-menu .sidebar-main-menu li.has-sub {
	background-color: transparent;
}
.page-container.show .sidebar-menu .sidebar-main-menu li.has-sub a::before {
	display: none;
}
.page-container.show
	.sidebar-menu
	.sidebar-main-menu
	li:hover
	a
	span:not(.badge) {
	visibility: visible;
	zoom: 1;
	filter: alpha(opacity=100);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}
.page-container.show .sidebar-menu .sidebar-main-menu li a .title {
	display: none;
}
.page-container.show .sidebar-menu .sidebar-main-menu li .title {
	display: none;
}
.page-container.show .sidebar-menu .sidebar-main-menu li .sidebar-submenu {
	position: absolute;
	left: 60px;
	top: 0;
	visibility: hidden;
	opacity: 0;
	min-width: 220px;
	transition: all ease 0.5s;
	z-index: 999;
	background: #fff;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
	display: block;
}
.page-container.show .sidebar-menu .sidebar-main-menu li .sidebar-submenu a {
	display: flex;
	color: #444444;
	font-weight: 600;
	border-bottom: 1px solid #cccccc;
	border-radius: 0;
}
.page-container.show
	.sidebar-menu
	.sidebar-main-menu
	li
	.sidebar-submenu
	a:last-child {
	margin-bottom: 0;
}
.page-container.show
	.sidebar-menu
	.sidebar-main-menu
	li
	.sidebar-submenu
	.title {
	display: block !important;
}
.page-container.show .sidebar-menu .sidebar-main-menu li ul li a {
	padding-left: 20px;
}
.page-container.show
	.sidebar-menu
	.sidebar-main-menu
	li
	ul
	li
	.sidebar-submenu
	.title {
	display: block !important;
}
.page-container.show
	.sidebar-menu
	.sidebar-main-menu
	li:hover
	.sidebar-submenu {
	visibility: visible !important;
	opacity: 1 !important;
}
.page-container.show .footer-social li + li {
	margin-left: 0;
	margin-top: 10px;
}
.page-container.show .footer-area p {
	display: none;
}
.page-container.show .logo-env {
	display: block;
	padding: 20px;
}
.page-container.show .logo-env .logo {
	overflow: hidden;
	width: 0;
}
.page-container.show .logo-env .sidebar-collapse {
	display: block;
	padding: 0;
	right: 5px;
}
.page-container.show .copyright-area p {
	display: none;
}
.page-container.show .copyright-area .footer-social li + li {
	margin-left: 0;
	margin-top: 10px;
}
.page-container.show .body-wrapper {
	margin-left: 60px;
}
.page-container .sidebar-menu {
	width: 250px;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	background: #0e1744;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	z-index: 999;
	transition: all 0.3s;
}
@media only screen and (max-width: 991px) {
	.page-container .sidebar-menu {
		width: 100%;
		position: relative;
		min-height: 0px;
		display: block;
		border-bottom: 1px solid #ffffff1f;
	}
	.page-container.show .logo-env .logo {
		overflow: visible;
		width: auto;
	}
	.page-container.show .sidebar-menu {
		width: 100%;
	}
	.page-container.show .body-wrapper {
		margin-left: 0;
	}
}
@media only screen and (max-width: 991px) {
	.page-container .sidebar-menu .sidebar-main-menu {
		display: none;
		margin-bottom: 0;
	}
}
.page-container .sidebar-menu .sidebar-main-menu li {
	position: relative;
	font-size: 14px;
}
.page-container .sidebar-menu .sidebar-main-menu li.active a {
	background-color: rgba(223, 187, 89, 0.1);
	color: #ffa805;
}
.page-container .sidebar-menu .sidebar-main-menu li.active ul li a {
	background-color: transparent;
}
.page-container .sidebar-menu .sidebar-main-menu li.has-sub.active a {
	color: #fff;
}
.page-container.show .sidebar-menu .sidebar-main-menu li.has-sub.active a {
	color: #444444;
}
.page-container.show .sidebar-menu .sidebar-main-menu .open-icon-link > i {
	color: #fff;
}
.sidebar-submenu li.active > a {
	color: #ffa805 !important;
}
.page-container .sidebar-menu .sidebar-main-menu li.has-sub.active a::before {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.page-container .sidebar-menu .sidebar-main-menu li.has-sub a::before {
	position: absolute;
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	color: #ffa805;
	font-size: 14px;
	right: 20px;
	top: 10px;
}
.page-container .sidebar-menu .sidebar-main-menu li a {
	position: relative;
	display: flex;
	align-items: center;
	padding: 8px 20px;
	color: #fff;
	font-weight: 400;
	border-radius: 60px 0 0 60px;
	z-index: 2;
	transition: all 0.3s;
	margin-bottom: 10px;
}
.page-container .sidebar-menu .sidebar-main-menu li a:hover {
	background-color: rgba(223, 187, 89, 0.1);
	color: #ffa805;
}
.page-container .sidebar-menu .sidebar-main-menu li a i {
	margin-right: 8px;
	font-size: 24px;
}
.page-container .sidebar-menu .sidebar-main-menu li ul {
	position: relative;
	display: none;
	z-index: 1;
}
.page-container .sidebar-menu .sidebar-main-menu li ul li:last-child {
	border: none;
}
.page-container .sidebar-menu .sidebar-main-menu li ul li a {
	padding-left: 40px;
}
.page-container .sidebar-menu .sidebar-main-menu li ul li a::before {
	display: none;
}
.page-container .sidebar-menu .sidebar-menu-inner {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
@media only screen and (max-width: 991px) {
	.page-container .sidebar-menu .sidebar-menu-inner {
		display: block;
		min-height: auto;
	}
}
.page-container .sidebar-menu .logo-env {
	width: 100%;
	padding: 20px 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
@media only screen and (max-width: 991px) {
	.page-container .sidebar-menu .logo-env .sidebar-collapse {
		display: none;
	}
}
.page-container .sidebar-menu .logo-env .sidebar-mobile-menu {
	display: none;
}
@media only screen and (max-width: 991px) {
	.page-container .sidebar-menu .logo-env .sidebar-mobile-menu {
		display: block;
	}
}
.page-container .sidebar-menu .logo-env .sidebar-collapse,
.page-container .sidebar-menu .logo-env .sidebar-mobile-menu {
	position: relative;
}
.page-container .sidebar-menu .logo-env .sidebar-collapse a,
.page-container .sidebar-menu .logo-env .sidebar-mobile-menu a {
	font-size: 30px;
	color: #fff;
}

.sidebar-submenu.open {
	display: block !important;
}

.sidebar-single-menu.open .sidebar-submenu li.open a {
	position: relative !important;
}

.sidebar-single-menu.open .sidebar-submenu li.open a::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 2px;
	height: 100%;
	background-color: #0e1744;
}

.body-wrapper {
	margin-left: 250px;
	transition: all 0.3s;
}
@media only screen and (max-width: 991px) {
	.body-wrapper {
		margin-left: 0;
	}
}

.body-main-area {
	padding: 20px;
}

@media (max-width: 575px) {
	.body-main-area {
		padding: 10px;
	}
}

.body-header-area {
	background: #0e1744;
	padding: 12px 20px;
}
.body-header-area button,
.body-header-area input[type="button"],
.body-header-area input[type="reset"],
.body-header-area input[type="submit"] {
	background-color: transparent;
}

.body-header-left .title {
	font-size: 20px;
	color: #fff;
	margin-bottom: 0;
}
.body-header-left .title a {
	font-size: 16px;
	transition: all 0.3s;
}
.body-header-left .title a:hover {
	color: #ffa805;
}
@media only screen and (max-width: 991px) {
	.body-header-left .title {
		font-size: 18px;
	}
}

.header-user-thumb {
	width: 35px;
	height: 35px;
	line-height: 35px;
	display: inline-block;
	text-align: center;
	background: #ffa805;
	color: #fff;
	border-radius: 10px;
	font-size: 20px;
}

.dropdown-menu.dropdown-menu--sm {
	min-width: 12rem;
}

.dropdown-menu {
	pointer-events: none;
	display: block;
	opacity: 0;
	visibility: hidden;
	border: none;
	background: #fff;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
	right: 0;
}

.dropdown-menu.show {
	pointer-events: auto;
	opacity: 1;
	visibility: visible;
}

.dropdown-menu__item {
	border-bottom: 1px solid #cccccc;
}
.dropdown-menu__item:last-child {
	border: none;
}
.dropdown-menu__item .dropdown-menu__icon {
	margin-top: -5px;
	font-size: 18px;
}
.dropdown-menu__item .dropdown-menu__caption {
	padding-left: 10px;
	font-size: 13px;
	color: #444444;
	font-weight: 600;
}

.profile-settings-wrapper .preview-thumb.profile-wallpaper {
	display: block;
	position: relative;
}
.profile-settings-wrapper .preview-thumb.profile-wallpaper .avatar-preview {
	width: 100%;
	height: 250px;
	border-radius: 0;
}
.profile-settings-wrapper
	.preview-thumb.profile-wallpaper
	.avatar-preview
	.profilePicPreview {
	width: 100%;
	height: 250px;
	border-radius: 3px 3px 0 0;
	border: none;
	position: relative;
}

.profile-thumb-content {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	padding: 0 3rem;
}
@media only screen and (max-width: 767px) {
	.profile-thumb-content {
		display: block;
		text-align: center;
		padding: 0;
	}
}
.profile-thumb-content .profile-thumb {
	position: relative;
	display: inline-block;
	margin-right: 20px;
	margin-top: -100px;
}
.profile-thumb-content .profile-thumb .avatar-preview {
	width: 120px;
	height: 120px;
	border-radius: 50%;
}
.profile-thumb-content .profile-thumb .avatar-preview .profilePicPreview {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	border: 1px solid #cccccc;
	background: #fff;
	background-size: cover;
	background-repeat: no-repeat;
}
.profile-thumb-content .profile-thumb .avatar-edit {
	position: absolute;
	bottom: 0;
	right: 0;
}
.profile-thumb-content .profile-thumb .avatar-edit .profilePicUpload {
	width: 0;
	height: 0;
	opacity: 0;
	visibility: hidden;
}
.profile-thumb-content .profile-thumb .avatar-edit label {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	color: #0e1744;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	cursor: pointer;
	background: #f9f9f9;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}
.profile-thumb-content .profile-content {
	transform: translateY(-32px);
}
@media only screen and (max-width: 1580px) {
	.profile-thumb-content .profile-content {
		transform: none;
	}
}
.profile-thumb-content .profile-content .username {
	font-size: 16px;
}
.profile-thumb-content .profile-content .user-info-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: -5px -10px;
}
@media only screen and (max-width: 767px) {
	.profile-thumb-content .profile-content .user-info-list {
		justify-content: center;
	}
}
.profile-thumb-content .profile-content .user-info-list li {
	margin: 5px 10px;
	font-size: 14px;
	font-weight: 600;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color: #444444;
}
.profile-thumb-content .profile-content .user-info-list li i {
	font-size: 20px;
	margin-right: 5px;
	color: #ffa805;
}

.dashboard-item {
	background: #fff;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	overflow: hidden;
	padding: 20px;
	position: relative;
	z-index: 2;
	transition: all 0.3s;
}
.dashboard-item::before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background: rgba(33, 54, 87, 0.1);
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	z-index: -1;
}
.dashboard-item::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
	background-color: #0e1744;
	border-radius: 5px;
	z-index: -1;
}
.dashboard-item:hover {
	transform: translateY(-7px);
}

.dash-btn {
	position: absolute;
	top: 20px;
	right: 20px;
	padding: 0px 8px;
	background: #0e1744;
	font-family: "Exo 2", sans-serif;
	color: #fff !important;
	font-size: 10px;
	font-weight: 700;
	border-radius: 3px;
}

.dashboard-icon {
	color: #0e1744;
	font-size: 30px;
	margin-bottom: 10px;
}

.dashboard-content .title {
	font-size: 12px;
	letter-spacing: 1px;
}
.dashboard-content .num {
	font-size: 14px;
}

.growth-chart {
	height: 320px;
}

.chart-area {
	background-color: #fff;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	padding: 30px 15px 15px;
}

@media (max-width: 1199px) and (max-width: 575px) {
	.chart-wrapper {
		overflow: hidden;
		overflow-x: auto;
	}
}

@media (max-width: 1199px) and (max-width: 575px) {
	.chart-container {
		width: 600px;
	}
}

.payment-item {
	position: relative;
	background: #f9f9f9;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	border-radius: 10px;
	overflow: hidden;
	transition: all 0.3s;
}
.payment-item:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
@media only screen and (max-width: 499px) {
	.payment-item {
		display: block;
		text-align: center;
	}
}
.payment-item::after {
	position: absolute;
	content: "";
	top: 0;
	left: 35%;
	width: 1px;
	height: 100%;
	background-color: #cccccc;
}
@media only screen and (max-width: 1799px) {
	.payment-item::after {
		display: none;
	}
}

.payment-badge {
	top: -1px;
	right: -1px;
	width: 40px;
	height: 40px;
	position: absolute;
	border-right: 50px solid #ffa805;
	border-bottom: 50px solid transparent;
}
.payment-badge i {
	right: -44px;
	top: 0;
	color: #fff;
	bottom: auto;
	font-size: 16px;
	line-height: 30px;
	position: absolute;
}

.payment-thumb {
	width: 200px;
}
.payment-thumb img {
	width: 100%;
}
@media only screen and (max-width: 499px) {
	.payment-thumb {
		width: 100%;
	}
}

.payment-preview-item .payment-thumb {
	width: 300px;
}
@media only screen and (max-width: 767px) {
	.payment-preview-item .payment-thumb {
		width: 200px;
	}
}
@media only screen and (max-width: 499px) {
	.payment-preview-item .payment-thumb {
		width: 100%;
	}
}
.payment-preview-item .payment-content {
	width: 620px;
}
@media only screen and (max-width: 1799px) {
	.payment-preview-item .payment-content {
		width: calc(100% - 300px);
		padding-left: 20px;
	}
}
@media only screen and (max-width: 767px) {
	.payment-preview-item .payment-content {
		width: calc(100% - 200px);
	}
}
@media only screen and (max-width: 499px) {
	.payment-preview-item .payment-content {
		width: 100%;
		padding-top: 20px;
	}
}

.payment-content {
	width: 450px;
}
@media only screen and (max-width: 1699px) {
	.payment-content {
		width: calc(100% - 200px);
		padding-left: 20px;
	}
}
@media only screen and (max-width: 499px) {
	.payment-content {
		width: 100%;
		padding-top: 20px;
	}
}

.payment-list li {
	padding-bottom: 10px;
	font-size: 14px;
	margin-bottom: 10px;
	border-bottom: 1px solid #cccccc;
	font-weight: 600;
}
.payment-list li span {
	font-weight: 700;
}

.footer-area {
	padding: 20px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 991px) {
	.footer-area {
		display: none;
	}
}
.footer-area p {
	font-weight: 500;
	margin-top: 10px;
	font-size: 14px;
	color: #fff;
}

/*--------------------------------------------------------------
    [ ## Blog ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ### blog block ]
*/
.blog-section {
	overflow: hidden !important;
	position: relative;
}
.blog-section .blog-element {
	position: absolute;
	top: 0;
	opacity: 0.4;
}

.blog-item {
	background-color: #ffffff;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	overflow: hidden;
}

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

.blog-content {
	padding: 18px;
	position: relative;
	z-index: 2;
}
.blog-content .title {
	font-size: 18px;
}
.blog-item .title a {
	transition: all 0.3s;
}
.blog-item:hover .title a {
	color: #ffa805;
}
.blog-content .blog-item-element {
	position: absolute;
	bottom: 0;
	opacity: 0.4;
	z-index: -1;
}
.blog-content p {
	font-size: 15px;
}

.blog-btn a {
	padding: 4px 12px;
	font-size: 12px;
}

.blog-details-section {
	overflow: visible;
}
.blog-details-section .blog-thumb {
	height: 400px;
}
.blog-details-section .blog-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.blog-details-section .blog-content .blog-item-element {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.blog-details-section .blog-content .blog-item-element img {
	width: 100%;
}
.blog-details-section .blog-content .title {
	font-size: 24px;
}

.blog-social-area {
	margin-top: 30px;
}
.blog-social-area .title {
	margin-bottom: 0;
	font-size: 18px;
}
@media only screen and (max-width: 991px) {
	.blog-social-area .title {
		margin-bottom: 10px;
	}
}
.blog-social-area .blog-social {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: -3px;
}
.blog-social-area .blog-social li {
	margin: 3px;
}
.blog-social-area .blog-social li a {
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #0e1744;
	color: #fff;
	text-align: center;
	font-size: 13px;
	border-radius: 5px;
	transition: all 0.3s;
}
.blog-social-area .blog-social li a:hover {
	background-color: #ffa805;
	color: #fff;
}

.widget-box {
	background-color: #fff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	padding: 20px;
	border-radius: 10px;
}
.widget-box .widget-title {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 5px;
	margin-bottom: 15px;
	font-weight: 600;
}

.popular-widget-box {
	margin-bottom: -10px;
}

.single-popular-item {
	margin-bottom: 15px;
}
.single-popular-item .popular-item-thumb {
	width: 90px;
	border-radius: 5px;
	overflow: hidden;
}
.single-popular-item .popular-item-content {
	width: calc(100% - 90px);
	padding-left: 10px;
}
.single-popular-item .popular-item-content .title {
	font-size: 14px;
	margin-bottom: 0;
	font-weight: 600;
	transition: all 0.3s;
}

.single-popular-item:hover .popular-item-content .title {
	color: #ffa805;
}

.single-popular-item .popular-item-content .blog-date {
	font-size: 13px;
	font-weight: 600;
}
.modal {
	z-index: 9999;
}
.remove-btn {
	height: 45px;
	color: #fff;
	border-radius: 0 5px 5px 0;
}
.height--base {
	height: 40px;
	border: 1px solid #cccccc;
}
.radius--right {
	border-radius: 0 5px 5px 0 !important;
}

.radius--left {
	border-radius: 5px 0 0 5px !important;
}

.btn-block {
	width: 100%;
}
.body-main-area .nav-tabs {
	margin-top: 25px;
	margin-bottom: 25px;
}
.admin-box {
	background-color: #ffd96729;
}
.ticket-reply-single {
	padding: 30px 0;
	border-bottom: 1px solid #e5e5e5;
}
.ticket-reply-single:first-child {
	padding-top: 0;
}
.ticket-reply-single:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.ticket-reply-single .top {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 10px;
}
.ticket-reply-single .top .left {
	width: calc(100% - 30px);
}
.ticket-reply-single .top .right {
	width: 30px;
}
.ticket-reply-single .top .right .btn {
	padding: 4px;
	width: 30px;
	height: 30px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
}
.ticket-reply-single .top .right .btn i {
	margin: 0;
}
.ticket-reply-single .reply-box {
	padding: 20px;
	border-radius: 8px;
	background: #ddd;
	background: -webkit-linear-gradient(to bottom, #2c3e5014, #bdc3c700);
	background: linear-gradient(to bottom, #2c3e5014, #bdc3c700);
}
@media (max-width: 480px) {
	.ticket-reply-single .reply-box {
		padding: 15px;
	}
}
.ticket-reply-single .reply-box .left p,
.ticket-reply-single .reply-box .left span {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
}
.ticket-reply-single .reply-box .name {
	font-size: 18px;
}

.admin-reply.ticket-reply-single .reply-box {
	background: #ddd;
	background: -webkit-linear-gradient(to bottom, #c1aa1124, #bdc3c700);
	background: linear-gradient(to bottom, #c1aa1124, #bdc3c700);
}

.ticket-attach-file {
	padding: 2px 10px;
	background-color: #5352ed24;
	border-radius: 3px;
	color: #5352ed;
	font-size: 13px;
}

.ticket-reply-inbox {
	position: relative;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	height: 160px;
}

.ticket-reply-inbox textarea {
	height: 110px;
	resize: none;
	border: none;
}
.ticket-reply-inbox textarea:focus {
	box-shadow: none;
}
.ticket-reply-inbox .ticket-reply-btn {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.ticket-reply-inbox .ticket-reply-attachment {
	position: absolute;
	left: 10px;
	bottom: 10px;
	background-color: #f1f1f1;
	padding: 3px 10px;
	color: #777;
	border-radius: 3px;
	font-size: 14px;
}

@media (max-width: 360px) {
	.ticket-reply-inbox {
		height: 200px;
	}
	.ticket-reply-inbox .ticket-reply-btn,
	.ticket-reply-inbox .ticket-reply-attachment {
		width: calc(100% - 20px);
	}
	.ticket-reply-inbox .ticket-reply-attachment {
		bottom: 54px;
	}
}

.attachment-area {
	display: none;
}
.forgot-item input[type="checkbox"],
.form-group input[type="checkbox"] {
	transform: translateY(2px);
}
