/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar1 {
	padding: 0;
}

	.navbar1 ul {
		margin: 0;
		padding: 0;
		display: flex;
		list-style: none;
		align-items: center;
	}

	.navbar1 li {
		position: relative;
	}

	.navbar1 > ul > li {
		position: relative;
		white-space: nowrap;
		/*padding: 8px 0 8px 20px;*/
	}

	.navbar1 a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		font-size: 14px;
		color: #2c4964;
		white-space: nowrap;
		transition: 0.3s;
		padding: 5px 2px;
	}

		.navbar1 a i {
			font-size: 12px;
			line-height: 0;
			margin-left: 5px;
		}

		.navbar1 a:hover, .navbar1 .active, .navbar1 li:hover > a {
			color: #0094FF;
			border-color: #ff0055;
		}

	.navbar1 .dropdown ul {
		display: block;
		position: absolute;
		left: 20px;
		top: calc(100% + 30px);
		margin: 0;
		padding: 10px 0;
		z-index: 99;
		opacity: 0;
		visibility: hidden;
		background: #fff;
		box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
		transition: 0.3s;
	}

		.navbar1 .dropdown ul li {
			min-width: 200px;
		}

		.navbar1 .dropdown ul a {
			padding: 5px 10px;
			font-size: 14px;
			font-weight: 500;
			text-transform: none;
			color: #082744;
			border: none;
		}

			.navbar1 .dropdown ul a i {
				font-size: 12px;
			}

			.navbar1 .dropdown ul a:hover, .navbar1 .dropdown ul .active:hover, .navbar1 .dropdown ul li:hover > a {
				color: #1977cc;
			}

	.navbar1 .dropdown:hover > ul {
		opacity: 1;
		top: 100%;
		visibility: visible;
	}

	.navbar1 .dropdown .dropdown ul {
		top: 0;
		left: calc(100% - 30px);
		visibility: hidden;
	}

	.navbar1 .dropdown .dropdown:hover > ul {
		opacity: 1;
		top: 0;
		left: 100%;
		visibility: visible;
	}

@media (max-width: 1366px) {
	.navbar1 .dropdown .dropdown ul {
		right: -90%;
	}

	.navbar1 .dropdown .dropdown:hover > ul {
		right: -100%;
	}
}

/**
  * Mobile Navigation 
  */
.mobile-nav-toggle {
	color: #2c4964;
	font-size: 28px;
	cursor: pointer;
	display: none;
	line-height: 0;
	transition: 0.5s;
}

	.mobile-nav-toggle.bi-x {
		color: #fff;
	}

@media (max-width: 991px) {
	.mobile-nav-toggle {
		display: block;
	}

	.navbar1 ul {
		display: none;
	}
}

.navbar1-mobile {
	position: fixed;
	overflow: hidden;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(28, 47, 65, 0.9);
	transition: 0.3s;
	z-index: 999;
}

	.navbar1-mobile .mobile-nav-toggle {
		position: absolute;
		top: 15px;
		right: 15px;
	}

	.navbar1-mobile ul {
		display: block;
		position: absolute;
		top: 55px;
		right: 15px;
		bottom: 15px;
		left: 15px;
		padding: 10px 0;
		background-color: #fff;
		overflow-y: auto;
		transition: 0.3s;
	}

	.navbar1-mobile > ul > li {
		padding: 0;
	}

	.navbar1-mobile a {
		padding: 10px 20px;
		font-size: 15px;
		color: #2c4964;
		border: none;
	}

		.navbar1-mobile a:hover, .navbar1-mobile .active, .navbar1-mobile li:hover > a {
			color: #1977cc;
		}

	.navbar1-mobile .getstarted {
		margin: 15px;
	}

	.navbar1-mobile .dropdown ul {
		position: static;
		display: none;
		margin: 10px 20px;
		padding: 10px 0;
		z-index: 99;
		opacity: 1;
		visibility: visible;
		background: #fff;
		box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	}

		.navbar1-mobile .dropdown ul li {
			min-width: 200px;
		}

		.navbar1-mobile .dropdown ul a {
			padding: 10px 20px;
		}

			.navbar1-mobile .dropdown ul a i {
				font-size: 12px;
			}

			.navbar1-mobile .dropdown ul a:hover, .navbar1-mobile .dropdown ul .active:hover, .navbar1-mobile .dropdown ul li:hover > a {
				color: #1977cc;
			}

	.navbar1-mobile .dropdown > .dropdown-active {
		display: block;
	}

@media only screen and (max-width: 576px) {
	.navbar1 .dropdown .dropdown:hover > ul {
		opacity: 1;
		top: 25px;
		left: 45%;
		visibility: visible;
	}
}

.pro-card .badge.badge-accented.on-course-card {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	box-shadow: 0 0 1px 1px rgb(20 23 28 / 10%), 0 3px 1px 0 rgb(20 23 28 / 10%);
	pointer-events: none;
	position: absolute;
	top: 8px;
	left: 0;
	z-index: 1;
}

