/* required styles */

/* ***************************************************************** */
/* **************** START ** REVIEW TEMPLATE STYLES **************** */
.alert.alert-danger {
	background-color: #ba1f13;
	color: rgba(255,255,255,.84);
}
/* **************** END ** REVIEW TEMPLATE STYLES **************** */
/* ***************************************************************** */

/* ******************************************************** */
/* **************** START ** Define colors **************** */
.color-logo {
	color: #c321cb !important;
}
.color-transparent {
	color: transparent !important;
}
/* ***************** END ** Define colors ***************** */
/* ******************************************************** */

/** Form-control style to custom select **/
.filter-option-inner-inner {
	font-size: 16px;
	line-height: 1.42857;
	text-transform: none;
}

/* ******************************************************** */
/* ************** START ** Fixed NavBar Menu ************** */
.nav-fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}

.ms-navbar.nav-shrink,.ms-lead-navbar.nav-shrink
{
	animation:fadeInDownPerso;animation-duration:1s;animation-fill-mode:both
}
	
.ms-navbar.nav-shrink .navbar-header,.ms-lead-navbar.nav-shrink .navbar-header
{
	display:-ms-flexbox;display:flex
}

.ms-navbar.nav-shrink .btn-navbar-menu,.ms-lead-navbar.nav-shrink .btn-navbar-menu
{
	display:block
}

.ms-navbar.nav-shrink .navbar-collapse,.ms-lead-navbar.nav-shrink .navbar-collapse
{
	-ms-flex-pack:end;justify-content:flex-end;margin-right:50px
}

.div-margin-after-nav
{
	margin-top: 50px;
}

/* *************** END ** Fixed NavBar Menu *************** */
/* ******************************************************** */


/* ******************************************************** */
/* ************** START ** OSS Text Purpose ************** */
@media(max-width:767px)
{
	.img-oss-purpose-mob
	{
		width: 100px;
		height: 100px;
	}

	.txt-oss-purpose-mob
	{
		font-size: 2.6rem !important;
	}
	.txt-purpose-mob
	{
		font-size: 2.1rem !important;
	}
	
}
/* *************** END ** OSS Text Purpose **************** */
/* ******************************************************** */

/* ******************************************************** */
/* ************** START ** Footer Share ************** */
.ms-header {
    min-height: auto;
}

@media (max-width: 767px)
{
	.ms-header {
		display: block;
	}
}
/* *************** END ** Footer Share **************** */
/* ******************************************************** */

/* ******************************************************** */
/* ************** START ** Product Logo ************** */
.product-logo {
    background-size: contain;
    min-height: 250px;
    background-repeat: no-repeat;
    background-position: center;
}

.product-logo.cominApp{
	background-image: url('../img/products/CominApp.png');
}

.product-logo.ips{
	background-image: url('../img/products/Ips_3.png');
}

.product-logo.schooling{
	background-image: url('../img/products/Schooling.png');
}

.product-logo.apverts{
	background-image: url('../img/products/Apverts.png');
}
/* *************** END ** Product Logo **************** */
/* ******************************************************** */

/* ******************************************************** */
/* ************** START ** Custom Icons ************** */
.icon-ionic{
	background-size: contain;
    background-image: url('../img/Seminary/Ionic.png');
    background-position: center;
	background-repeat: no-repeat;
}

.icon-xamarin{
	background-size: cover;
    background-image: url('../img/Seminary/Xamarin.png');
    background-position: center;
	background-repeat: no-repeat;
}
/* *************** END ** Custom Icons **************** */
/* ******************************************************** */

.top_2_per {
	top: 2% !important;
}

.top_5_per {
	top: 5% !important;
}

.top_10_per {
	top: 10% !important;
}

:root {
	--info-color: #0099CC;
}

.btn-toggle-pass {
	border: none;
	position: absolute;
	top: 11px;
	background: transparent;
	right: 0;
	z-index: 3; /*10;*/
}

	.btn-toggle-pass.active {
		color: var(--info-color);
	}

.input-transparent {
	width: 0.01px;
	border-color: transparent;
	height: 0.01px;
}

