@font-face {
	font-family: "JF-Flat-Regular";
	src: url("../fonts/JF-Flat-Regular.ttf");
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	color: #9B6F1A;
	text-decoration: none;
	background-color: transparent;
}

a:hover {
	color: #0056b3;
	text-decoration:none;
}

html {
  overflow-x: hidden;
}


.img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}


.h-icon  {
	margin-top:10px;
}
.h-icon p a {
	border: 1px solid #e6e6e6;
	/* width: 40px; */
	/* height: 40px; */
	border-radius: 50%;
	margin-right: 4px;

	padding:0px 10px 0px 10px ;
		font-size: 14px;
	/* background: #DCA842; */
	color: #fff;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 10px;
	float:left;
}



.h-icon p a:hover {
	background: #8F771D;
	border-color: #8F771D;
		color: #fff;

}

.h-icon p a:hover span {
	color: #fff;
}

@media (max-width: 991.98px) {

	.h-icon p a {
		border-color: #fff;
		/* width: 30px; */
			color: #333333;
	background: #fff;

		/* height: 30px; */
	}
	.h-icon p a span {
		color: #fff;
	}
}

.lead {
	font-weight: normal!important;
}



.featurette {
	margin: 50px 0px 50px 0px;
}

.icon-box {
	padding: 30px;
	position: relative;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
	transition: all 0.3s ease-in-out;
	border-radius: 8px;
	z-index: 1;
	margin-top: 10px;
}

.ribbon {
	padding: 0 20px;
	height: 30px;
	line-height: 30px;
	clear: left;
	position: absolute;
	top: 12px;
	left: 0px;
	color: #fff;
	z-index: 2;
}

.ribbon-secondary {
	background: #FAFAFA;
}

.ribbon-bookmark:before {
	position: absolute;
	top: 0;
	left: 100%;
	display: block;
	width: 0;
	height: 0;
	content: '';
	border: 15px solid #2c323f;
	border-right: 10px solid transparent;
}

.ribbon-secondary a {
	color: #fff;
}

.ribbon-bookmark.ribbon-secondary:before {
	border-color: #FAFAFA;
	border-right-color: transparent;
}

.card {
	border-radius: 7px;
	border-color: #e1e7ec;
	margin-bottom: 5px;
}

.card-header {
	border-bottom-color: #e1e7ec;
}

.card-header h1,
.card-header .h1,
.card-header h2,
.card-header .h2,
.card-header h3,
.card-header .h3,
.card-header h4,
.card-header .h4,
.card-header h5,
.card-header .h5,
.card-header h6,
.card-header .h6 {
	margin-bottom: 0;
}

.card-header:first-child {
	border-radius: 7px 7px 0 0;
}

.card-header,
.card-footer {
	background-color: #f5f5f5;
}

.card-footer {
	border-top-color: #e1e7ec;
}

.card-footer:last-child {
	border-radius: 0 0 7px 7px;
}

.card-body p:last-child,
.card-body ol:last-child,
.card-body ul:last-child {
	margin-bottom: 0;
}

.card-body .tab-content {
	padding: 0;
	border: 0;
}

.card.bg-primary {
	border-color: #027466!important;
	border: 0px;
}
.ribbon a{
	color:#000;
}

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

.opacity-75 {
	opacity: .75 !important;
	float: right;
}

.text-white {
	color: #ffffff !important;
}

.card.bg-primary .card-header {
	border-bottom-color: #0c98d7;
	background-color: #0ca2e5;
}

.card.bg-secondary .card-header,
.card.bg-faded .card-header {
	background-color: #ededed;
}

.card.bg-success {
	border-color: #29ca90;
}

.card.bg-success .card-header {
	border-bottom-color: #29ca90;
	background-color: #2bd396;
}

.card.bg-info {
	border-color: #1cb3e0;
}

.card.bg-info .card-header {
	border-bottom-color: #1cb3e0;
	background-color: #35bde6;
}

.card.bg-warning {
	border-color: #ff9e12;
}

.card.bg-warning .card-header {
	border-bottom-color: #ff9e12;
	background-color: #ffaa30;
}