.pro-card .badge.badge-accented.yellow {
	background: #F4C150;
	color: #29303B;
}

.pro-card .badge.badge-accented {
	border-radius: 3px;
	font-size: 9px;
	padding: 1px 8px 1px 8px;
	background: #14171C;
	border: none;
	color: #FFF;
	min-width: inherit;
	display: inline-block;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	top: -3px;
	z-index: 2;
	vertical-align: baseline;
}

.accordion-body p {
	font-family: 'Montserrat';
	font-weight: 400;
	font-size: 14px;
}


.input-custom1 {
	border-color: #fff !important;
	border-bottom: 1px solid #ccc !important;
}

.bottom-border {
	border-bottom: 2px solid #0094FF !important;
}


.pr-3 {
	padding-right: 3px;
}

.input-outline-light {
	color: #070707;
	border-color: #f9fafd;
}

	.input-outline-light:hover {
		color: #4d5969;
		background-color: #f9fafd;
		border-color: #f9fafd;
	}

	.input-check:focus + .input-outline-light, .input-outline-light:focus {
		-webkit-box-shadow: 0 0 0 0 rgba(249, 250, 253, 0.5);
		box-shadow: 0 0 0 0 rgba(249, 250, 253, 0.5);
	}

	.input-check:checked + .input-outline-light,
	.input-check:active + .input-outline-light, .input-outline-light:active, .input-outline-light.active, .input-outline-light.dropdown-toggle.show {
		color: #4d5969;
		background-color: #f9fafd;
		border-color: #f9fafd;
	}

		.input-check:checked + .input-outline-light:focus,
		.input-check:active + .input-outline-light:focus, .input-outline-light:active:focus, .input-outline-light.active:focus, .input-outline-light.dropdown-toggle.show:focus {
			-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(249, 250, 253, 0.5);
			box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(249, 250, 253, 0.5);
		}

	.input-outline-light:disabled, .input-outline-light.disabled {
		color: #f9fafd;
		background-color: transparent;
	}