/* Loader styles --- Start */
.loader {
	border: 5px solid #7b1fa2;
	border-radius: 50%;
	border-top: 5px solid #ee64f6;
	/*border-right: 5px solid #fca831;*/
	/*border-bottom: 5px solid #ee64f6;*/
	width: 35px;
	height: 35px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	margin-bottom: 5px;
	margin-top: 5px;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/* Loader styles --- End */

/* Custom avatar styles --- Start */
.div-img-circle {
	border-radius: 50%;
	box-shadow: 0 3px 4px 0 rgba(0,0,0,.14),0 3px 3px -2px rgba(0,0,0,.2),0 1px 8px 0 rgba(0,0,0,.12);
	color: #fff;
	text-align: center;
	background: #7b1fa2;
	margin: 0 auto;
	transform: translateY(40px) rotate(0deg);
	transition: all ease .5s;
	position: relative;
	z-index: 1;
	display: block;
}

	.div-img-circle:hover {
		transform: translateY(40px) rotate(360deg);
		box-shadow: 0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12),0 3px 5px -1px rgba(0,0,0,.2)
	}

.div-img-circle-sm {
	width: 40px;
	height: 40px;
	border: solid 2px #fff;
	line-height: 40px;
	font-size: 17px;
}

.div-img-circle-md {
	width: 120px;
	height: 120px;
	border: solid 5px #fff;
	line-height: 120px;
	font-size: 50px;
}

/* Custom avatar styles --- End */

.social-unlinked {
	opacity: .3;
}

.social-unlinked:hover {
	opacity: 1;
}

.bootstrap-select button .filter-option .filter-option-inner .filter-option-inner-inner {
	padding-top: 2px;
}

/* Custom Phonelib number input -------- Start */
/*.flag-container {
	opacity: .2;
}*/
/*.flag-container:hover, .flag-container:active, .flag-container:focus {
		opacity: 1 !important;
	}*/
/*.flag-container ul.country-list:hover, ul.country-list:focus, ul.country-list:active {
		opacity: 1 !important;
	}

	.flag-container ~ input#PhoneNumber:focus, .flag-container ~ input#PhoneNumber:active {
		opacity: 1 !important;
	}*/
div.div-phonenumber.is-focused .input-group .intl-tel-input .flag-container,
div.div-phonenumber.is-empty.is-focused .input-group .intl-tel-input .flag-container,
div.div-phonenumber .input-group .intl-tel-input .flag-container {
	opacity: 1;
}

div.div-phonenumber.is-empty .input-group .intl-tel-input .flag-container {
	opacity: .05;
}

.label-floating-force {
	position: absolute;
	top: -30px;
	left: 0;
	font-size: 12px;
	line-height: 1.07143;
}

.dropdown-white {
	color: #7b1fa2 !important;
	background-color: #ffffff;
}
	.dropdown-white.active, .dropdown-white:active, .dropdown-item.active, .dropdown-item:active {
		/*color: #7b1fa2 !important;*/
		background-color: #f6e2f7 !important;
	}
	.dropdown-white:hover:not(.active) {
		/*color: #7b1fa2 !important;*/
		background-color: #f0c8f2 !important;
	}
.ms-navbar-white .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu li .dropdown-item.active,
.ms-navbar-white .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu li .dropdown-item:active {
	color: #7b1fa2 !important;
}
/* Loader styles --- Start */
.loader {
	border: 5px solid #821a1b;
	border-radius: 50%;
	border-top: 5px solid #56c898;
	border-right: 5px solid #fca831;
	border-bottom: 5px solid #e74a42;
	width: 35px;
	height: 35px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	margin-bottom: 5px;
	margin-top: 5px;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/* Loader styles --- End */

.td-35 {
	width: 35%;
}

/* Review back-top btn to similar to Facebook chat display --------- Start */
.btn-back-top.back-show {
	margin-bottom: 70px;
	right: 25px;
}

.btn-circle.btn-circle-sm {
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 21px;
}

.btn-circle.btn-circle-sm i.zmdi {
	font-size: 27px;
}

/* Review back-top btn to similar to Facebook chat display --------- End */

/* Products page styles --------- Start */

.ms-thumbnail:hover > .item-cover {
	background: linear-gradient(transparent,#0a000a);
	bottom: 0;
	color: #fff;
	height: 33%;
	left: 0;
	position: absolute;
	width: 100%;
	font-weight: bold;
}

	.ms-thumbnail:hover > .item-cover .panel-btn {
		bottom: 0;
		box-sizing: border-box;
		position: absolute;
		 width: 363px; 
		font-weight: bold;
		font-size: 14px;
		margin-left: 2%;
		margin-bottom: 0;
		overflow: hidden;
		display: block;
		z-index: 99999;
	}

.ms-thumbnail > .item-cover .panel-btn {
	display: none;
}

/* Products page styles --------- End */

#btnLogin, #btnRegister {
	background-color: #7b1fa2 !important;
	color: rgba(255,255,255,.84) !important;
}