/* stylelint-disable selector-list-comma-newline-after */

@font-face {
	font-family: Roboto-Regular;
	src: url('../fonts/Roboto/Roboto-Regular.ttf');
}
@font-face {
	font-family: Roboto-Medium;
	src: url('../fonts/Roboto/Roboto-Medium.ttf');
}
@font-face {
	font-family: Roboto-Bold;
	src: url('../fonts/Roboto/Roboto-Bold.ttf');
}
@font-face {
	font-family: Roboto-Black;
	src: url('../fonts/Roboto/Roboto-Black.ttf');
}
/*------------------------------------------------------------------
[ 2 ]*/
@font-face {
	font-family: Lato-Regular;
	src: url('../fonts/Lato/Lato-Regular.ttf');
}
/**/

/*.blog-header {
  line-height: 1;
  border-bottom: 1px solid #e5e5e5;
}

.blog-header-logo {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 2.25rem;
}

.blog-header-logo:hover {
  text-decoration: none;
}*/
* {
	font-family: 'Roboto-Regular';
}
.display-4 {
	font-size: 2.5rem;
}
@media (min-width: 768px) {
.display-4 {
	font-size: 3rem;
}
}
.nav-scroller {
	position: relative;
	z-index: 2;
	height: 2.75rem;
	overflow-y: hidden;
}
.nav-scroller .nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding-bottom: 1rem;
	margin-top: -1px;
	overflow-x: auto;
	text-align: center;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}
.nav-scroller .nav-link {
 padding-top: .75rem;
 padding-bottom: .75rem;
 font-size: .875rem;
}
.card-img-right {
	height: 100%;
	border-radius: 0 3px 3px 0;
}
.flex-auto {
	-ms-flex: 0 0 auto;
	-webkit-box-flex: 0;
	flex: 0 0 auto;
}
.h-250 {
	height: 250px;
}
@media (min-width: 768px) {
.h-md-250 {
	height: 250px;
}
}
.border-top {
	border-top: 1px solid #e5e5e5;
}
.border-bottom {
	border-bottom: 1px solid #e5e5e5;
}
.box-shadow {
box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}
/*
 * Blog name and description
 */
.blog-title {
	margin-bottom: 0;
	font-size: 2rem;
	font-weight: 400;
}
.blog-description {
	font-size: 1.1rem;
	color: #999;
}
 @media (min-width: 40em) {
.blog-title {
	font-size: 3.5rem;
}
}
/* Pagination */
.blog-pagination {
	margin-bottom: 4rem;
}
.blog-pagination > .btn {
	border-radius: 2rem;
}
/*
 * Blog posts
 */
.blog-post {
	margin-bottom: 4rem;
}
.blog-post-title {
 margin-bottom: .25rem;
	font-size: 2.5rem;
}
.blog-post-meta {
	margin-bottom: 1.25rem;
	color: #999;
}
/*
 * Footer
 */
