/********** tags **********/
hr {
	margin-top: 6px;
	margin-bottom: 12px;
}

/********** containers **********/
#nav-control, #right-pane {
	height: 400px;
}

.owl-stage {
	height: 400px;
	overflow: hidden;
}

.bodycontent {
	box-sizing: border-box;
	padding: 10px 15px 0px 15px;
	background: #efefef;
	min-height: 20px;
}
/********** header **********/
header {
	border-bottom: 1px solid #ccc;
}

/********** search-area **********/
#search-box {
	display: none;
	padding: 1px !important;
	height: 44px;
	width: 100%;
	padding: 1px !important;
}

#search-box .dropdown {
	margin: 0px;
}

#search-key {
	margin-top: 5px;
}
/********** left-nav **********/
#nav-control {
	padding-left: 0px;
}

#nav-control>li {
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	cursor: pointer;
	height: 81px;
	border-radius: 0px;
	padding: 10px;
}

.list-group-item h4 {
	font-weight: 400;
}

.list-group-item.active h4 {
	color: #fff;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover
	{
	background-color: #1F3F5E;
	border-color: #1F3F5E;
	position: relative;
	outline: 0;
}

.list-group-item:hover {
	background: #efefef;
}

.list-group-item.active:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(85, 85, 85, 0);
	border-left-color: #1F3F5E;
	border-width: 14px;
	margin-top: -14px;
}

.list-group-item .nav-icon {
	background: #f2f2f2;
	width: 60px;
	height: 60px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	float: left;
	text-align: center;
	margin-right: 10px;
}

.list-group-item .nav-icon img {
	display: inline-block;
	float: none;
}

/********** others **********/
.logo-lg img {
	max-height: 100px;
}

/* .logo-lg {
	
} */

/********** carousel **********/
#carousel-content {
	padding: 0px;
	height: 420px;
	overflow: hidden;
}

.owl-carousel-container {
	display: none;
}

.owl-dots {
	margin-top: 0px !important;
}

.owl-theme .owl-dots .owl-dot span {
	margin: 2px 6px;
	background: #6a6a6a;
	width: 8px;
	height: 8px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span
	{
	background: #1F3F5E;
}

#owl-carousel-about .owl-carousel .owl-item img {
	object-fit: cover;
	height: fit-content;
}

#owl-carousel-about h4 {
	font-size: 28px;
	height: auto;
	left: 3%;
	font-weight: 400;
	letter-spacing: -0.5px;
	color: #fff;
	text-shadow: 1px 1px 5px #000;
	top: 45%;
	position: absolute;
	width: 45%;
}

#owl-carousel-about h4 span {
	font-weight: 300;
}

#owl-carousel-lrt .owl-item, #owl-carousel-source .owl-item {
	margin-right: 20px;
}

#owl-carousel-source  img {
	width: 150px;
	display: block;
	margin: 0 auto;
	padding-top: 50px;
}

.slide-large {
	height: 400px;
	background: #fff;
}

.slide-text {
	height: 120px;
	position: absolute;
	width: 100%;
	color: #252420;
	display: block;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.7);
}

.slide-title {
	margin: 5px 15px;
	padding: 0;
	line-height: 22px;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	display: inline-block;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
}

.slide-desc {
	font-size: 16px;
	line-height: 24px;
	color: #FFF;
	font-weight: 400;
	padding: 10px 15px 0;
	background-color: #1F3F5E;
	height: 100%;
}

/********** log-in box **********/
.login-box {
	background: #fff;
	margin-bottom: 10px;
	border: #c0c0c0 solid 1px;
	overflow: hidden;
	height: 400px;
}

.login-box h3 {
	padding: 8px;
	margin: 0;
	background: #1F3F5E;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	text-transform: none;
	color: #fff;
}

.login-box-body {
	padding: 5px 10px;
	text-align: center;
}

.btn-warning-border {
	border: 1px solid #ff5722;
}

.btn-warning-border:hover {
	background-color: #ff5722 !important;
	color: #fff !important;
}

/********** social buttons **********/
.social-logo i {
	color: #fff;
	font-size: large;
	/* 	vertical-align: middle; */
}