.card.bg-danger {
	border-color: #ff1515;
}

.card.bg-danger .card-header {
	border-bottom-color: #ff1515;
	background-color: #ff3333;
}

.card.bg-dark {
	border-color: #262e38;
}

.card.bg-dark .card-header {
	border-bottom-color: #262e38;
	background-color: #2b333e;
}

.text-white .card-title,
.text-light .card-title {
	color: #ffffff;
}

.card-group .card .card-footer {
	border-radius: 0;
}

.card-group .card:first-child .card-footer {
	border-bottom-left-radius: 7px;
}

.card-group .card:last-child .card-footer {
	border-bottom-right-radius: 7px;
}

.card-img-tiles {
	display: block;
	border-bottom: 1px solid #e1e7ec;
}

.card-img-tiles>.inner {
	display: table;
	width: 100%;
}

.card-img-tiles .main-img,
.card-img-tiles .thumblist {
	display: table-cell;
	width: 65%;
	padding: 15px;
	vertical-align: middle;
}

.card-img-tiles .main-img>img,
.card-img-tiles .thumblist>img {
	display: block;
	width: 100%;
	margin-bottom: 6px;
}

.card-img-tiles .main-img>img:last-child,
.card-img-tiles .thumblist>img:last-child {
	margin-bottom: 0;
}

.card-img-tiles .thumblist {
	width: 35%;
	border-left: 1px solid #e1e7ec;
}

.category-card .view-button {
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	transition: all .4s;
	opacity: 0;
}