.blog-footer {
	padding: 0.5rem 0;
	color: #999;
	text-align: center;
	background-color: #0a0b57;
 border-top: .05rem solid #e5e5e5;
}
.blog-footer p:last-child {
	margin-bottom: 0;
}
/**/
.topbar {
	background-color: #0a0b57;
}
.content-topbar {
	min-height: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
/*---------------------------------------------*/
.left-topbar {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-left: -13px;
	margin-right: -13px;
}
.left-topbar-item {
	font-family: Roboto-Regular;
	font-size: 14px;
	color: #fff;
	line-height: 1.8;
	padding: 0 13px;
	position: relative;
	transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
a.left-topbar-item:hover {
	color: #fc0;
	text-decoration: none;
}
.left-topbar-item::before {
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: 10px;
	background-color: #fff;
	opacity: 0.1;
	left: 0;
	top: calc(50% - 5px);
}
.left-topbar-item:first-child:before {
	display: none;
}
/*---------------------------------------------*/
.right-topbar {
	margin-left: -4px;
	margin-right: -4px;
}
.right-topbar a {
	font-size: 14px;
	color: #ccc;
	line-height: 1.5;
	margin: 0 4px;
	text-decoration: none;
	transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.right-topbar a:hover {
	color: #2D2C87;
}
/*------------------------------------------------------------------
[ Topbar mobile ]*/
.topbar-mobile {
	background-color: #222;
	padding: 8px 25px 5px 25px;
}
.topbar-mobile li {
	padding: 5px 0;
}
.topbar-mobile .right-topbar, .topbar-mobile .left-topbar {
	justify-content: flex-start;
}
/**/
/*==================================================================
[ Main nav ]*/
.wrap-main-nav {
	width: 100%;
	height: 55px;
	z-index: 1000;
	position: relative;/*margin-left:-20px !important;*/
}
.main-nav {
	width: 100%;
	height: 55px;
	background-color: #fff;
	box-shadow: 0 3px 8px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 3px 8px 0px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 3px 8px 0px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 0 3px 8px 0px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 0 3px 8px 0px rgba(0, 0, 0, 0.05);
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
}
.menu-desktop {
	width: 1050px;
	margin: 0 auto;
	height: 55px;
	position: relative;
}
.menu-desktop {
	/*max-width: calc(100% - 30px);*/
	width: 1050px;
	margin: 0 auto;
	height: 55px;
	position: relative;
}
.main-menu {
	list-style-type: none;
	margin: 0;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.main-menu > li {
	height: 100%;
	position: relative;
}
.main-menu > li > a {
	font-family: Roboto-Medium;
	font-size: 16px;
	line-height: 1.5;
	color: #222;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	height: 100%;
	padding: 5px 0px;
	margin: 0 18px;
	transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.main-menu > li > a::before {
	content: "";
	display: block;
	position: absolute;
	width: calc(100% + 36px);
	height: 5px;
	bottom: 0;
	left: -18px;
	background-color: #2D2C87;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
}
.main-menu > li > a::after {
	content: "\f2f9";
	font-family: Material-Design-Iconic-Font;
	font-size: 16px;
	color: #222;
	line-height: 1.5;
	margin-left: 6px;
	margin-bottom: 1px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
}
.main-menu > li > button {
	font-family: Roboto-Medium;
	font-size: 16px;
	line-height: 1.5;
	color: #222;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	height: 100%;
	padding: 5px 0px;
	margin: 0 18px;
	transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
li.main-menu-active > a::before {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
}
.main-menu > li > a:hover:before {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
	color: #fc0;
}
 @media (max-width: 1199px) {
.main-menu > li > a {
	margin: 0 10px;
}
.main-menu > li > a::before {
	left: -10px;
	width: calc(100% + 20px);
}
}
/*---------------------------------------------*/
.sub-menu {
	list-style-type: none;
	position: absolute;
	top: 0;
	left: 100%;
	width: 225px;
	background-color: #fff;
	padding: 15px 0px 15px 0px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	visibility: hidden;
	opacity: 0;
	border: 1px solid #f2f2f2;
	box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.2);
}
.sub-menu li {
	position: relative;
	background-color: transparent;
}
.main-menu > li > .sub-menu {
	top: 100%;
	left: 0px;
}
.main-menu > li.respon-sub-menu > .sub-menu {
	top: 100%;
	left: auto;
	right: 0;
}
li.respon-sub-menu > .sub-menu .sub-menu {
	top: 0;
	left: auto;
	right: 100%;
}
.sub-menu a {
	font-family: Roboto-Medium;
	font-size: 14px;
	line-height: 1.7857;
	color: #222;
	display: block;
	padding: 8px 30px;
	width: 100%;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
}
 @media (max-width: 1199px) {
.sub-menu {
	width: 190px;
}
.sub-menu a {
	padding: 8px 20px;
}
}
/*---------------------------------------------*/
.main-menu > li:hover > a:after {
	color: #2D2C87;
}
.main-menu > li:hover > a {
	text-decoration: none;
	color: #2D2C87;
}
.main-menu > li:hover > .sub-menu {
	visibility: visible;
	opacity: 1;
}
.sub-menu li:hover > .sub-menu {
	visibility: visible;
	opacity: 1;
}
.sub-menu li:hover {
	background-color: transparent;
}
.sub-menu > li:hover > a {
	background-color: #2D2C87;
	color: #fff;
	text-decoration: none;
}
/*------------------------------------------------------------------
[ Mega menu ]*/
.main-menu > li.mega-menu-item {
	position: static;
}
.sub-mega-menu {
	flex-wrap: wrap;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #f3f2f2;
	width: 100%;
	display: none;
	border: 1px solid #f2f2f2;
	box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.2);
}
.main-menu > li:hover > .sub-mega-menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}
.sub-mega-menu .nav {
	width: 240px;
	border-right: 1px solid #f2f2f2;
	padding: 30px 0;
	background-color: #eaeaea;
}
.sub-mega-menu .tab-content {
	width: calc(100% - 240px);
}
/*---------------------------------------------*/
.sub-mega-menu .nav-pills .nav-link {
	font-family: Roboto-Medium;
	font-size: 14px;
	line-height: 1;
	color: #222;
	border-radius: 0;
	padding: 8px 20px 8px 33px;
}
.sub-mega-menu .nav-pills .nav-link.active, .sub-mega-menu .show>.nav-pills .nav-link {
	color: #fff;
	background-color: #2D2C87;
}
/*---------------------------------------------*/
.sub-mega-menu .tab-content .tab-pane {
	padding: 25px 50px 35px 30px;
}
/*==================================================================
[ Fixed menu desktop ]*/
.fix-menu-desktop .main-nav {
	position: fixed;
	top: -55px;
	left: 0;
	transition: transform 0.3s;
	-webkit-transition: transform 0.3s;
	-o-transition: transform 0.3s;
	-moz-transition: transform 0.3s;
}
.fix-menu-desktop .show-main-nav {
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}
.fix-menu-desktop .menu-desktop {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.fix-menu-desktop .menu-desktop .logo-stick {
	display: block;
}
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[ Header Mobile ]*/
.wrap-header-mobile {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	height: 65px;
	background-color: #fff;
	padding: 10px 25px;
	display: none;
	box-shadow: 0 3px 8px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 3px 8px 0px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 3px 8px 0px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 0 3px 8px 0px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 0 3px 8px 0px rgba(0, 0, 0, 0.05);
	position: relative;
	z-index: 100;
}
/*------------------------------------------------------------------
[ Logo mobile ]*/
.logo-mobile {
	display: block;
	position: relative;
	height: 100%;
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	flex-grow: 1;
}
.logo-mobile img {
	max-width: calc(100% - 35px);
	max-height: 60%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}
/*------------------------------------------------------------------
[ btn show menu ]*/
.hamburger {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	padding: 0;
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	-ms-transform: scale(0.6);
	-o-transform: scale(0.6);
	transform: scale(0.6);
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
	border-radius: 0;
}
/*==================================================================
[ Menu mobile ]*/
.menu-mobile {
	width: 100%;
	background-color: #fff;
	display: none;
}
.main-menu-m {
	padding-top: 13px;
	padding-bottom: 23px;
	background-color: #2D2C87;
}
.main-menu-m > li > a {
	font-family: Roboto-Regular;
	font-size: 16px;
	color: #fff;
	line-height: 2.8;
	padding: 9px 25px 9px 25px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.main-menu-m > li > a:hover {
	color: #fff;
}
.main-menu-m > li {
	position: relative;
	background-color: #2D2C87;
}
.arrow-main-menu-m {
	font-size: 14px;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 18px;
	top: 3px;
	padding: 10px;
	cursor: pointer;
}
.arrow-main-menu-m i {
	transform-origin: center;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.turn-arrow-main-menu-m i {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
/*---------------------------------------------*/
.sub-menu-m {
	background-color: #fff;
	padding: 10px 50px 15px 20px;
	display: none;
}
.sub-menu-m a {
	font-family: Roboto-Regular;
	font-size: 15px;
	color: #2D2C87;
	line-height: 2.5;
	padding: 5px 15px 5px 15px;
}
.sub-menu-m a:hover {
	text-decoration: none;
}



/*---------------------------------------------*/
@media (max-width: 991px) {
.wrap-header-mobile {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}
.topbar, .logo, .no-banner, .wrap-main-nav {
	display: none;
}
.wrap-logo {
	height: auto;
}
.banner-header {
	width: 100%;
	justify-content: center;
}
}
 @media (min-width: 992px) {
.menu-mobile {
	display: none;
}
}
/*//////////////////////////////////////////////////////////////////
[ Tab01 ]*/
.tab01 .nav-tabs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border: none;
	flex-grow: 1;
	height: 100%;
}
.tab01 .nav-tabs .nav-item-more, .tab01 .nav-tabs .nav-item {
	height: 100%;
	padding: 0px;
	margin: 0px;
}
.tab01 .nav-link {
	font-family: Roboto-Regular;
	font-size: 14px;
	color: #555;
	line-height: 1.7;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	height: 100%;
	padding: 5px 12px;
	border-radius: 0px;
	border: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.tab01 .nav-link.active::after {
	content: "";
	display: block;
	position: absolute;
	background-color: #fff;
	width: 7px;
	height: 7px;
	border-left: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	left: calc(50% - 5px);
	bottom: -5px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.tab01 .nav-link:hover {
	color: #2D2C87 !important;
}
/*---------------------------------------------*/
.tab01-link {
	padding-left: 10px;
	white-space: nowrap;
}
.tab01-title {
	padding-right: 25px;
}
/*---------------------------------------------*/
.tab01 .nav-link.dropdown-toggle::after {
	display: none;
}
.tab01 .dropdown-menu {
	min-width: 135px;
	border-radius: 0px;
	padding: 5px 0;
}
.tab01 .dropdown-menu .nav-link {
	width: 100%;
}
.tab01 .dropdown-menu .nav-link.active {
	color: #2D2C87;
}
.tab01 .dropdown-menu .nav-link.active::after {
	display: none;
}
/*//////////////////////////////////////////////////////////////////
[ Modal video 01 ]*/
body {
	padding-right: 0px !important;
	font-family: 'Roboto-Medium';
}
.modal {
	padding: 0px !important;
	z-index: 1160;
	overflow-x: hidden;
	overflow-y: auto !important;
}
.modal-open {
	overflow-y: scroll;
}
/* ------------------------------------ */
.modal-backdrop {
	background-color: transparent;
}
#modal-video-01 {
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 1250;
}
#modal-video-01 .modal-dialog {
	max-width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: relative;
}
.wrap-video-mo-01 {
	width: 854px;
	height: auto;
	position: relative;
	margin: 15px;
}
.wrap-video-mo-01::before {
	content: "";
	display: block;
	width: 100%;
	padding-top: 56.25%;
}
.video-mo-01 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: all 2s;
	-o-transition: all 2s;
	-moz-transition: all 2s;
	transition: all 2s;
}
.video-mo-01 iframe {
	width: 100%;
	height: 100%;
}
.close-mo-video-01 {
	font-size: 50px;
	color: white;
	opacity: 0.6;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	z-index: 1250;
	width: 60px;
	height: 60px;
	top: 0;
	right: 0;
}
.close-mo-video-01:hover {
	cursor: pointer;
	opacity: 1;
}
/*//////////////////////////////////////////////////////////////////
[ Bread crumb ]*/
.breadcrumb-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}
.breadcrumb-item+.breadcrumb-item::before {
	height: 100%;
	content: "\f105";
	font-family: FontAwesome;
	font-size: 12px;
	padding-right: 10px;
	padding-left: 12px;
	color: #999;
}
a.breadcrumb-item:hover {
	color: #2D2C87;
}
/*//////////////////////////////////////////////////////////////////
[ Pagination ]*/
.pagi-item {
	font-family: Roboto-Regular;
	font-size: 13px;
	line-height: 1.5;
	color: #808080;
	width: 36px;
	height: 36px;
	border: 1px solid #e9e9e9;
	border-radius: 50%;
}
.pagi-item.pagi-active {
	background-color: #2D2C87;
	border-color: #2D2C87;
	color: #fff;
}
/*==================================================================
   COLOR COLOR COLOR COLOR COLOR COLOR COLOR COLOR COLOR COLOR COLOR 
==================================================================*/
.bocl0 {
	border-color: #fff;
}
.bocl1 {
	border-color: #111;
}
.bocl2 {
	border-color: #222;
}
.bocl3 {
	border-color: #333;
}
.bocl4 {
	border-color: #444;
}
.bocl5 {
	border-color: #555;
}
.bocl6 {
	border-color: #666;
}
.bocl7 {
	border-color: #777;
}
.bocl8 {
	border-color: #888;
}
.bocl9 {
	border-color: #999;
}
.bocl10 {
	border-color: #2D2C87;
}
.bocl11 {
	border-color: #e6e6e6;
}
.bocl12 {
	border-color: #ccc;
}
.bocl13 {
	border-color: #d9d9d9;
}
/*---------------------------------------------*/
.cl-none {
	color: transparent;
}
.cl0 {
	color: #fff;
}
.cl1 {
	color: #111;
}
.cl2 {
	color: #222;
}
.cl3 {
	color: #333;
}
.cl4 {
	color: #444;
}
.cl5 {
	color: #555;
}
.cl6 {
	color: #666;
}
.cl7 {
	color: #777;
}
.cl8 {
	color: #888;
}
.cl9 {
	color: #999;
}
.cl10 {
	color: #2D2C87;
}
.cl11 {
	color: #ccc;
}
.cl12 {
	color: #e71d69;
}
.cl13 {
	color: #15a752;
}
.cl14 {
	color: #e3724a;
}
.cl15 {
	color: #b2b2b2;
}
.cl16 {
	color: #e5e5e5;
}
.cl17 {
	color: #00b5e9;
}
.cl18 {
	color: #2489b0;
}
/*==================================================================
    TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT
==================================================================*/
/*//////////////////////////////////////////////////////////////////
[ S-Text 0 - 15 ]*/
.f1-s-1 {
	font-family: Roboto-Regular;
	font-size: 14px;
	line-height: 1.7;
}
.f1-s-2 {
	font-family: Roboto-Regular;
	font-size: 14px;
	line-height: 1.2;
}
.f1-s-3 {
	font-family: Roboto-Regular;
	font-size: 12px;
	line-height: 1.7;
}
.f1-s-4 {
	font-family: Roboto-Bold;
	font-size: 12px;
	line-height: 1.7;
}
.f1-s-5 {
	font-family: Roboto-Medium;
	font-size: 15px;
	line-height: 1.333333;
}
.f1-s-6 {
	font-family: Roboto-Medium;
	font-size: 12px;
	line-height: 1.7;
}
.f1-s-7 {
	font-family: Roboto-Medium;
	font-size: 15px;
	line-height: 1.466667;
}
.f1-s-8 {
	font-family: Roboto-Medium;
	font-size: 14px;
	line-height: 1.5;
}
.f1-s-9 {
	font-family: Roboto-Black;
	font-size: 12px;
	line-height: 1.5;
}
.f1-s-10 {
	font-family: Roboto-Bold;
	font-size: 13px;
	line-height: 1.3;
}
.f1-s-11 {
	font-family: Roboto-Regular;
	font-size: 16px;
	line-height: 1.8;
	color: #333;
}
.f1-s-12 {
	font-family: Roboto-Regular;
	font-size: 15px;
	line-height: 1.8;
}
.f1-s-13 {
	font-family: Roboto-Regular;
	font-size: 13px;
	line-height: 1.7;
}
/*---------------------------------------------*/
.f2-s-1 {
	font-family: Lato-Regular;
	font-size: 14px;
	line-height: 1.7;
}
/*//////////////////////////////////////////////////////////////////
[ M-Text 16 - 25 ]*/
.f1-m-1 {
	font-family: Roboto-Medium;
	font-size: 16px;
	line-height: 1.5;
}
.f1-m-2 {
	font-family: Roboto-Medium;
	font-size: 18px;
	line-height: 1.333333;
}
.f1-m-3 {
	font-family: Roboto-Regular;
	font-size: 20px;
	line-height: 1.25;
}
.f1-m-4 {
	font-family: Roboto-Bold;
	font-size: 16px;
	line-height: 1.5;
}
.f1-m-5 {
	font-family: Roboto-Bold;
	font-size: 24px;
	line-height: 1.3;
}
.f1-m-6 {
	font-family: Roboto-Regular;
	font-size: 18px;
	line-height: 1.333333;
}
.f1-m-7 {
	font-family: Roboto-Bold;
	font-size: 20px;
	line-height: 1.3;
}
/*//////////////////////////////////////////////////////////////////
[ L-Text >= 26 ]*/
.f1-l-1 {
	font-family: Roboto-Medium;
	font-size: 30px;
	line-height: 1.2;
}
.f1-l-2 {
	font-family: Roboto-Medium;
	font-size: 22px;
	line-height: 1.272727;
}
.f1-l-3 {
	font-family: Roboto-Medium;
	font-size: 30px;
	line-height: 1.3;
}
.f1-l-4 {
	font-family: Roboto-Bold;
	font-size: 22px;
	line-height: 1.545454;
}
.f1-l-5 {
	font-family: Roboto-Medium;
	font-size: 36px;
	line-height: 1.333333;
}
/*==================================================================
    SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE 
==================================================================*/
/*//////////////////////////////////////////////////////////////////
[ Size ]*/
.size-a-1 {
	width: 45px;
	height: 100%;
}
.size-a-2 {
	width: 220px;
	height: 45px;
}
.size-a-3 {
	width: 100%;
	height: 440px;
}
.size-a-4 {
	width: 100%;
	height: 244px;
}
.size-a-5 {
	width: 100%;
	height: 194px;
}
.size-a-6 {
	max-width: 100%;
	max-height: 72px;
}
.size-a-7 {
	max-width: 100%;
	max-height: 54px;
}
.size-a-8 {
	width: 30px;
	height: 30px;
}
/*.size-a-9 {
  width: 100%;
  height: 60px;
}*/

.size-a-9 {
	width: 360px;
	height: 45px;
}
.size-a-10 {
	width: 55px;
	height: 100%;
}
/*---------------------------------------------*/
.size-a-11 {
	width: 100%;
	height: 536px;
}
 @media (max-width: 1199px) {
.size-a-11 {
	height: 400px;
}
}
 @media (max-width: 575px) {
.size-a-11 {
	height: 350px;
}
}
/*---------------------------------------------*/
.size-a-12 {
	width: 100%;
	height: 292px;
}
.size-a-13 {
	width: 100%;
	height: 50px;
}
.size-a-14 {
	width: 100%;
	height: 219px;
}
.size-a-15 {
	width: 100%;
	min-height: 150px;
}
.size-a-16 {
	width: 100%;
	max-width: 286px;
	height: 50px;
}
.size-a-17 {
	max-width: 100%;
	min-width: 180px;
	height: 40px;
}
/*---------------------------------------------*/
.size-a-18 {
	width: 100%;
	height: 680px;
}
 @media (max-width: 767px) {
.size-a-18 {
	height: 480px;
}
}
/*---------------------------------------------*/
.size-a-19 {
	width: 100%;
	height: 50px;
}
.size-a-20 {
	max-width: 100%;
	min-width: 120px;
	height: 40px;
}
/*//////////////////////////////////////////////////////////////////
[ Width ]*/
.size-w-0 {
	flex-grow: 1;
}
.size-w-1 {
	width: 100px;
}
.size-w-2 {
	width: calc(100% - 118px);
}
.size-w-3 {
	width: calc(100% - 48px);
}
.size-w-4 {
	width: 80px;
}
.size-w-5 {
	width: calc(100% - 95px);
}
.size-w-6 {
	width: calc(62% - 20px);
}
.size-w-7 {
	width: calc(38% - 20px);
}
.size-w-8 {
	width: 260px;
}
.size-w-9 {
	width: calc(100% - 285px);
}
.size-w-10 {
	width: 100px;
}
.size-w-11 {
	width: calc(100% - 118px);
}
/*//////////////////////////////////////////////////////////////////
[ Height ]*/
.size-h-1 {
	max-height: 45px;
}
.size-h-2 {
	min-height: 40px;
}
.size-h-3 {
	height: 95px;
}
.size-h-3 {
	height: 95px;
}
.size-h-4 {
	min-height: 80px;
}
/*==================================================================
   BACKGROUND BACKGROUND BACKGROUND BACKGROUND BACKGROUND BACKGROUND 
==================================================================*/
.bg-none {
	background-color: transparent;
}
.bg0 {
	background-color: #fff;
}
.bg1 {
	background-color: #111;
}
.bg2 {
	background-color: #222;
}
.bg3 {
	background-color: #333;
}
.bg4 {
	background-color: #444;
}
.bg5 {
	background-color: #555;
}
.bg6 {
	background-color: #666;
}
.bg7 {
	background-color: #777;
}
.bg8 {
	background-color: #888;
}
.bg9 {
	background-color: #999;
}
.bg10 {
	background-color: #2D2C87;
}
.bg11 {
	background-color: #151515;
}
/*---------------------------------------------*/
.bg-img1 {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
/*---------------------------------------------*/
.bg-img2 {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
/*---------------------------------------------*/
.bg-facebook {
	background-color: #3b5998;
}
.bg-twitter {
	background-color: #1da1f2;
}
.bg-youtube {
	background-color: #ff0000;
}
.bg-google {
	background-color: #dd4b39;
}
.bg-pinterest {
	background-color: #bd081c;
}
/*==================================================================
 HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW 
==================================================================*/

/*---------------------------------------------*/
.how-bor1 {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.how-bor1:last-child {
	border: none;
}
/*---------------------------------------------*/
.how-bor2 {
	border-bottom: 1px solid #f0f0f0;
}
.how-bor2:last-child {
	border: none;
}
/*---------------------------------------------*/
.how-bor3 {
	border-bottom: 1px solid #e6e6e6;
}
.how-bor3:first-child {
	border-top: 1px solid #e6e6e6;
}
/*---------------------------------------------*/
.how-txt1 {
	white-space: normal;
	display: box;
	display: -moz-box;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
/*---------------------------------------------*/
.how-txt2 {
	white-space: normal;
	display: box;
	display: -moz-box;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
/*---------------------------------------------*/
.how-txt3 {
	white-space: normal;
	overflow: hidden;
}
/*---------------------------------------------*/
.how-overlay1 {
	position: relative;
	z-index: 1;
}
.how-overlay1::before {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.5;
	background: rgba(0, 0, 0, 0.5);
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
	background: -o-linear-gradient(bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
	background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
	background: linear-gradient(bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}
/*---------------------------------------------*/
.how1 {
	position: relative;
}
.how1-child1 {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.5;
	background: rgba(0, 0, 0, 0.5);
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
	background: -o-linear-gradient(bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
	background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
	background: linear-gradient(bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}
.how1:hover .how1-child1 {
	opacity: 0.3;
}
.how1-child2 {
	z-index: 3;
}
/*---------------------------------------------*/
.how2 {
	height: 50px;
	border: 1px solid #e6e6e6;
	padding: 0 18px;
	position: relative;
}
.how2::before {
	content: "";
	display: block;
	position: absolute;
	width: 5px;
	height: calc(100% + 2px);
	top: -1px;
	left: -1px;
}
.how2-cl1::before {
	background-color: #e71d69;
}
.how2-cl2::before {
	background-color: #15a752;
}
.how2-cl3::before {
	background-color: #e3724a;
}
.how2-cl4::before {
	background-color: #333;
}
.how2-cl5::before {
	background-color: #00b5e9;
}
.how2-cl6::before {
	background-color: #2489b0;
}
/*==================================================================
      PSEUDO PSEUDO PSEUDO PSEUDO PSEUDO PSEUDO PSEUDO PSEUDO PSEUDO
==================================================================*/
/*//////////////////////////////////////////////////////////////////
[ Hover ]*/

.hov-cl0:hover {
	color: #fff;
}
.hov-bg0:hover {
	background-color: #fff;
}
.hov-cl10:hover {
	/*color: #2D2C87;*/
	color: #39940b;
	text-decoration: underline;
}
.hov-bg10:hover {
	background-color: #2D2C87;
}
/*---------------------------------------------*/
.hov-img0 {
	display: block;
	overflow: hidden;
}
.hov-img0 > img {
	width: 100%;
	-webkit-transition: transform 0.9s ease;
	-o-transition: transform 0.9s ease;
	-moz-transition: transform 0.9s ease;
	transition: transform 0.9s ease;
}
.hov-img0:hover > img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
/*---------------------------------------------*/
.hov-link1:hover {
	color: #2D2C87;
	text-decoration: underline;
}
/*---------------------------------------------*/
.hov-btn1:hover {
	background-color: #2D2C87;
	border-color: #2D2C87;
	color: #fff;
}
/*---------------------------------------------*/
.hov-btn2:hover {
	border-color: #2D2C87;
	color: #2D2C87;
}
/*---------------------------------------------*/
.hov1:hover {
	opacity: 0.8;
}



/*==================================================================
   OTHER OTHER OTHER OTHER OTHER OTHER OTHER OTHER OTHER OTHER OTHER 
==================================================================*/
/*------------------------------------------------------------------
[ Input ]*/
.focus-in0:focus::-webkit-input-placeholder {
color:transparent;
}
.focus-in0:focus:-moz-placeholder {
color:transparent;
}
.focus-in0:focus::-moz-placeholder {
color:transparent;
}
.focus-in0:focus:-ms-input-placeholder {
color:transparent;
}
 .plh3::-webkit-input-placeholder {
color: #333;
}
.plh3:-moz-placeholder {
color: #333;
}
.plh3::-moz-placeholder {
color: #333;
}
.plh3:-ms-input-placeholder {
color: #333;
}
 .plh6::-webkit-input-placeholder {
color: #666;
}
.plh6:-moz-placeholder {
color: #666;
}
.plh6::-moz-placeholder {
color: #666;
}
.plh6:-ms-input-placeholder {
color: #666;
}
 .plh9::-webkit-input-placeholder {
color: #999;
}
.plh9:-moz-placeholder {
color: #999;
}
.plh9::-moz-placeholder {
color: #999;
}
.plh9:-ms-input-placeholder {
color: #999;
}
/*------------------------------------------------------------------
[ Parallax100 ]*/
.parallax100 {
	background-attachment: fixed;
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover;
}
 @media (max-width: 991px) {
.parallax100 {
	background-attachment: inherit;
}
}
/*------------------------------------------------------------------
[ Wrap Picture ]*/
.wrap-pic-s, .wrap-pic-max-s, .wrap-pic-w, .wrap-pic-max-w, .wrap-pic-h, .wrap-pic-max-h {
	display: block;
}
.wrap-pic-w > img {
	width: 100%;
}
.wrap-pic-max-w > img {
	max-width: 100%;
}
.wrap-pic-h > img {
	height: 100%;
}
.wrap-pic-max-h > img {
	max-height: 100%;
}
.wrap-pic-s > img {
	width: 100%;
	height: 100%;
}
.wrap-pic-max-s > img {
	max-width: 100%;
	max-height: 100%;
}




/*==================================================================
  RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE
==================================================================*/

@media (max-width: 1199px) {
}
 @media (max-width: 991px) {
.respon1 {
	font-size: 22px
}
}
 @media (max-width: 767px) {
.respon2 {
	font-size: 22px
}
}
 @media (max-width: 575px) {
}
 @media (max-width: 480px) {
}


/**/
[ BUTTON BACK TO TOP ]*/ .btn-back-to-top {
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-box;
 display: -ms-flexbox;
 display: flex;
 position: fixed;
 width: 35px;
 height: 35px;
 bottom: -40px;
 right: 40px;
 background-color: #17b978;
 justify-content: center;
 align-items: center;
 z-index: 1000;
 opacity: 0.6;
 cursor: pointer;
 transition: all 0.4s;
 -webkit-transition: all 0.4s;
 -o-transition: all 0.4s;
 -moz-transition: all 0.4s;
}
.symbol-btn-back-to-top {
	font-size: 18px;
	color: white;
	line-height: 1em;
}
.btn-back-to-top:hover {
	opacity: 1;
}
 @media (max-width: 575px) {
.btn-back-to-top {
	bottom: 0px;
	right: 15px;
}
}
.show-btn-back-to-top {
	bottom: 0;
}
/**/

.counter-count {
	font-size: 15px;
	background-color: #00b3e7;
	border-radius: 5px;
	color: #ffffff;
	text-align: center;
	width: auto;
	height: auto;
	/* -webkit-border-radius: 5px; */
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	display: inline-block;
	border-radius: 0px 0px 5px 5px;
	/* top: -7px; */
	position: absolute;
	z-index: 10;
	padding: 10px;
	left: 20px;
	margin-top: -3px;
	border-right: 2px solid #4086ef;
	border-left: 2px solid #4086ef;
	border-bottom: 2px solid #4086ef;
}
.helpdesk_num {
	display: block;
	font-size: 15px;
	background-color: #fc0;
	color: #033;
	font-weight: bold;
	text-align: center;
	width: auto;
	height: auto;
	-webkit-border-radius: 5px 0px 0px 5px;
	-moz-border-radius: 5px 0px 0px 5px;
	-ms-border-radius: 5px 0px 0px 5px;
	-o-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px;
	/* top: -7px; */
	position: fixed;
	z-index: 20;
	padding: 10px;
	right: 0;
	bottom: 10px;
	border-top: 3px solid #5a58c9;
}
/**/

.demo-gallery > ul {
	margin-bottom: 0;
}
.demo-gallery > ul > li {
	float: left;
	margin-bottom: 15px;
	margin-right: 20px;
	width: 200px;
	display: inline-block;
}
.demo-gallery > ul > li a {
	border: 3px solid #FFF;
	border-radius: 3px;
	display: block;
	overflow: hidden;
	position: relative;
	float: left;
}
.demo-gallery > ul > li a > img {
	-webkit-transition: -webkit-transform 0.15s ease 0s;
	-moz-transition: -moz-transform 0.15s ease 0s;
	-o-transition: -o-transform 0.15s ease 0s;
	transition: transform 0.15s ease 0s;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	height: 100%;
	width: 100%;
}
.demo-gallery > ul > li a:hover > img {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
	opacity: 1;
}
.demo-gallery > ul > li a .demo-gallery-poster {
	background-color: rgba(0, 0, 0, 0.1);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: background-color 0.15s ease 0s;
	-o-transition: background-color 0.15s ease 0s;
	transition: background-color 0.15s ease 0s;
}
.demo-gallery > ul > li a .demo-gallery-poster > img {
	left: 50%;
	margin-left: -10px;
	margin-top: -10px;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
}
.demo-gallery > ul > li a:hover .demo-gallery-poster {
	background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .justified-gallery > a > img {
	-webkit-transition: -webkit-transform 0.15s ease 0s;
	-moz-transition: -moz-transform 0.15s ease 0s;
	-o-transition: -o-transform 0.15s ease 0s;
	transition: transform 0.15s ease 0s;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	height: 100%;
	width: 100%;
}
.demo-gallery .justified-gallery > a:hover > img {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
	opacity: 1;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster {
	background-color: rgba(0, 0, 0, 0.1);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: background-color 0.15s ease 0s;
	-o-transition: background-color 0.15s ease 0s;
	transition: background-color 0.15s ease 0s;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
	left: 50%;
	margin-left: -10px;
	margin-top: -10px;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
	background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .video .demo-gallery-poster img {
	height: 48px;
	margin-left: -24px;
	margin-top: -24px;
	opacity: 0.8;
	width: 48px;
}
.demo-gallery.dark > ul > li a {
	border: 3px solid #04070a;
}
.home .demo-gallery {
	padding-bottom: 80px;
}
/**/
.adsbox {
	position: absolute;
	top: 20px;
	left: 20px;
	font-weight: normal;
	font-size: 12px;
	z-index: 100;
	border: 1px solid #d0be92;
	padding: 4px 10px 4px 10px;
	background-color: rgba(0, 0, 0, 0.96);
	color: #fff;
}
.carousel-fade .carousel-item {
	opacity: 0;
	transition-duration: .6s;
	transition-property: opacity;
}
.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right {
	opacity: 1;
}
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
	opacity: 0;
}
.carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active, .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev {
	transform: translateX(0);
	transform: translate3d(0, 0, 0);
}
#footer {
	padding: 0.5rem 0;
	color: #999;
	text-align: center;
	background-color: #0a0b57;
 border-top: .05rem solid #e5e5e5;
}
.tooltip-inner {
	max-width: 640px !important;
	font-size: 15px !important;
	opacity: 1 !important;
}
.card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-height: 1px;
	padding: 0.50rem !important;
}
div.ex3 {
	padding: 15px;
	width: 100%;
	height: 110px;
	overflow-y: auto;
}
/**/
.custom-scrollbar-js, .custom-scrollbar-css {
	height: 200px;
}
/* Custom Scrollbar using CSS */
.custom-scrollbar-css {
	overflow-y: scroll;
}

/* scrollbar width */
.custom-scrollbar-css::-webkit-scrollbar {
 width: 5px;
}

/* scrollbar track */
.custom-scrollbar-css::-webkit-scrollbar-track {
 background: #eee;
}

/* scrollbar handle */
.custom-scrollbar-css::-webkit-scrollbar-thumb {
 border-radius: 1rem;
 background-color: #00d2ff;
 background-image: linear-gradient(to top, #00d2ff 0%, #3a7bd5 100%);
}
/**/
.featuresbg {
	background-color: #e6eeef;
}
/**/
.access-nav {
	float: right;
}
.access-nav li {
	float: left
}
.access-nav > li a {
	padding: 10px;
	border-left: 1px solid #666;
	display: block
}
.font-btn a {
	width: 32px;
	text-align: center;
	float: left;
}
a.color-dark {
	background: url(../images/sprite-icon.png) -3px -154px no-repeat;
	padding: 0 5px;
	color: #fff;
	width: 30px;
	text-indent: -9999px;
}
a.color-standard {
	background: url(../images/sprite-icon.png) -3px -190px no-repeat;
	padding: 0 5px;
	color: #363636;
	width: 30px;
	text-indent: -9999px;
}
.nocontent ::after {
	content: none !important;
}
.main-menu > li > a.nocontent::after {
	content: none !important;
}
.bottom-left {
	position: absolute;
	bottom: 33px;
	left: 40px;
	float: left;
}
/*//////////////////////////////////////////////////////////////////
[ BUTTON BACK TO TOP ]*/
.btn-back-to-top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	position: fixed;
	width: 35px;
	height: 35px;
	bottom: -40px;
	right: 10px;
	background-color: #17b978;
	justify-content: center;
	align-items: center;
	z-index: 1000;
	opacity: 0.75;
	cursor: pointer;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
}
.symbol-btn-back-to-top {
	font-size: 18px;
	color: white;
	line-height: 1em;
}
.btn-back-to-top:hover {
	opacity: 1;
}
 @media (max-width: 575px) {
.btn-back-to-top {
	bottom: 30px;
	right: 10px;
}
}
.show-btn-back-to-top {
	bottom: 50px;
}
.marqueebg {
	display: block;
	background-color: #fc0;
	padding: 10px;
	margin-bottom: 10px;
	margin-top: 7px;
}
/**/
.accordion .card-header:after {
	font-family: 'FontAwesome';
	content: "\f068";
	float: right;
}
.accordion .card-header.collapsed:after {
	/* symbol for "collapsed" panels */
	content: "\f067";
}
/**/

.login-block {
	/*background:#f5f5f5;*/
	/*background: #DE6262;  
	background: -webkit-linear-gradient(to bottom, #FFB88C, #DE6262); 
	background: linear-gradient(to bottom, #FFB88C, #DE6262);*/ 
	float: left;
	width: 100%;
	padding : 2px 0;
}
.banner-sec {
	background: url("../images/pexels-photo.jpg") no-repeat left bottom;
	background-size: cover;
	min-height: 300px;
	border-radius: 0 10px 10px 0;
	padding: 0;
	box-shadow: rgba(255,0,0, 0.5);
}
.container {
	/**background: #fff;**/
	border-radius: 10px;/*box-shadow: 8px 10px 0px rgba(0,0,0,0.05);*/
}
.carousel-inner {
	/*border-radius: 0 10px 10px 0;*/
}
.carousel-caption {
	text-align: left;
	left: 5%;
}
.login-sec {
	padding: 12px 30px;
	position: relative;
}
.login-sec .copy-text {
	position: absolute;
	width: 80%;
	bottom: 20px;
	font-size: 13px;
	text-align: center;
}
.login-sec .copy-text i {
	color: #FEB58A;
}
.login-sec .copy-text a {
	color: #E36262;
}
.login-sec h2 {
	margin-bottom: 20px;
	font-weight: 800;
	font-size: 22px;
	color: #DE6262;
}
.login-sec h2:after {
	content: " ";
	width: 100px;
	height: 3px;
	background: #FEB58A;
	display: block;
	margin-top: 10px;
	border-radius: 3px;
	margin-left: auto;
	margin-right: auto;
}
.btn-login {
	background: #DE6262;
	color: #fff;
	font-weight: 600;
}
.banner-text {
	width: 90%;
	position: absolute;
	top: 20px;
	padding-left: 20px;
}
.banner-text h5 {
	color: #fff;/*font-weight: 600;*/
}
.banner-text h5:after {
	content: " ";
	width: 100px;
	height: 5px;
	background: #FFF;
	display: block;
	margin-top: 20px;
	border-radius: 3px;
}
.banner-text p {
	color: #fff;
}
/**/

html {
	position: relative;
	min-height: 100%;
	font-size: 14px;
}
.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: #f5f5f5;
}
/**/
.lineb {
	border-bottom: 2px solid #e2eaf1;
}
/**/
/*.table td, .table th {
    padding: .55rem;
    vertical-align: top;
}*/

/*@media (min-width: 1200px)
.container2 {
    max-width: 1140px;
}
@media (min-width: 992px)
.container2 {
    max-width: 960px;
}
@media (min-width: 768px)
.container2 {
    max-width: 720px;
}
@media (min-width: 576px)
.container2 {
    max-width: 540px;
}
@media (min-width: 1200px)
.container2 {
    max-width: 1140px;
}
@media (min-width: 992px)
.container2 {
    max-width: 960px;
}
@media (min-width: 768px)
.container2 {
    max-width: 720px;
}
@media (min-width: 576px)
.container2 {
    max-width: 540px;
}*/
.bg {
	background-image: -moz-linear-gradient( 136deg, rgb(116,235,213) 0%, rgb(63,43,150) 100%);
	background-image: -webkit-linear-gradient( 136deg, rgb(116,235,213) 0%, rgb(63,43,150) 100%);
	background-image: -ms-linear-gradient( 136deg, rgb(116,235,213) 0%, rgb(63,43,150) 100%);
}
.login-seca {
	padding: 12px 30px;
	position: relative;
	background-color: #fff;
	border-radius: 12px;
}
.login-seca h2 {
	margin-bottom: 20px;
	font-weight: 800;
	font-size: 22px;
	color: #006699;
}
.login-seca h2:after {
	content: " ";
	width: 100px;
	height: 3px;
	background: #FEB58A;
	display: block;
	margin-top: 10px;
	border-radius: 3px;
	margin-left: auto;
	margin-right: auto;
}
.submit-btn-area button {
	width: 100%;
	height: 42px;
	border: none;
	background: #2c3694;
	color: #ffffff;
	border-radius: 40px;
	text-transform: uppercase;
	letter-spacing: 0;
	font-weight: 600;
	font-size: 12px;
	box-shadow: 0 0 22px rgba(0, 0, 0, 0.07);
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.reset-btn-area button {
	width: 100%;
	height: 42px;
	border: none;
	background: #FF3300;
	color: #ffffff;
	border-radius: 40px;
	text-transform: uppercase;
	letter-spacing: 0;
	font-weight: 600;
	font-size: 12px;
	box-shadow: 0 0 22px rgba(0, 0, 0, 0.07);
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.serverbg {
	background-color: #06023c;
	font-weight: bold;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	line-height: 2;
	color: #fff;
}
.card {
	background-color: white;
	border: none;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
}
.card .card-title {
	font-weight: 400;
	font-size: 1.6rem;
}
.card .card-subtitle {
	font-weight: 500;
	font-size: 1rem;
	opacity: 0.5;
}
.card.card-cascade i {
	border-radius: 0.25rem;
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.card.card-cascade i img {
	width: 100%;
}
.card.card-cascade [class*=card-img-] {
	border-radius: 0.25rem;
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.card-img-topa{
	display: flex;
    height: 120px;
    /* margin-top: -30px; */
    background-color: #2b1682;
    width: 80%;
    margin: -30px auto;
}
.card.card-cascade.card-cascade-wider i {
	transform: scale(1.07);
	margin-bottom: 0.8rem;
}
.card.card-cascade.card-cascade-narrower i {
	transform: scale(0.92) translateY(-1.8rem);
	margin-bottom: -1rem;
}
.card .card-img-overlay {
	overflow: hidden;
	border-radius: 0.25rem;
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
	background-color: rgba(20, 20, 20, 0.5);
}
.author {
	font-family: inherit;
	padding: 3em;
	text-align: center;
	width: 100%;
}
.author a:link, .author a:visited {
	color: #404040;
}
.author a:link:hover, .author a:visited:hover {
	text-decoration: none;
}
.author .btn:link, .author .btn:visited {
	text-decoration: none;
	display: inline-block;
	font-family: inherit;
	font-weight: 100;
	color: white;
	text-align: center;
	vertical-align: middle;
	user-select: none;
	background-color: black;
	padding: 1.5em 2rem;
	border-radius: 1em;
	transition: 0.5s all;
}
.author .btn:link:hover, .author .btn:link:focus, .author .btn:link:active, .author .btn:visited:hover, .author .btn:visited:focus, .author .btn:visited:active {
	background-color: #1a1a1a;
}

.bg-dark-blue{
	background-color: #2b1682;	
}

.ds-btn li{ list-style:none; float:left; padding:10px; }
.ds-btn li a span{padding-left:15px;padding-right:5px;width:100%;display:inline-block; text-align:left;}
.ds-btn li a span small{width:100%; display:inline-block; text-align:left;}

/**/
.newsletter8 {
	font-family: Montserrat, sans-serif;
	color: #8d97ad;
	font-weight: 300
}
.newsletter8 h1, .newsletter8 h2, .newsletter8 h3, .newsletter8 h4, .newsletter8 h5, .newsletter8 h6 {
	color: #3e4555
}
.newsletter8 .subtitle {
	color: #8d97ad;
	line-height: 24px
}
.newsletter8 a {
	color: #263238
}
.newsletter8 .text-themecolor, .newsletter8 a:hover {
	color: #316ce8
}
.newsletter8 .blog-row h5 {
	font-weight: 500;
	margin-top: 10px;
	font-size: 18px
}
.newsletter8 .btn-danger-gradiant {
	background: #ff4d7e;
	background: -webkit-linear-gradient(legacy-direction(to right), #ff4d7e 0, #ff6a5b 100%);
	background: -webkit-gradient(linear, left top, right top, from(#ff4d7e), to(#ff6a5b));
	background: -webkit-linear-gradient(left, #ff4d7e 0, #ff6a5b 100%);
	background: -o-linear-gradient(left, #ff4d7e 0, #ff6a5b 100%);
	background: linear-gradient(to right, #ff4d7e 0, #ff6a5b 100%)
}
.newsletter8 .btn-danger-gradiant:hover {
	background: #ff6a5b;
	background: -webkit-linear-gradient(legacy-direction(to right), #ff6a5b 0, #ff4d7e 100%);
	background: -webkit-gradient(linear, left top, right top, from(#ff6a5b), to(#ff4d7e));
	background: -webkit-linear-gradient(left, #ff6a5b 0, #ff4d7e 100%);
	background: -o-linear-gradient(left, #ff6a5b 0, #ff4d7e 100%);
	background: linear-gradient(to right, #ff6a5b 0, #ff4d7e 100%)
}
.newsletter8 .btn-md {
	padding: 15px 45px;
	font-size: 16px
}
.newsletter8 .text-danger {
	color: #ff4d7e!important
}


.rnded{
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px; 
}


/**/
/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #069; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #069; 
}
.gradbg{
	background: rgb(2,0,36);
background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 46%, rgba(0,146,255,1) 100%);
}

element.style {
}
.lineb {
    border-top: 2px solid #e2eaf1;
}
.linet {
    border-top: 2px solid #e2eaf1;
}

/* spinner loader */
.spanner{
  position: absolute;
    top: 0;
    left: 0;
    background: #2a2a2a55;
    width: 100%;
    display: block;
    text-align: center;
    height: 100%;
    color: #FFF;
    /* transform: translateY(-50%); */
    z-index: 1000;
    visibility: hidden;
}

.overlay{
  /*position: fixed;*/
	width: 100%;
	height: 100%;
  background: rgba(0,0,0,0.5);
  visibility: hidden;
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: #ffffff;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

.show{
  visibility: visible;
}

.spanner, .overlay{
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.spanner.show, .overlay.show {
	opacity: 1
}