.social-logo {
	height: 35px !important;
	min-width: 35px !important;
	width: 35px !important;
	padding: 9px !important;
	font-size: smaller !important;
}

.btn-fb {
	background-color: #3b5998 !important;
}

.btn-fb:focus, .btn-fb:hover {
	background-color: #4264aa !important;
}

.btn-tw {
	background-color: #55ACEE !important
}

.btn-tw:focus, .btn-tw:hover {
	background-color: #6cb7f0 !important
}

.btn-gplus {
	background-color: #DD4B39 !important
}

.btn-gplus:focus, .btn-gplus:hover {
	background-color: #e15f4f !important
}

.btn-instra {
	background: rgb(66, 66, 224);
	background: linear-gradient(90deg, rgba(66, 66, 224, 1) 0%,
		rgba(210, 20, 114, 1) 50%, rgba(248, 160, 0, 1) 100%);
}

.btn-instra:hover {
	background: rgb(105, 105, 238);
	background: linear-gradient(90deg, rgba(78, 78, 235, 1) 0%,
		rgba(230, 35, 132, 1) 50%, rgba(250, 174, 36, 1) 100%);
}

.btn-li {
	background-color: #0082CA !important
}

.btn-li:focus, .btn-li:hover {
	background-color: #0092e4 !important
}

/********** flipper **********/
.flip-container {
	height: 190px;
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-o-perspective: 1000;
	perspective: 1000;
}

.flip-container a {
	text-decoration: none;
}

.flip-container:hover .flipper, .flip-container.hover .flipper {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.flipper {
	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	-moz-transition: 0.6s;
	-moz-transform-style: preserve-3d;
	-o-transition: 0.6s;
	-o-transform-style: preserve-3d;
	transition: 0.6s;
	transform-style: preserve-3d;
	/* 	position: absolute; */
	width: 100%;
	height: 100%;
	text-align: center;
}

.front, .back {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	height: 100%;
	color: #fff;
	padding: 15px;
}

.front {
	background: #1F3F5E;
}

.back {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
	background: #1F3F5E;
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 20px;
}

.front>div {
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 100px;
	width: 100px;
	display: inline-block;
	line-height: 100px;
}

.front>div img {
	width: 50px;
	height: 50px;
	fill: #1F3F5E;
	margin-top: 20px;
}

/********** footer **********/
footer {
	background: #1F3F5E;
	color: #fff;
}

footer>.container-fluid {
	padding: 10px !important;
}

footer.page-footer .footer-copyright {
	overflow: hidden;
	height: 23px;
	line-height: 23px;
	color: rgba(255, 255, 255, .8)
}

footer.page-footer .footerlink>li>a {
	line-height: 30px;
	position: relative;
	padding-left: 10px;
	font-weight: 400;
}

.footerlink>li>a:before {
	content: "\f0da";
	font-family: 'FontAwesome', Roboto;
	left: 0;
	position: absolute;
	top: -5px;
	font-size: 12px;
}

.footerlink {
	color: #fff;
	list-style: none;
	color: #fff;
	padding: 0px;
	margin: 0px !important;
}

.footerlink a {
	color: #fff;
}

.footer-copyright {
	background: #1F3F5E;
	color: white;
}

.footerlink li p a {
	padding: 10px 0 !important;
	text-align: center;
}

.footerlink li p a i {
	font-size: 20px;
	color: #fff;
}

.applink {
	margin: 0;
	padding: 0;
	list-style: none;
}

.applink li {
	margin: 10px 4px 0;
	float: left;
}

.applink li:first-child {
	margin-left: 0;
}

.applink li a {
	display: block;
	text-decoration: none;
	overflow: hidden;
	background: url("/img/landing-page/appstoregrapgic.png" );
	height: 35px;
	width: 112px;
	background-repeat: no-repeat;
	text-indent: -1000px;
	outline: none;
}

.applink li a.appstore {
	background-position: 0 0
}

.applink li a.gplay {
	background-position: -119px 0
}

.applink li a.wstore {
	background-position: -239px 0
}

#modal-covid {
	margin-top: 100px;
}