.category-card:hover .view-button {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.touchevents .category-card .view-button {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.img64 {
	width: 64px;
	height: auto;
}


.intro {
	padding-top:10px;
	animation: up-down 2s ease-in-out infinite alternate-reverse both!important;
}

@-webkit-keyframes up-down {
	0% {
		transform: translateY(10px);
	}
	100% {
		transform: translateY(-10px);
	}
}

@keyframes up-down {
	0% {
		transform: translateY(10px);
	}
	100% {
		transform: translateY(-10px);
	}
}

@-webkit-keyframes animate-loading {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@keyframes animate-loading {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}


.form-group label {
	margin-bottom: 8px;
	padding-left: 18px;
	font-size: 13px;
	font-weight: 500;
	cursor: pointer;
}

label {
	display: inline-block;
	margin-bottom: .5rem;
}

.text-uppercase {
	letter-spacing: .04em;
}

.text-normal {
	font-weight: normal !important;
}

.text-muted {
	color: #9da9b9 !important;
	font-size: 19px;
}

.text-muted {
	color: #6c757d !important;
	font-size: 19px;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.page-title {
	width: 100%;
	margin-bottom: 60px;
	padding: 36px 0;
	border-bottom: 1px solid #e1e7ec;
	background-color: #f5f5f5;
}

.page-title>.container,
.page-title>.container-fluid {
	display: table;
}

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

.page-title .column:first-child {
	padding-right: 20px;
}

.page-title h1,
.page-title h2,
.page-title h3 {
	margin: 0;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.25;
}

@media (max-width: 576px) {
	.page-title {
		margin-bottom: 53px;
	}
}

.breadcrumbs {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}

.breadcrumbs>li {
	display: inline-block;
	margin-left: 5px;
	padding: 5px 0;
	color: #9da9b9;
	font-size: 14px;
	cursor: default;
	vertical-align: middle;
}

.breadcrumbs>li.separator {
	width: 3px;
	height: 3px;
	margin-top: 2px;
	padding: 0;
	border-radius: 50%;
	background-color: #9da9b9;
}

.breadcrumbs>li>a {
	transition: color .25s;
	color: #606975;
	text-decoration: none;
}

.breadcrumbs>li>a:hover {
	color: #0da9ef;
}

@media (max-width: 768px) {
	.page-title>.container,
	.page-title>.container-fluid {
		display: block;
	}
	.page-title .column {
		display: block;
		width: 100%;
		text-align: center;
	}
	.page-title .column:first-child {
		padding-right: 0;
	}
	.breadcrumbs {
		padding-top: 10px;
		text-align: center;
	}
	.breadcrumbs>li {
		margin-left: 3px;
		margin-margin-right: 3px;
	}
}

.tag {
	display: inline-block;
	height: 28px;
	margin-right: 4px;
	margin-bottom: 8px;
	padding: 0 12px;
	transition: all .3s;
	border: 1px solid #e1e7ec;
	color: #606975 !important;
	font-size: 13px;
	font-weight: 500;
	line-height: 25px;
	text-decoration: none !important;
	white-space: nowrap;
}

.tag:hover {
	background-color: #f5f5f5;
	color: #606975 !important;
}

.tag.active {
	border-color: #0da9ef;
	background-color: #0da9ef;
	color: #ffffff !important;
	cursor: default;
}

.accordion_2 .card {
	border: 0;
	margin-bottom: 5px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}

.accordion_2 .card .card-header {
	background-color: #fff;
	border-bottom: 1px solid #ededed;
	padding: 20px;
}

.accordion_2 .card-body {
	padding-bottom: 0;
}

.accordion_2 .card-header h5 {
	font-size: 16px;
	font-size: 1rem;
}

.accordion_2 .card-header h5 a {
	border: 0;
	display: block;
	color: #999;
}

.accordion_2 .card-header h5 a i.indicator {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: normal;
	float: right;
	color: #2955a9;
}


/***************** Login ***********************************************/

.heading-section {
	font-size: 28px;
	color: #000;
}

.wrap {
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 5px;
	-webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
	-moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
}

.text-wrap,
.login-wrap {
	width: 100%;
}

@media (min-width: 992px) {
	.text-wrap,
	.login-wrap {
		width: 100%;
	}
}

.text-wrap {
	background: #7fa998;
}

.text-wrap .text {
	color: #fff;
}

.text-wrap .text h2 {
	font-weight: 700;
	color: #fff;
}

.text-wrap .text .icon {
	margin: 0 auto;
	margin-bottom: 10px;
}

.text-wrap .text .icon span {
	font-size: 80px;
	color: #fff;
}

.login-wrap {
	position: relative;
	background: #fff;
}

.login-wrap h3 {
	font-weight: 700;
}

.login-wrap h3 span {
	font-size: 16px;
	display: block;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.4);
}

.btn {
	cursor: pointer;
	border-radius: 40px;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 15px;
}

.btn:hover,
.btn:active,
.btn:focus {
	outline: none;
}

.btn.btn-primary {
	background: #7fa998 !important;
	border: 1px solid #7fa998 !important;
	color: #fff !important;
	-webkit-box-shadow: 0px 10px 19px -16px rgba(0, 0, 0, 0.29) !important;
	-moz-box-shadow: 0px 10px 19px -16px rgba(0, 0, 0, 0.29) !important;
	box-shadow: 0px 10px 19px -16px rgba(0, 0, 0, 0.29) !important;
}

.btn.btn-primary:hover {
	border: 1px solid #7fa998;
	background: transparent;
	color: #7fa998;
}

.btn.btn-primary.btn-outline-primary {
	border: 1px solid #7fa998;
	background: transparent;
	color: #7fa998;
}

.btn.btn-primary.btn-outline-primary:hover {
	border: 1px solid transparent;
	background: #7fa998;
	color: #fff;
}

.btn.btn-white {
	background: #fff;
	border: 1px solid #fff;
	color: #fff;
}

.btn.btn-white:hover {
	border: 1px solid #fff;
	background: transparent;
	color: #fff;
}

.btn.btn-white.btn-outline-white {
	border: 1px solid #fff;
	background: transparent;
	color: #fff;
}

.btn.btn-white.btn-outline-white:hover {
	border: 1px solid transparent;
	background: #fff;
	color: #000;
}

.alert{
	font-size:14px;
}

.login {
	border-radius: 2px 2px 5px 5px;
	padding: 10px 20px 20px 20px;
	width: 100%;
	background: #ffffff;
	position: relative;
	padding-bottom: 80px;
	/* box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3); */
}

.login.loading button {
	max-height: 100%;
	padding-top: 50px;
}

.login.loading button .spinner {
	opacity: 1;
	top: 40%;
}

.login.ok button {
	background-color: #8bc34a;
}

.login.ok button .spinner {
	border-radius: 0;
	border-top-color: transparent;
	border-right-color: transparent;
	height: 20px;
	animation: none;
	transform: rotateZ(-45deg);
}


.login a {
	font-size: 0.8em;
	color: #2196F3;
	text-decoration: none;
}

.login .title {
	color: #444;
	font-size: 1.2em;
	font-weight: bold;
	margin: 10px 0 30px 0;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}

.login button {
	width: 100%;
	height: 100%;
	padding: 10px 10px;
	background: #2196F3;
	color: #fff;
	display: block;
	border: none;
	margin-top: 20px;
	position: absolute;
	left: 0;
	bottom: 0;
	max-height: 60px;
	border: 0px solid rgba(0, 0, 0, 0.1);
	border-radius: 0 0 2px 2px;
	transform: rotateZ(0deg);
	transition: all 0.1s ease-out;
	border-bottom-width: 7px;
}

.login button .spinner {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	border: 4px solid #ffffff;
	border-top-color: rgba(255, 255, 255, 0.3);
	border-radius: 100%;
	left: 50%;
	top: 0;
	opacity: 0;
	margin-left: -20px;
	margin-top: -20px;
	animation: spinner 0.6s infinite linear;
	transition: top 0.3s 0.3s ease, opacity 0.3s 0.3s ease, border-radius 0.3s ease;
	box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}

.login:not(.loading) button:hover {
	box-shadow: 0px 1px 3px #2196F3;
}

.login:not(.loading) button:focus {
	border-bottom-width: 4px;
}


/***************** Login ***********************************************/

a.btn_1,
.btn_1 {
	border: none;
	color: #fff;
	background: #DCA842;
	outline: none;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	padding: 12px 25px;
	color: #fff;
	font-weight: 400;
	text-align: center;
	line-height: 1;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 10px;
	font-size: 14px;
	font-size: 0.875rem;
}

a.btn_1:hover,
.btn_1:hover {
	background-color: #0f293b;
}


.pt-100{
    padding-top:100px;
}
.pb-100{
    padding-bottom:100px;
}
.section-title {
  margin-bottom: 60px;
}
.section-title p {
	color: #777;
	font-size: 16px;
}
.section-title h4 {
	text-transform: capitalize;
	font-size: 40px;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-weight: 600;
}
.section-title h4:before {
	position: absolute;
	content: "";
	width: 60px;
	height: 2px;
	background-color: #027466;
	bottom: 0;
	left: 50%;
	margin-left: -30px;
}
.section-title h4:after {
	position: absolute;
	background-color: #027466;
	content: "";
	width: 10px;
	height: 10px;
	bottom: -4px;
	left: 50%;
	margin-left: -5px;
	border-radius: 50%;
}
ul.timeline-list {
	position: relative;
	margin: 0;
	padding: 0
}
ul.timeline-list:before {
	position: absolute;
	content: "";
	width: 2px;
	height: 100%;
	background-color: #027466;
	left: 50%;
	top: 0;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
ul.timeline-list li {
	position: relative;
    width: 100%;
	clear: both;
	display: table;
}
.timeline_content {
	border: 2px solid #027466;
	background-color:#fff
}
ul.timeline-list li .timeline_content {
	width: 45%;
	color: #333;
	padding: 30px;
	float: left;
	text-align: right;
}
ul.timeline-list li:nth-child(2n) .timeline_content {
	float: right;
	text-align: left;
}
.timeline_content h4 {
	font-size: 19px;
	font-weight: 600;
	margin: 10px 0;
}
ul.timeline-list li:before {
	position: absolute;
	content: "";
	width: 25px;
	height: 25px;
	background-color: #027466;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	border-radius: 50%;
}
.timeline_content span {
	font-size: 15px;
	font-weight: 500;
	font-family: poppins;
	color: #027466;
}