.bg-img {
	background: url('https://ssl.gstatic.com/ui/v1/icons/mail/themes/wood/bg_2560x1600.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 100vh;
	width: 100%;
	display: table;
}

.cnt {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

/* v3 */
.hide {
	visibility: hidden;
}

.navbar1 .megamenu {
	padding: 1rem;
}
/* ============ desktop view ============ */
@media all and (min-width: 992px) {

	.navbar1 .has-megamenu {
		position: static !important;
	}

	.navbar1 .megamenu {
		left: 5%;
		right: 0;
		width: 90%;
		margin-top: 0;
	}

	.mobile-offcanvas {
		visibility: hidden;
	}
}

body.offcanvas-active {
	overflow: hidden;
}

.offcanvas-header {
	display: none;
}

.screen-darken {
	height: 100%;
	width: 0%;
	z-index: 30;
	position: fixed;
	top: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(34, 34, 34, 0.6);
	transition: opacity .2s linear, visibility 0.2s, width 2s ease-in;
}

	.screen-darken.active {
		z-index: 10;
		transition: opacity .3s ease, width 0s;
		opacity: 1;
		width: 100%;
		visibility: visible;
	}

/* ============ mobile view ============ */
@media all and (max-width: 991px) {


	.offcanvas-header {
		display: block;
	}

	.mobile-offcanvas {
		visibility: hidden;
		transform: translateX(100%);
		border-radius: 0;
		display: block;
		position: fixed;
		top: 0;
		/* left:0; */
		right: 0;
		height: 100%;
		z-index: 1200;
		width: 80%;
		overflow-y: scroll;
		overflow-x: hidden;
		transition: visibility .3s ease-in-out, transform .3s ease-in-out;
	}

		.mobile-offcanvas.show {
			visibility: visible;
			transform: translateX(0);
		}

		.mobile-offcanvas .container, .mobile-offcanvas .container-fluid {
			display: block;
		}
}
/* ============ mobile view .end// ============ */

.top-section {
	padding-top: 1rem !important;
}

@media only screen and (max-width: 600px) {
	.top-section {
		padding-top: 4rem !important;
	}
}

.card-img-top {
	width: 100%;
	height: 15vw;
	object-fit: contain;
}

.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%,0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
	-webkit-transform: translate3d(0,-100%, 0);
	transform: translate3d(0,-100%, 0);
}

/* ============ Whatsapp popup Start ============ */
.WhatsApp_container {
	position: fixed;
	bottom: 30px;
	left: 30px;
	max-width: 400px;
	width: 100%;
	padding: 2px;
	background: #ebf0f5;
	border-radius: 10px;
	-webkit-box-shadow: 0 2.5px 10px rgba(0,0,0,.1);
	box-shadow: 0 2.5px 10px rgba(0,0,0,.1);
	display: -moz-box;
	display: flex;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column;
	-moz-box-pack: center;
	justify-content: center;
	grid-gap: 15px;
	gap: 15px
}

	.WhatsApp_container .WhatsApp_header {
		display: -moz-box;
		display: flex;
		grid-gap: 15px;
		gap: 15px;
		-moz-box-align: center;
		align-items: center
	}

		.WhatsApp_container .WhatsApp_header .WhatsApp_heading {
			color: #1e272e;
			font-size: 1.25rem;
			font-weight: 700
		}

		.WhatsApp_container .WhatsApp_header button {
			margin-left: auto;
			width: 21px;
			height: 21px;
			color: #566474;
			border-radius: 50%;
			padding: 4px;
			cursor: pointer
		}

	.WhatsApp_container .WhatsApp_footer {
		display: -moz-box;
		display: flex;
		grid-gap: 15px;
		gap: 15px;
		-moz-box-pack: center;
		justify-content: center;
		-moz-box-align: center;
		align-items: center;
		margin-top: 5px
	}

		.WhatsApp_container .WhatsApp_footer button {
			border: none;
			outline: none;
			border-radius: 5px
		}

.popupwa {
	height: 7px !important;
	margin-left: auto;
	padding: 0px !important;
}

@media only screen and (max-width: 768px) {
	.WhatsApp_container .WhatsApp_footer button {
		width: 100%
	}
}

.WhatsApp_container .WhatsApp_footer button:disabled {
	opacity: .6
}

.WhatsApp_container .WhatsApp_footer .WhatsApp_whatsAppLink {
	display: -moz-box;
	display: flex;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	flex-direction: row;
	-moz-box-pack: center;
	justify-content: center;
	-moz-box-align: center;
	align-items: center;
	padding: 10px;
	border-radius: 5px;
	cursor: pointer;
	background: #0094ff;
	color: #fff;
	font-size: 1rem;
	grid-gap: 10px;
	gap: 10px
}

	.WhatsApp_container .WhatsApp_footer .WhatsApp_whatsAppLink img {
		width: 18px;
		height: 18px
	}

	.WhatsApp_container .WhatsApp_footer .WhatsApp_whatsAppLink:hover {
		color: #fff;
		background-color: #21488f;
		border-color: #21488f;
	}

@media only screen and (max-width: 768px) {
	.WhatsApp_container {
		bottom: 20px;
		left: 20px;
		width: calc(100% - 40px)
	}
}
/* ============ Whatsapp popup End============ */
.btn-mpclose {
	box-sizing: content-box;
	width: 1em;
	height: 1em;
	padding: 0.25em 0.25em;
	color: #000;
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
	border: 0;
	border-radius: 0.25rem;
	opacity: 0.5;
}

	.btn-mpclose:hover {
		color: #000;
		text-decoration: none;
		opacity: 0.75;
	}

	.btn-mpclose:focus {
		outline: 0;
		box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
		opacity: 1;
	}

	.btn-mpclose:disabled, .btn-mpclose.disabled {
		pointer-events: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		user-select: none;
		opacity: 0.25;
	}

.authorDesc {
	min-height: 130px;
	padding-bottom: 10px;
}

.authorDetails {
	min-height: 30px;
}

.toc {
	padding: 0.5rem !important;
	color: #0094ff;
}

	.toc ul li a {
		color: #0094ff;
	}

.google-btn {
	height: 42px;
	background-color: #0094FF;
	border-radius: 2px;
	box-shadow: 0 3px 4px 0 rgba(0,0,0,.25);
}

.google-icon-wrapper {
	position: absolute;
	margin-top: 1px;
	margin-left: 1px;
	width: 40px;
	height: 40px;
	border-radius: 2px;
	background-color: #fff;
}

.google-icon {
	position: absolute;
	margin-top: 11px;
	margin-left: 11px;
	width: 18px;
	height: 18px;
}

.login-with-google-btn {
	font-size: inherit;
	height: 42px;
	transition: background-color .3s, box-shadow .3s;
	padding: 2px 4px 0px 42px;
	color: #fff;
	background-color: #0094FF;
}

.hightlightcategory {
	padding: 3px;
	min-height: 0px;
}

.hightlightcategorymb {
	font-family: 'Varela Round';
	text-align: center;
}

@media (min-width: 768px) {
	.hightlightcategory {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 19.66667%;
	}
}

.multiselect-container li a {
	font-size: 15px;
}

.btn-default {
	font-size: 15px;
}

.dropdown-menu li a {
	padding: 5px 7px;
	font-weight: 300;
}

@media (max-width: 991px) {
	.multiselect-container li a {
		font-size: 9px;
	}

	multiselect-container li a{
		background-color:red;
	}
	.dropdown-menu {
		min-width: 130px;
		border-radius: 0px;
		background-color: #f5f5f5;
	}


	.checkbox input {
		width: 10px;
		height: 10px;
	}

	.btn-default {
		font-size: 12px;
	}
}
