@font-face {
	font-family: 'Roboto';
	src: url('https://intellipaat.com/fonts/Roboto-Light.woff2') format('woff2'),
	url('https://intellipaat.com/fonts/Roboto-Light.woff') format('woff');
	font-weight:300;
	font-display:swap;
}
@font-face {
	font-family: 'Roboto';
	src: url('https://intellipaat.com/fonts/Roboto-Bold.woff2') format('woff2'),
	url('https://intellipaat.com/fonts/Roboto-Bold.woff') format('woff');
	font-weight:700;
	font-display: swap;
}
@font-face {
	font-family: 'Roboto';
	src: url('https://intellipaat.com/fonts/Roboto-Regular.woff2') format('woff2'),
	url('https://intellipaat.com/fonts/Roboto-Regular.woff') format('woff');
	font-weight: 400;
	font-display: swap;
}
@font-face {
	font-family: 'Roboto';
	src: url('https://intellipaat.com/fonts/Roboto-Medium.woff2') format('woff2'),
	url('https://intellipaat.com/fonts/Roboto-Medium.woff') format('woff');
	font-weight: 500;
	font-display: swap;
}
body,li,ol,ul,button{padding:0;margin:0;font-family:"Roboto",sans-serif!important;color:#2e3d49}
h1,h2,h3,h4,p,div{font-family:"Roboto",sans-serif!important}
/*bootstrap*/
*,
::after,
::before {
	box-sizing: border-box
}
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent
}
nav,
section {
	display: block
}
body {
	padding: 0;
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff
}
[tabindex="-1"]:focus {
	outline: 0!important
}
h1,
h2,
h3,
h4 {
	margin-top: 0
}
p {
	margin-top: 0;
	margin-bottom: 1rem
}

ul {
	margin-top: 0;
	margin-bottom: 1rem
}

ul ul {
	margin-bottom: 0
}

a {
	text-decoration: none;
	background-color: transparent
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):focus {
	outline: 0
}

img {
	vertical-align: middle;
	border-style: none
}

table {
	border-collapse: collapse
}

th {
	text-align: inherit
}

label {
	display: inline-block;
	margin-bottom: .5rem
}

button {
	border-radius: 0
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}

button,
input,
select,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

select {
	word-wrap: normal
}

[type=button],
[type=submit],
button {
	-webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
	cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;
	border-style: none
}

textarea {
	overflow: auto;
	resize: vertical
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

h1,
h2,
h3,
h4 {
	margin-bottom: .5rem;
	line-height: 1.2
}
.img-fluid {
	max-width: 100%;
	height: auto
}

.table {
	width: 100%;
	margin-bottom: 1rem;
	color: #212529
}

.table td,
.table th {
	padding: .75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6
}

.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6
}

.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.form-control {
		transition: none
	}
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::-webkit-input-placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control::-moz-placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control::-ms-input-placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control:disabled {
	background-color: #e9ecef;
	opacity: 1
}

select.form-control:focus::-ms-value {
	color: #495057;
	background-color: #fff
}

textarea.form-control {
	height: auto
}

.form-group {
	margin-bottom: 1rem
}

.form-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before {
	border-color: #28a745
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before {
	border-color: #dc3545
}

.btn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.btn {
		transition: none
	}
}

.btn:hover {
	color: #212529;
	text-decoration: none
}

.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn:disabled {
	opacity: .65
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #0062cc;
	border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #545b62;
	border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #1e7e34;
	border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #117a8b;
	border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active {
	color: #212529;
	background-color: #d39e00;
	border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #bd2130;
	border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active {
	color: #212529;
	background-color: #dae0e5;
	border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #1d2124;
	border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
	font-weight: 400;
	color: #007bff;
	text-decoration: none
}

.btn-link:hover {
	color: #0056b3;
	text-decoration: underline
}

.btn-link:focus {
	text-decoration: underline;
	box-shadow: none
}

.btn-link:disabled {
	color: #6c757d;
	pointer-events: none
}

.fade {
	opacity: 0;
	transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
	.fade {
		transition: none
	}
}

.fade:not(.show) {
	opacity: 0
}
.fade.show {
    opacity: 1;
}

.tab-content>.tab-pane {
    display: none;
}
.tab-content>.active {
    display: block;
}

.collapse:not(.show) {
	display: none
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: .5rem 0;
	margin: .125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: .25rem
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
	border-color: #80bdff
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
	color: #fff;
	background-color: #b3d7ff;
	border-color: #b3d7ff
}

.card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: .25rem
}

.card-header {
	padding: .75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, .03);
	border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
	border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.close {
	float: right;
	font-size: 1.5rem;
	font-weight:500;
	line-height: 1;
	color: #272c37;
	text-shadow: 0 1px 0 #fff;
	opacity: .5
}

.close:hover {
	color: #272c37;
	text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
	opacity: .75
}

button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.modal-open {
	overflow: hidden
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none
}

.modal.fade .modal-dialog {
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
	-webkit-transform: translate(0, -50px);
	transform: translate(0, -50px)
}

@media (prefers-reduced-motion:reduce) {
	.modal.fade .modal-dialog {
		transition: none
	}
}

.modal.show .modal-dialog {
	-webkit-transform: none;
	transform: none
}

.modal-dialog-centered {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
	display: block;
	height: calc(100vh - 1rem);
	content: ""
}

.modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem;
	outline: 0
}

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000
}

.modal-backdrop.fade {
	opacity: 0
}

.modal-backdrop.show {
	opacity: .5
}

.modal-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: .3rem;
	border-top-right-radius: .3rem
}

.modal-header .close {
	padding: 1rem 1rem;
	margin: -1rem -1rem -1rem auto
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5
}

.modal-body {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem
}


@media (min-width:576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto
	}
	.modal-dialog-centered {
		min-height: calc(100% - 3.5rem)
	}
	.modal-dialog-centered::before {
		height: calc(100vh - 3.5rem)
	}
}

@media (min-width: 992px){
	.modal-lg, .modal-xl {
		max-width: 800px;
	}
}
@media (min-width: 1200px){
	.modal-xl {
		max-width: 1170px;
	}
}
@media screen and (min-width:768px){
	.modal-open {padding-right: 16px !important;}
}


.rounded-circle {
	border-radius: 50%!important
}

.rounded-0 {
	border-radius: 0!important
}

.clearfix::after {
	display: block;
	clear: both;
	content: ""
}

@media (min-width:992px) {
	.d-lg-block {
		display: block!important
	}
}

.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden
}

.embed-responsive::before {
	display: block;
	content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}

.embed-responsive-16by9::before {
	padding-top: 56.25%
}

.justify-content-center {
	-ms-flex-pack: center!important;
	justify-content: center!important
}

.align-items-center {
	-ms-flex-align: center!important;
	align-items: center!important
}
.m-0 {
	margin: 0!important
}

.mt-0 {
	margin-top: 0!important
}

.mb-0 {
	margin-bottom: 0!important
}

.mt-2 {
	margin-top: .5rem!important
}

.mb-2 {
	margin-bottom: .5rem!important
}

.mb-3 {
	margin-bottom: 1rem!important
}

.mt-4 {
	margin-top: 1.5rem!important
}

.mb-4 {
	margin-bottom: 1.5rem!important
}

.mb-5 {
	margin-bottom: 3rem!important
}

.p-0 {
	padding: 0!important
}

.pr-0 {
	padding-right: 0!important
}

.pl-0 {
	padding-left: 0!important
}

.p-2 {
	padding: .5rem!important
}

.pt-3 {
	padding-top: 1rem!important
}

.pb-3 {
	padding-bottom: 1rem!important
}

.pb-5 {
	padding-bottom: 3rem!important
}

.text-right {
	text-align: right!important
}

.text-center {
	text-align: center!important
}

@media print {
	*,
	::after,
	::before {
		text-shadow: none!important;
		box-shadow: none!important
	}
	a:not(.btn) {
		text-decoration: underline
	}
	thead {
		display: table-header-group
	}
	img,
	tr {
		page-break-inside: avoid
	}
	h2,
	h3,
	p {
		orphans: 3;
		widows: 3
	}
	h2,
	h3 {
		page-break-after: avoid
	}
	@page {
		size: a3
	}
	body {
		min-width: 992px!important
	}
	.container {
		min-width: 992px!important
	}
	.table {
		border-collapse: collapse!important
	}
	.table td,
	.table th {
		background-color: #fff!important
	}
}
.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}
.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}
.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem;
}

/*header-footer-style*/
:focus,
a,
a:focus,
img,
img:focus {
	outline: 0!important
}

a {
	text-decoration: none
}

body {
	font-size: 14px
}

p {
	margin-top: 0
}
.ip-screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute!important;
	width: 1px;
	word-wrap: normal!important;
	word-break: normal
}
.ip-read-more {
	cursor: pointer;
	color: #8360c3;
	display: block
}
.master-reviews-description p .ip-read-more{
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #1289ee;
    cursor: pointer;
    margin-top: 8px;
}
li {
	list-style: none
}
.hmctfm-btm-rsponse-msg,
.hmctfm-rsponse-msg {
	position: relative;
	display: block;
	margin-top: 10px;
	min-height: 30px
}

h1,
h2,
h3,
h4,
strong,b {
	font-weight: 500
}

h1 {
	font-size: 1.75rem
}

h3 {
	font-size: 1rem
}

h4 {
	font-size: .75rem
}

a:hover {
	text-decoration: none
}

button:focus {
	outline: 0
}

.slick-slide:focus {
	outline: 0
}

.ip-singup-btn a {
	background: linear-gradient(270deg, #FF630B 0%, #FF7A00 100%);
	border: 1.5px solid #efac49!important;
	color: #fff!important
}

.ip-singup-btn {
	margin: 0 0 0 10px
}

p.modal-title {
	font-size: 20px;
	font-weight: 500
}

.CallOurCourseHeading {
	font-size: 18px;
	font-weight: 500
}

.web-browse-wrapper ul li .tonclickopen,
.web-browse-wrapper ul>li:hover .tonclickopen {
	padding: 4px 15px;
	font-size: 14px;
	cursor: pointer
}

.web-browse-wrapper ul>li:hover .dropdown-menusub_inner {
	display: block
}

.browse-wrapper:hover .web-browse-wrapper {
	display: block
}

.head-login-wrapper span a.loggedinuser-btn,
.head-login-wrapper span a.wcmenucart-contents {
	padding: 10px 5px
}

.head-login-wrapper span a.loggedinuser-btn img {
	width: 35px;
	height: 35px;
	max-height: 35px
}
.loggedinuser a img {
	max-width: 35px;
	border-radius: 50%;
	cursor: pointer
}

.header-shopping-cart {
	background-image: url("../images/global-sprite.svg?tr=w-180,h-208");
	background-position: -42px 0;
	width: 25px;
	height: 23px;
	display: inline-block;
	position: relative;
	top: 6px
}

.head-login-wrapper span>a span.cart_count {
	border-radius: 7px;
	display: block;
	padding: 2px 4px;
	background-color: grey;
	margin-left: 12px;
	font-size: 12px;
	line-height: 10px;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0
}

.LogedinUserWrapper {
	display: none!important;
	position: absolute!important;
	min-width: 200px;
	right: 0;
	top: 44px;
	z-index: 9
}

.LogedinUserWrapper.open {
	display: block!important
}

.LogedinUserWrapper .vk-submenu {
	padding: 5px 0;
	background: #f7f7f7;
	border: 1px solid #ddd;
	margin-top: -1px
}

.LogedinUserWrapper .vk-submenu span {
	display: block;
	text-align: left
}

.LogedinUserWrapper .vk-submenu span a {
	font-size: 14px;
	display: block;
	padding: 5px 10px
}

.LogedinUserWrapper .vk-submenu span a:hover {
	color: #4f4f4f
}

.dropdown-menusub_inner {
	display: none;
	color: #fff!important;
	opacity: 1;
	visibility: visible;
	width: 310px;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	left: 100%;
	top: -1px;
	background: #3090c9;
	border: 1px solid #ddd;
	height: calc(100% + 2px);
	margin-top: 0
}

.dropdown-menusub_inner p.heading {
	margin: 0;
	color: #fff;
	border: 0;
	padding: 10px 15px 10px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500
}

.web-browse-wrapper ul.browse-sub-menu {
	margin-bottom: 30px
}

.browse-sub-menu li a {
	padding: 2px 15px;
	color: #fff;
	font-size: 14px;
	display: block;
	width: 100%
}

.browse-sub-menu li a:hover {
	text-decoration: none;
	background-color: #00a2e8
}

.web-viewall-btn a {
	display: inline-block;
	color: #fff;
	border: 1px solid #ddd;
	padding: 2px 15px
}

.web-viewall-btn a:hover {
	text-decoration: none
}

.footer {
	background-color: #1f1f1f;
	padding: 40px 0 0
}

#footercollapse {
	padding: 15px 0
}

.footer #ip-footer-sec-accordion .card {
	background: 0 0;
	border: none
}

#footerArea {
	padding: 0
}

#footerArea:before {
	content: none
}

#footerArea button {
	display: block;
	width: 100%;
	color: rgba(255, 255, 255, .45);
	text-align: left;
	font-size: 12px;
	min-height: 32px
}

#footerArea button:focus {
	text-decoration: none
}

#footerArea button:after {
	content: '';
	display: inline-block;
	width: 1em;
	height: 1em;
	border-top: 3px solid #c6c6c6;
	border-right: 3px solid #c6c6c6;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: 10px;
	position: absolute;
	top: 20px
}

#footerArea button.collapsed:after {
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	top: 18px
}

.footerwidget_new p.footertitleselected {
	color:#fff;font-size:16px;font-weight:normal;margin-bottom:11px
}

.footerwidget_new ul {
	margin: 0 0 15px 0;
	padding: 0
}

.footerwidget_new ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 24px
}

.footerwidget_new ul li a {
	color: rgba(255, 255, 255, .45);
	display: block;
	padding-bottom:10px;font-size:14px;line-height:20px;text-decoration:none
}

.footerwidget_new ul li a:hover {
	text-decoration: none
}

.footer-logo {
	width: 100%
}

.footer-logo img {
	max-width: 100%
}

.footer-bottom-social {
	padding: 0;
	margin: 0
}

#footerbottom {
	background: #1f1f1f;
	padding: 15px 0;
	font-size: 11px;
	text-transform: uppercase;
	border-top: 1px solid rgba(79, 79, 79, .5)
}

.footer-social {
	width: 28px;
	height: 28px;
	display: inline-block;
	position: relative
}

.footer-bottom-social a {
	display: inline-block;
	opacity: .55
}

.footer-bottom-social a:hover {
	opacity: 1
}

.footer-facebook:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 28px;
	height: 28px;
	background: url("../images/global-sprite.svg?tr=w-180,h-208");
	content: ""!important;
	background-position: 0 -42px
}

.footer-twitter:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 28px;
	height: 28px;
	background: url("../images/global-sprite.svg?tr=w-180,h-208");
	content: ""!important;
	background-position: -28px -42px
}

.footer-linkedin:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 28px;
	height: 28px;
	background: url("../images/global-sprite.svg?tr=w-180,h-208");
	content: ""!important;
	background-position: -55px -42px
}

.footer-youtube:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 28px;
	height: 28px;
	background: url("../images/global-sprite.svg?tr=w-180,h-208");
	content: ""!important;
	background-position: -84px -42px
}

.footer-instagram:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 28px;
	height: 28px;
	background: url("../images/global-sprite.svg?tr=w-180,h-208");
	content: ""!important;
	background-position: -100px -111px
}

.inlineintfooter li {
	display: inline;
	border-right: 1px solid rgba(255, 255, 255, .45);
	padding: 0 5px 0px 0px;
	margin-right:5px;
}

.footer-bottom-links .inlineintfooter li:first-child {
	padding-left: 0px
}

.footer-bottom-links .inlineintfooter li:last-child {
	border-right: 1px solid transparent
}

.inlineintfooter li a {
	color:#fff;text-decoration:none;line-height:18px
}

.inlineintfooter li a:hover {
	text-decoration: none;
	color: #fff
}

.copyright {
	color:rgba(255, 255, 255, .5);
	font-size:12px
}

.copyright p {
	margin-bottom: 0;
	text-align: left;
	line-height:1.33;color:rgba(255, 255, 255, .5)
}

.btn:focus {
	outline: 0;
	box-shadow: none
}

.footer-all-courses {
	border-top: 1px solid #969696;
	padding-top: 48px
}

.footer-all-courses h4 {
	font-size: 16px;
	font-weight:400;
	color: #fff;
	margin-bottom: 16px
}

.footer-all-courses-list {
	margin: 0 0 48px 0
}

.footer-all-courses-list>a {
	display:inline-block;padding-right:10px;margin-right:10px;border-right:1.5px solid #969696;color:#969696;
	line-height:14px;text-decoration:none;font-size:14px;margin-bottom:12px
}

.footer-all-courses-list a:first-child {
	padding-left: 0
}

.footer-all-courses-list a:last-child {
	border-right: 2px solid transparent
}

.copyright-text {
	color: #fff;
	font-size: 14px;
	line-height: 24px
}

#info-stripe {
    position: sticky;
    bottom: 0;
    color: #fff;
    text-align: center;
    background-color: #000;
    z-index: 99;
}

.close-login-popup {
	background: 0 0;
	border: none;
	font-size: 25px;
	line-height: 16px;
	vertical-align: middle;
	font-weight: 500
}

.video-popup.modal-content {
	background-color: transparent;
	border: none;
	position: relative
}

.call-popup.modal-content {
	padding: 20px;
	color: #4f4f4f;
	font-size: 16px
}

.video-popup iframe {
	outline: 0;
	border: none
}

.call-popup .close-call-popup,
.video-popup .close-video-popup {
	background: 0 0;
	border: none;
	font-size: 25px;
	line-height: 16px;
	vertical-align: middle;
	font-weight: 500;
	color: #fff;
	position: absolute;
	right: -5px;
	top: -20px
}

.course-cart-modal-content,
.cart-content {
	width: 100%
}

.course-cart-modal-content table.shop_table thead {
	background-color: #f7f7f7
}

.course-cart-modal-content table.shop_table td,
.course-cart-modal-content table.shop_table td a,
.course-cart-modal-content table.shop_table th {
	color: #4a4a4a;
	font-size: 14px;
	vertical-align: middle
}
.woocommerce .intellipaat-product-remove-cart a.remove {
    display: inline-block!important;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout .button.alt.wc-forward {
	background-color: #f2994a!important;
	border: 1px solid #f2994a
}

.shop_table .actions {
	display: inline-block
}

.shop_table .actions>button.button {
	background-color: #f2994a;
	border: 1px solid #f2994a;
	color: #fff;
	font-size: 14px;
	padding: 5px 15px;
	border-radius: 4px;
	text-transform: uppercase;
	font-weight: 500;
	height: 32px
}

.shop_table .actions>button.button:hover {
	background-color: #f2994a;
	border: 1px solid #f2994a;
	color: #fff
}

.course-cart-modal-content .woocommerce .wc-proceed-to-checkout .checkout-button {
	background-color: #f2994a;
	border: 1px solid #f2994a;
	color: #fff;
	font-size: 14px;
	padding: 8px 15px;
	border-radius: 4px;
	text-transform: uppercase;
	font-weight: 500;
	height: 32px
}

.course-cart-modal-content .woocommerce .wc-proceed-to-checkout .checkout-button:hover {
	background-color: #f2994a;
	border: 1px solid #f2994a;
	color: #fff
}

.contact-no a {
	color: #fff;
	text-decoration: none
}

.footer-phone-icon {
	position: relative;
	top: 3px;
	right: 2px;
	width: 18px;
	height: 18px;
	background-image: url("../images/global-sprite.svg?tr=w-180,h-208");
	background-position: -3px -173px;
	display: inline-block
}

@media screen and (max-width:1200px) {
	.header-logo {
		width: 180px
	}
}

@media screen and (max-width:991px) {
	.footer {
		padding: 0
	}
	.footer-bottom-social,
	.footer-logo {
		text-align: center
	}
}

@media screen and (min-width:768px) and (max-width:1040px) {
	.head-login-wrapper #menu-course-new-top-menu span:first-child,
	.head-login-wrapper #menu-course-new-top-menu span:nth-child(2) {
		display: none
	}
}

@media screen and (min-width:768px) {
	#footercollapse {
		display: block
	}
}

@media screen and (max-width:767px) {
	.head-login-wrapper {
		display: none!important
	}
	#footerArea button {
		position: relative;
		height: 60px
	}
	.footerwidget_new ul {
		margin: 0 0 15px 0px
	}
	.footerwidget_new ul li {
		display: inline-block;
	}
	.footerwidget_new ul li:last-child {
		border-right: none
	}
	.footerwidget_new ul li a{border-right:1.5px solid #969696;padding-right:11px;margin-right:10px;line-height:14px;padding-bottom:0px;margin-bottom:12px}
	.footerwidget_new ul li:last-child a{border-right:1.5px solid transparent}
	.copyright,
	.copyright p {
		text-align: center
	}
	#info-stripe {
		background-color: #ffffff;
		box-shadow: 0px -8px 16px 0px #0000000f;
		padding:12px 10px!important
	}
	.main-mobile-nav-icon-show {
		width: 20px;
		height: 20px;
		padding: 10px 12px;
		position: absolute;
		font-size: 16px;
		display: inline-block;
		float: left;
		top: 13px;
		left: 2px;
		background-image: url("../images/global-sprite.svg?tr=w-180,h-208");
		background-position: -154px 0
	}
	.main-mobile-nav-icon-show:before {
		position: absolute;
		top: 0;
		right: 3px;
		width: 20px;
		height: 20px;
		background-image: url("../images/global-sprite.svg?tr=w-180,h-208");
		background-position: -160px -121px;
		cursor: pointer
	}
	.header-logo {
		padding-right: 0;
		text-align: center;
		width: 100%;
		position: relative
	}
	.head-search {
		padding-left: 0;
		width: 2px
	}
	.browse-wrapper {
		display: none!important
	}
	.head-login-wrapper {
		width: 50px;
		position: absolute;
		right: 15px;
		top: 16px
	}
	.mobile-category-nav-wrapper {
		width: 100%;
		position: fixed;
		top: 0;
		height: calc(100vh - 36px);
		background: 0 0;
		z-index: 99;
		left: -100%;
		-webkit-transition: all .5s linear;
		-moz-transition: all .5s linear;
		-o-transition: all .5s linear;
		transition: all .5s linear
	}
	.mobile-category-nav-wrapper.open {
		left: 0;
		-webkit-transition: all .5s linear;
		-moz-transition: all .5s linear;
		-o-transition: all .5s linear;
		transition: all .5s linear
	}
	.bg-dull {
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		height: 100vh;
		background: rgba(0, 0, 0, .62);
		z-index: -1;
		display: none
	}
	.mobile-category-nav-wrapper.open .bg-dull {
		display: block
	}
	.mobile-sidebar-menu>span {
		position: relative
	}
	.mobile-sidebar-menu span>span.row {
		display: flex
	}
	.mobile-footer-sticky {
		padding:0 130px 0 14px;
		display: -ms-flexbox;
		display: flex;
	}
	.mobile-footer-sticky-wrap {
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		text-align: center
	}
	.mobile-footer-sticky-wrap .banner-download-curriculum-btn{
		border-radius:50px;background:linear-gradient(270deg, #ff630b 0, #ff7a00 100%);color:#fff;border-color:#ff7a00
	}
	.call-our-advisor {
		padding: 0px;
		color: #FF6E06;
		display: block;
		text-align: center;
		font-size: 14px;
		font-weight: 500;
		line-height: 30px;
		border: 1px solid #FF6E06;
		border-radius: 2px;
	}
	.call-our-advisor:hover {
		color: #FF6E06
	}
	.mobile-footer-sticky .call-our-advisor{font-size:16px;line-height:48px;display:inline-block;width:100%;border-radius:50px}
	#footerbottom{padding:15px 0 90px}
}

.slick-list {
	overflow: hidden
}

.slick-slide {
	margin: 0 10px
}

.slick-arrow.slick-disabled {
	opacity:0;
	cursor: default
}

@media screen and (max-width:767px) {
	.slick-list {
		padding: 0 10% 0 0!important
	}
	.slick-arrow {
		display: none!important
	}
	.zopim {
		right: 20px!important;
		bottom: 8px!important
	}
}
/*slick-css*/
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:after,
.slick-track:before {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

.slick-slide img {
	display: block
}

.slick-initialized .slick-slide {
	display: block
}
/*form*/
.form-default input,
.form-default select,
.form-default textarea {
	color: #828282;
	font-size: 14px;
	border-color: #e0e0e0
}

.form-default select,
select {
	cursor: pointer
}

.form-default input:focus,
.form-default select:focus,
.form-default textarea:focus {
	box-shadow: none;
	border-color: #efac49
}

.form-default select:active,
.form-default select:hover {
	outline: 0
}

.form-default select option:hover {
	background-color: red
}

.form-default input[type=submit] {
	color: #efac49;
	border-color: #efac49
}

.form-submit {
	background-color: #fff;
	border: none;
	height: 34px;
	padding: 2px 15px;
	border-radius: 4px;
	border: 2px solid #efac49;
	color: #efac49;
	font-size: 14px;
	display: inline-block;
	font-weight: 500
}
.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}
.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem;
} 
.select-country-wrap {
	width: 102px!important
}

.select-country-wrap select {
	padding-right: 15px!important;
	border-top-left-radius: 4px!important;
	border-bottom-left-radius: 4px!important
}

.mobile-wrap-with-country input {
	border-top-right-radius: 4px!important;
	border-bottom-right-radius: 4px!important
}

.mobile-wrap-with-country {
	width: calc(100% - 102px)!important
}
/*checkout-style*/
.cart_totals .cart-total-heading{margin-top:20px}
.cart-total-heading{font-size:22px;font-weight:500}
.order-total>td{padding-top:20px;padding-bottom:20px}
.shop_table{margin-bottom:0!important}
#course_cart_modal .woocommerce .cart_totals_right{text-align:right;border-bottom:none}
.cart-popup-text{font-weight:500;font-size:14px;line-height:18px;color:#FF6E06;margin-bottom:10px}
.cart-popup-total{font-weight:500;font-size:28px;line-height:38px;margin-bottom:10px;color: #323232}
#course_cart_modal .cart-content .woocommerce-cart-form, .cart-collaterals .w-100.cart_totals{border-bottom:1px dashed rgba(142, 142, 142, 0.3)}
#course_cart_modal .cart-collaterals .cart-subtotal td, 
#course_cart_modal .cart-collaterals .order-total td,
#course_cart_modal .cart-collaterals .tax-rate td{text-align:right;display:block}
#course_cart_modal .woocommerce-Price-amount{display:block;text-align:right}
#course_cart_modal .cart-collaterals .cart-subtotal td, #course_cart_modal .cart-collaterals .cart-subtotal th{border-top:none}
.intellipaat-product-remove-cart{display:flex!important;min-width:120px;justify-content:center}
.intellipaat-product-remove-cart a.remove{display:inline-block!important;width:30px;height:30px;margin-right:10px}
.remove-item{display:inline-block;width:30px;height:30px;background-image:url(../images/global-sprite.svg);background-position:-97px -202px}
.shop_table .actions>button.button.ip-update-course-cart{background-color:transparent;display: inline-block;width:30px;height:30px;background-image:url(../images/global-sprite.svg);background-position:-130px -202px;border:none}
#course_cart_modal .woocommerce table.shop_table{border:none}
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals{margin-top:20px;padding:0px 20px}
.course-cart-modal-content .woocommerce table.shop_table th{padding:5px 12px;font-size:13px}
.woocommerce .quantity .qty{border:1px solid #EEEEEE;padding:4px 5px}
.cart-collaterals .cart_totals .wc-proceed-to-checkout .button.alt.wc-forward{border:1px solid #f2994a;background:linear-gradient(270deg, #FF630B 0%, #FF8A00 100%);border-radius:2px;font-size:13px;padding:8px 15px;display: inline-block}
.woocommerce table.shop_table td{font-weight:500}
.pb-3,.py-3{padding-bottom:1rem!important}
.woocommerce table.shop_table{border:1px solid rgba(0,0,0,.1);margin:0 -1px 24px 0;text-align:left;width:100%;border-collapse:separate;border-radius:5px}
.shop_table{margin-bottom:0!important}
.course-cart-modal-content table.shop_table thead{background-color:#f7f7f7}
.woocommerce table.shop_table th{font-weight:500;padding:9px 12px;line-height:1.5em}
.woocommerce a.remove{display:block;font-size:1.5em;height:1em;width:1em;text-align:center;line-height:1;border-radius:100%;color:red!important;text-decoration:none;font-weight:500;border:0}
.screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px;word-wrap:normal!important}
.woocommerce .quantity .qty{width:3.631em;text-align:center}
.woocommerce #content table.cart td.actions,.woocommerce table.cart td.actions,.woocommerce-page #content table.cart td.actions,.woocommerce-page table.cart td.actions{text-align:right}
.woocommerce #respond input#submit.disabled,.woocommerce #respond input#submit:disabled,.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,.woocommerce a.button:disabled,.woocommerce a.button:disabled[disabled],.woocommerce button.button.disabled,
.woocommerce button.button:disabled,.woocommerce button.button:disabled[disabled],.woocommerce input.button.disabled,.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled]{color:inherit;cursor:not-allowed;opacity:.5;padding:.618em 1em}
.shop_table .actions>button.button{background-color:#f2994a;border:1px solid #f2994a;color:#fff;font-size:14px;padding:5px 15px;border-radius:4px;text-transform:uppercase;font-weight:500;height:32px}
.woocommerce .cart .button,.woocommerce .cart input.button{float:none}
.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{font-size:100%;margin:0;line-height:1;cursor:pointer;position:relative;text-decoration:none;overflow:visible;padding:.618em 1em;font-weight:500;border-radius:3px;left:auto;color:#515151;background-color:#ebe9eb;border:0;display:inline-block;background-image:none;box-shadow:none;text-shadow:none}
.woocommerce .cart-collaterals,.woocommerce-page .cart-collaterals{width:100%}
.woocommerce table.shop_table td{border-top:1px solid rgba(0,0,0,.1);padding:9px 12px;vertical-align:middle;line-height:1.5em}
.woocommerce table.shop_table tbody th,.woocommerce table.shop_table tfoot td,.woocommerce table.shop_table tfoot th{font-weight:500;border-top:1px solid rgba(0,0,0,.1)}
.woocommerce table.shop_table td{border-top:1px solid rgba(0,0,0,.1);padding:9px 12px;vertical-align:middle;line-height:1.5em}
.pb-3,.py-3{float:left}
@keyframes rotation{from{transform:rotate(0)}to{transform:rotate(359deg)}}
.mobile-wrap-with-country input[type=number]::-webkit-inner-spin-button,
.mobile-wrap-with-country input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}
@media screen and (max-width:767px){
	#course_cart_modal .woocommerce .cart_totals_right{text-align:center;margin-top:30px}
	#course_cart_modal .cart-popup-total .woocommerce-Price-amount{text-align:center}
	.woocommerce table.shop_table_responsive thead{display:none}
	.woocommerce table.shop_table_responsive tbody tr:first-child td:first-child{border-top:0}
	.woocommerce table.shop_table_responsive tbody th{display:none}
	.woocommerce table.shop_table_responsive tr{display:block}
	.woocommerce table.shop_table_responsive tr td{display:block;text-align:right!important}
	.woocommerce table.shop_table_responsive tr td::before{content:attr(data-title) ": ";font-weight:500;float:left}
	.woocommerce table.shop_table_responsive tr td.actions::before,.woocommerce table.shop_table_responsive tr td.product-remove::before{display:none}
	.woocommerce table.shop_table_responsive tr:nth-child(2n) td{background-color:rgba(0,0,0,.025)}
	.woocommerce table.cart .product-thumbnail{display:none}
	.woocommerce table.cart td.actions{text-align:left}
	.woocommerce table.cart td.actions .button{display:block;width:100%}
	.woocommerce .cart-collaterals .cart_totals{width:100%;float:none;text-align:left}
}
span.pra_loading,
span.process_image{position:relative;display:inline-block;left:0;top:0;width:24px;height:24px;background:url("../images/global-sprite.svg?tr=w-180,h-208");content:"";background-position:-100px -171px;animation:rotation 1s infinite linear}

/*Explore Courses Section */
#home-explore-course {
	background-color:#F9F9F9;
	padding:40px 0px;
}
#home-explore-course h2{
	font-weight:500;
	font-size:30px;
	line-height:41px;
	color:#272c37;
	text-align:center;
	margin-bottom:30px
}
.home-explore-course-tab-wrap{
	position: -webkit-sticky;
    position: sticky;
    top: 64px;
    z-index: 1;
	margin-bottom:20px
}
#explore-course-tab {
    background: #FFFFFF;
    box-shadow: 0px 6px 14px rgb(0 0 0 / 8%);
    border-radius: 8px;
    padding: 10px;
}
#explore-course-tab a {
    display: block;
    padding:5px 12px;
	color:#272c37;
	font-weight:500;
	font-size:14px;
	line-height: 24px;
	border-radius: 4px;
	position:relative;
	padding-right: 30px;
	margin-bottom: 5px;
}
.cat-nav-icon{
	position:absolute;
	content:"";
	top:calc(50% - 6px);
	right: 10px;
	background-image:url(../images/HomepageSprite.svg?dev=1);
    background-position: -244px -97px;
    display: inline-block;
    width: 7px;
    height: 12px;
}
#explore-course-tab a:hover,
#explore-course-tab a.active {
    background-color:#6659B8;
	color:#ffffff;
}
#explore-course-tab a:hover .cat-nav-icon,
#explore-course-tab a.active .cat-nav-icon{
	background-position: -255px -97px;
}
#explore-course-tabContent .tab-pane .row .col-lg-4{
	padding-right: 8px;
    padding-left: 8px
}
.pg-program-carousel-items {
    border-radius: 8px;
    overflow: hidden;
}
.home-explore-course-card-wrap{
	background-color: #ffffff;
	border-radius: 2px;
	margin-bottom:20px;
	position: relative;
    vertical-align: top;
	overflow:hidden;
	border:1px solid #DDDDDD;
	border-radius:4px;
}
.home-explore-course-card {
    overflow: hidden;
    display: block;
    width: 100%;
	height: 160px;
	transition: all 0.3s;
}
.home-explore-course-card > img {
	min-height: 140px;
    width: 100%;
    background-repeat: no-repeat;
    -o-object-fit: cover;
    object-fit: cover; 
}
.home-explore-course-card-content{
	padding: 12px 16px 38px 16px;
    background-color: #ffffff;
	transition: linear 0.3s
}
.home-explore-course-card-hover:hover .home-explore-course-card-content {
	transition: linear 0.3s
}
.home-explore-course-card-content h4 {
    margin-bottom: 8px;
    font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color:#272c37;
    overflow:hidden;
    height: 48px;
    width: 100%;
	display:flex;
}
.home-explore-course-card-content h4 A{
	overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    display: -webkit-box;
    display: -ms-box;
    display: -moz-box;
    -webkit-line-clamp: 2;
}
.home-explore-course-card-content h4 a,
.home-explore-course-card-content h4 a:hover{
	color:#272c37
}
.home-explore-course-months {
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    color: #272c37;
    margin-bottom: 10px;
}
.home-calendar-icon{
	display:inline-block;
	background-image:url(../images/HomepageSprite.svg?dev=1);
    background-position: -266px -97px;
    display: inline-block;
    width: 12px;
    height: 12px;
}
.home-explore-course-months .home-calendar-icon{
	margin-right:4px;
	position: relative;
    top: 1px;
}
.home-explore-course-next-cohort {
    font-size: 13px;
    line-height: 24px;
    color: #666666;
	margin-bottom: 8px;
	min-height:24px
}
.home-explore-course-next-cohort > span{
	color:#272c37;
	font-weight: 500;
}
.home-explore-course-collaboration-image{
	min-height: 45px;
	margin-bottom:5px
}
.home-explore-course-collaboration-image img{
	height:35px;
	width:auto;
	max-width: 100%;
}
.home-explore-course-card-btn {
    width: 100%;
	transition: 0.3s linear;
	opacity:0; 
	position:absolute;
	width:calc(100% - 50px)
}
.home-explore-course-card-hover{
	transition: all .5s;
}
.home-explore-course-card-hover:hover{
	border:1px solid #d3d5df;
	box-shadow: 0 2px 24px 1px #ddd;
}
.home-explore-course-card-hover:hover .home-explore-course-card-btn{
	display:block;
	transition: 0.3s linear;
	opacity:1;
}
.home-explore-course-knwmore-btn {
    /* background: #FF6E06; */
    border-radius: 0px 0px 2px 2px;
    padding: 5px 20px 0px 20px;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #ffffff;
    display: inline-block;
    width: 100%;
    text-align: center;
	color: #FF6E06;
	border-top: 1px solid #e9e9eb;
}
@media screen and (max-width:767px){
	#home-explore-course{
		padding: 30px 0px;
	}
	#home-explore-course h2 {
		font-size: 22px;
		line-height: 32px;
		margin-bottom: 20px;
	}
	.home-explore-course-card-content{
		padding:15px
	}
}
@media screen and (max-width:360px){
	.home-explore-course-card{
		height: 140px;
	}
}
#home-explore-program-accordion{
	margin:0px -15px
}
#home-explore-program-accordion .card {
    border: none;
}
#home-explore-program-accordion .card .card-header {
    background-color: #fff;
    border-bottom: none;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 500;
    padding: 15px 40px 15px 20px;
	position: relative;
}
.cat-accordion-icon{
	position: absolute;
    content: "";
    top: calc(50% - 6px);
    right: 20px;
    background-image: url(../images/HomepageSprite.svg?dev=1);
    background-position: -244px -97px;
    display: inline-block;
    width: 7px;
    height: 12px;
	transform: rotate(90deg);
}
#home-explore-program-accordion .card .card-header.collapsed .cat-accordion-icon{
	transform: rotate(0deg);
}
#home-explore-program-accordion .card .card-body {
	padding: 10px 20px;
	background-color:#F9F9F9;
}
#home-explore-program-accordion .card .card-body>div{
	margin:0px -5px;
}
@media screen and (max-width:767px){
	#home-explore-program-accordion{
		margin:0px;
	}
	#home-explore-program-accordion .card .card-header{
		padding: 15px 40px 15px 30px;
		background-color: #6659B8;
		color: #fff;
		border-radius:0px;
	}
	#home-explore-program-accordion .card .card-header .cat-accordion-icon{
		background-position: -255px -97px;
	}
	#home-explore-program-accordion .card .card-header.collapsed .cat-accordion-icon{
		background-position: -244px -97px;
	}
	#home-explore-program-accordion .card .card-header.collapsed{
		background-color: #ffffff;
		color: #000;
	}
	#home-explore-program-accordion .card {
		margin-bottom: 5px;
	}
	.cat-accordion-icon{
		right: 33px;
	}
}

/* Learning Rating Section */
#LearningRating{
	padding: 50px 0px 30px;
	background-color:#ffffff;
}
#LearningRating h2 {
    font-weight: 800;
    font-size: 30px;
    line-height: 54px;
    color: #272c37;
    text-align: center;
    margin-bottom: 40px;
}
.LearningRatingMainWrapper{
	display: -ms-flexbox;
    display: flex;
}
.LearningRatingWrapper {
	-ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
}
.LearningRatingWrap {
	background: #5144A4;
    border-radius: 50px;
    padding: 14px 25px;
    color: #ffffff;
    font-weight: 500;
    font-size: 28px;
    line-height: 24px;
    display: inline-block;
    text-align: center;
    margin: 0 auto 20px;
}
.LearningRatingStar {
	display: inline-block;
    background-image: url(../images/HomepageSprite.svg?dev=123);
    left: 0;
    right: 0;
    width: 155px;
    height: 22px;
    background-position: -97px -165px;
    margin-left: 10px;
}
.LearningRatingSiteWrap{
	text-align:center
}
.LearningRatingSiteWrap > img{
	height: 40px;
	width:auto;
	max-width:100%;
}

@media screen and (min-width:767px) and (max-width:1200px){
	#LearningRating h2{
		margin-bottom: 24px;
	}
	.LearningRatingWrap{
		font-size:22px
	}
	.LearningRatingStar {
		width: 103px;
		height: 15px;
		background-position: -97px -197px;
		margin-left: 0px;
	}
}
@media screen and (max-width:767px){
	#LearningRating{
		padding: 30px 0px 10px;
	}
	#LearningRating h2 {
		font-size: 22px;
		line-height: 32px;
	}
	.LearningRatingMainWrapper{
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		
	}
	.LearningRatingWrap{
		margin: 0 0 1px 0;
	}
	.LearningRatingWrapper{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		display: -ms-flexbox;
		display: flex;
		margin-bottom:35px;
		position:relative;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.LearningRatingMainWrapper .LearningRatingWrapper:last-child{
		margin-bottom:0px;
	}
	.LearningRatingWrapper:after{
		content:"";
		position:absolute;
		bottom:-16px;
		left: calc(50% - 175px);
		width:100%;
		height:1px;
		background-color:#EEEEEE;
		max-width:350px;
	}
	.LearningRatingMainWrapper .LearningRatingWrapper:last-child:after{
		content:none;
	}
	.LearningRatingWrapper
	.LearningRatingSiteWrap {
		min-width: 160px;
	}
}
@media screen and (max-width:575px){
	.LearningRatingWrap{
		font-size:22px;
		padding: 10px 20px;
	}
	.LearningRatingStar {
		width: 103px;
		height: 15px;
		background-position: -97px -197px;
		margin-left: 0px;
	}
	.LearningRatingWrapper:after{
		left: calc(50% - 150px);
		max-width:300px;
	}
}
@media screen and (max-width:400px){
	.LearningRatingWrap {
		font-size: 18px;
		margin: 0 auto 10px;
	}
	.LearningRatingStar{
		margin-left: 5px;
	}
	.LearningRatingSiteWrap {
		max-width: 140px;
		min-width:auto
	}
	.LearningRatingSiteWrap > img{
		height:auto;
	}
	.LearningRatingWrapper{
		padding-right: 0px;
		padding-left: 0px;
	}
}
@media screen and (max-width:370px){
	.LearningRatingWrap {
		font-size: 16px;
		padding: 5px 11px;
	}
	.LearningRatingSiteWrap {
		max-width: 130px;
		min-width: auto;
	}
}


@-webkit-keyframes home-flex-in {
	to {
		flex-basis: 17vw
	}
}

@keyframes home-flex-in {
	to {
		flex-basis: 17vw
	}
}

@-webkit-keyframes home-heading-in {
	to {
		font-size: 24px;
		opacity: 1
	}
}

@keyframes home-heading-in {
	to {
		font-size: 24px;
		opacity: 1
	}
}
@-webkit-keyframes fadeIn{0%{opacity:.001}to{opacity:.999}}
@keyframes fadeIn{0%{opacity:.001}to{opacity:.999}}
@-webkit-keyframes fadeOut{0%{opacity:.999}to{opacity:.001}}
@keyframes fadeOut{0%{opacity:.999}to{opacity:.001}}
.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}
.fadeIn,.fadeOut{-webkit-animation-duration:.8s;animation-duration:.8s}
.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}
#home-success-stories{
	overflow:hidden;
	padding: 30px 0px 50px;
	background-color:#ffffff;
}
.home-success-stories-btn{
	font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    display: inline-block;
    color: #FFFFFF;
    background: #6659B8;
    border-radius: 100px;
    padding: 10px 25px;
}

#home-success-stories .home-success-stories-Wrapper.card-height {
	height: auto
}
@media (min-width:991px) {
	#home-success-stories .home-success-stories-Wrapper.card-height {
		height: 510px
	}
}
#home-success-stories .home-success-stories-Wrapper {
	display: flex;
	flex-direction: column;
	border-radius: 8px;
	overflow: hidden
}

@media (min-width:991px) {
	#home-success-stories .home-success-stories-Wrapper {
		flex-direction: row;
		height: 860px
	}
}

@media (min-width:1033px) {
	#home-success-stories .home-success-stories-Wrapper {
		height: 700px
	}
}

@media (min-width:1054px) {
	#home-success-stories .home-success-stories-Wrapper {
		height: 700px
	}
}

@media (min-width:1170px) {
	#home-success-stories .home-success-stories-Wrapper {
		flex-direction: row;
		height: 530px
	}
}

#home-success-stories .bg-size-1 {
	background-size: 128px;
	background-position: 106% bottom
}

@media (min-width:430px) {
	#home-success-stories .bg-size-1 {
		background-position: 98% bottom
	}
}

@media (min-width:991px) {
	#home-success-stories .bg-size-1 {
		background-size: 230px;
		background-position: bottom
	}
}

#home-success-stories .bg-size-2 {
	background-size: 172px;
	background-position: 106% 29px
}

@media (min-width:991px) {
	#home-success-stories .bg-size-2 {
		background-size: 300px;
		background-position: bottom
	}
}

#home-success-stories .bg-size-3 {
	background-size: 127px;
	background-position: 106% 29px
}

@media (min-width:991px) {
	#home-success-stories .bg-size-3 {
		background-size: 255px;
		background-position: bottom
	}
}

#home-success-stories .home-success-stories-Wrapper .home-success-stories-accordion-card-new:first-child {
	margin-top: 0;
	background-color: #F2F2F2;
}
#home-success-stories .home-success-stories-Wrapper .home-success-stories-accordion-card-new:nth-child(2) {
	margin-top: 0;
	background-color: #F5C723
}
#home-success-stories .home-success-stories-Wrapper .home-success-stories-accordion-card-new:nth-child(3) {
	margin-top: 0;
	background-color: #5042A8
}
#home-success-stories .home-success-stories-Wrapper .home-success-stories-accordion-card-new:nth-child(4) {
	margin-top: 0;
	background-color: #729DF5
}
#home-success-stories .home-success-stories-Wrapper .home-success-stories-accordion-card-new:nth-child(5) {
	margin-top: 0;
	background-color: #F07C28
}

#home-success-stories .home-success-stories-accordion-card-new {
	background-repeat: no-repeat;
	flex: 1 2;
	margin: 10px 0 0;
	transition: all .5s;
	cursor:pointer;
	position:relative
}
.home-success-stories-user-details {
    position: absolute;
    bottom: 26px;
    left: 0;
    right: auto;
    text-align: center;
	width:100%;
	padding:0px 10px
}
.home-success-stories-user-details img {
    border-radius: 50%;
    width: 90px;
    height: 90px;
    max-width: 90px;
    margin-bottom: 10px;
}
.home-success-stories-user-details h4 {
    font-weight: 800;
    font-size: 16px;
    line-height: 22px;
    color: #323232;
}
.home-success-stories-user-details p {
    color: #323232;
    font-size: 14px;
    line-height: 19px;
	display: none
}
#home-success-stories .home-success-stories-accordion-card-new.active .home-success-stories-user-details{
	display: -ms-flexbox;
    display: flex;
	-ms-flex-align: center;
    align-items: center;
	bottom: 50px;
}
#home-success-stories .home-success-stories-accordion-card-new.active .home-success-stories-user-details h4 {
	font-weight: 800;
    font-size: 20px;
}
#home-success-stories .home-success-stories-accordion-card-new.active .home-success-stories-user-details p {
	display: block
}
#home-success-stories .home-success-stories-accordion-card-new.active .home-success-stories-user-details .home-success-stories-user-name {
    text-align: left;
    padding-left: 15px;
}
#home-success-stories .home-success-stories-accordion-card-new.active .home-success-stories-user-image-wrap img {
	width: 70px;
    height: 70px;
    max-width: 70px;
}
#home-success-stories .home-success-stories-accordion-card-new.active .home-success-stories-user-details{
	padding: 0px 30px
}


@media (min-width:991px) {
	#home-success-stories .home-success-stories-accordion-card-new {
		background-position: bottom;
		transition: none;
		margin: 0
	}
}
@media screen and (max-width:990px) {
	#home-success-stories .home-success-stories-accordion-card-new{
		margin-bottom: 0px;
	}
	.home-success-stories-user-details{
		position: relative;
		display: flex;
		flex-direction: row-reverse;
		width: 100%;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: center;
		align-items: center;
		padding: 0px 20px;
		margin-top: 15px; 
	}
	.home-success-stories-user-name {
		text-align: left;
	}
	.home-success-stories-user-details img{
		width: 70px;
		height: 70px;
		margin-left: 20px;
	}
}

#home-success-stories .home-success-stories-accordion-card-new .align-center {
	text-align: center;
	width: auto!important;
	padding: 10px 20px 20px!important
}

@media (min-width:991px) {
	#home-success-stories .home-success-stories-accordion-card-new .align-center {
		text-align: left
	}
}

#home-success-stories .home-success-stories-accordion-card-new h3 {
	font-size: 20px;
	font-weight:500;
	color: #323232
}

@media (min-width:991px) {
	#home-success-stories .home-success-stories-accordion-card-new h3 {
		color: #323232
	}
}

#home-success-stories .home-success-stories-accordion-card-new h3.non-active {
	font-size: 20px;
	display: block;
	margin-bottom: 0;
	padding: 20px;
	width: 270px;
	line-height: 28px
}

@media (min-width:991px) {
	#home-success-stories .home-success-stories-accordion-card-new h3.non-active {
		margin-bottom: 20px;
		width: 188px;
		line-height: 32px;
		padding:30px
	}
}
@media screen and (max-width:991px){
	#home-success-stories .home-success-stories-accordion-card-new h3.non-active{
		width:100%;
	}
}

#home-success-stories .home-success-stories-accordion-card-new h3.non-active.heading1 {
	color: #1b1c1d
}

#home-success-stories .home-success-stories-accordion-card-new h3.non-active.heading1.head-style {
	font-size: 24px;
	width: auto;
	line-height: 34px;
}

@media (min-width:991px) {
	#home-success-stories .home-success-stories-accordion-card-new h3.non-active.heading1.head-style {
		font-size: 22px
	}
}

#home-success-stories .home-success-stories-accordion-card-new .close-slide {
	display: block;
	padding: 0 25px 30px
}

#home-success-stories .home-success-stories-accordion-card-new .close-slide span {
	position: relative;
	bottom: 12px;
	font-size: 12px
}

#home-success-stories .home-success-stories-accordion-card-new .home-success-stories-accordion-card-content {
	opacity: 0;
	padding-bottom: 0;
	height: 0;
	position: absolute;
	left:600px;
	transition: all .7s;
	color:#323232;
}

@media (min-width:991px) {
	#home-success-stories .home-success-stories-accordion-card-new .home-success-stories-accordion-card-content {
		padding-bottom: 30px;
		transform: unset;
		position: static
	}
}

#home-success-stories .home-success-stories-accordion-card-new .home-success-stories-accordion-card-content h5 {
	margin-bottom: 0;
	padding-top: 15px;
	font-size: 16px;
	color: #1b1c1d
}

#home-success-stories .home-success-stories-accordion-card-new .home-success-stories-accordion-card-content img {
	vertical-align: middle;
	height: 25px
}

@media (min-width:991px) {
	#home-success-stories .home-success-stories-accordion-card-new .home-success-stories-accordion-card-content img {
		height: 35px
	}
}

#home-success-stories .home-success-stories-accordion-card-new .home-success-stories-accordion-card-content1 {
	opacity: 0;
	padding-bottom: 0;
	transform: translateY(20px);
	position: absolute;
	left:600px;
	transition: all .7s
}

@media (min-width:991px) {
	#home-success-stories .home-success-stories-accordion-card-new .home-success-stories-accordion-card-content1 {
		padding-bottom: 30px;
		transform: translateX(0);
		width: 0;
		left: -600px
	}
}

#home-success-stories .active {
	background-position: 160px bottom;
	-webkit-animation: home-flex-in .7s forwards;
	animation: home-flex-in .7s forwards
}

@media (min-width:991px) {
	#home-success-stories .active {
		background-position: 500px bottom
	}
}

@media (min-width:1080px) {
	#home-success-stories .active {
		background-position: 160px bottom
	}
}

#home-success-stories .active h3.non-active {
	display: none
}

#home-success-stories .active .testimonial-pic {
	margin: 24px auto 0
}

#home-success-stories .active .home-success-stories-accordion-card-content {
	-webkit-animation: home-fade-in .6s forwards;
	animation: home-fade-in .6s forwards;
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
	transform: unset;
	position: static;
	padding: 20px;
	height: auto;
	opacity:1
}

#home-success-stories .active .home-success-stories-accordion-card-content  h4 {
	font-size: 20px;
	line-height: 30px;
	color:#323232;
	margin-bottom:5px;
}

#home-success-stories .active .home-success-stories-accordion-card-content  h4.first-item {
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 28px
}

@media (min-width:991px) {
	#home-success-stories .active .home-success-stories-accordion-card-content  h4.first-item {
		font-size: 22px
	}
	#home-success-stories .active .home-success-stories-accordion-card-content{
		padding: 30px;
	}
}
#home-success-stories .active .home-success-stories-accordion-card-content h2{
	font-size:24px;
	line-height:32px;
	letter-spacing: .25px;
	margin-bottom:20px;
	font-weight:800;
}
#home-success-stories .active .home-success-stories-accordion-card-content p {
	color: #323232;
	margin-bottom: 34px;
	font-size: 15px;
    line-height: 1.6;
}

#home-success-stories .active .home-success-stories-accordion-card-content .intl {
	padding: 10px 30px 30px
}

#home-success-stories .active .home-success-stories-accordion-card-content1 {
	-webkit-animation: home-fade-in .6s forwards;
	animation: home-fade-in .6s forwards;
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
	transform: unset;
	position: static;
	display: block;
	padding: 30px;
	width: auto;
	opacity:1
}

#home-success-stories .active .home-success-stories-accordion-card-content1>img {
	height: 32px;
	vertical-align: middle
}

@media (max-width:992px) {
	#home-success-stories .active .home-success-stories-accordion-card-content1 img {
		height: 27px;
		vertical-align: middle
	}
}

#home-success-stories .active .home-success-stories-accordion-card-content1 h2 {
	font-size: 28px;
	line-height: 1.2;
	color:#323232;
	margin-bottom:15px;
}

#home-success-stories .active .home-success-stories-accordion-card-content1 h4{
	font-size: 20px;
    line-height: 1.2;
    color: #323232;
    font-weight: 800;
}

@media (min-width:991px) {
	#home-success-stories .active .home-success-stories-accordion-card-content1 h2 {
		font-size: 34px
	}
}

#home-success-stories .active .home-success-stories-accordion-card-content1 p {
	font-size: 90%
}

@media (min-width:991px) {
	#home-success-stories .active .home-success-stories-accordion-card-content1 p {
		font-size: 15px
	}
}

#home-success-stories .active .home-success-stories-accordion-card-content1 span {
	font-size: 13px
}

#home-success-stories .active .close-slide {
	display: none
}

#home-success-stories .active h3 {
	-webkit-animation: home-heading-in .6s forwards;
	animation: home-heading-in .6s forwards;
	-webkit-animation-delay: .6s;
	animation-delay: .6s
}

#home-success-stories .active h3.main-slide {
	font-size: 24px
}

@media (min-width:991px) {
	#home-success-stories .active h3.main-slide {
		font-size: 33px!important;
		line-height: 45px
	}
}
@media screen and (max-width:991px){
	#home-success-stories .home-success-stories-accordion-card-new .home-success-stories-accordion-card-content {
		transition: none;
		animation-delay:0s;
		animation:none;
	}
}

#home-success-stories-mobile{
	overflow: hidden;
    padding: 30px 0px 50px;
    background-color: #ffffff;
}
.home-success-stories-mobile-items {
    padding: 20px;
}
.home-success-stories-mobile-items h2{
	font-size: 24px;
	line-height: 36px;
	color: #323232;
	font-weight:800;
	margin-bottom:20px
}
.home-success-stories-mobile-items.first-child h4{
	font-size: 16px;
    line-height: 24px;
    color: #323232;
    font-weight: 800;
    margin-bottom: 6px;
}
.home-success-stories-mobile-items p{
	font-size: 15px;
	line-height: 26px;
	color: #51565e;
}
.home-success-stories-mobile-items.first-child>div {
    margin-bottom: 46px;
	padding-top: 14px;
}
.hear-my-story-wrap {
    position: relative;
    min-width: 158px;
	margin-bottom:50px;
}
.hear-my-story-wrap i {
    left: -9px;
    width: 39px;
    height: 39px;
    top: -2px;
    position: absolute;
}
.hear-my-story-wrap i:after,
.hear-my-story-wrap i:before {
    content: "";
    display: inline-block;
    background-image: url(../images/HomepageSprite.svg);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
.hear-my-story-wrap i:before {
    width: 33px;
    height: 33px;
    background-position: -270px -167px;
    border-radius: 50%;
    z-index: 1;
    bottom: 4px;
    left: 8px;
}
.hear-my-story-wrap i:after {
    content: "";
    width: 55px;
    height: 55px;
    background-position: -259px -164px;
    bottom: -15px;
    -webkit-animation: intro 1.5s infinite;
    animation: intro 1.5s infinite;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    left: -3px;
}
.hear-my-story-wrap span {
    background: #6659b8;
    border-radius: 50px;
    color: #fff;
    padding: 7px 18px 7px 45px;
    font-size: 14px;
    line-height: 19px;
    display: inline-block;
}
.home-success-stories-user-detail{
	display: -ms-flexbox;
    display: flex;
	-ms-flex-align: center;
    align-items: center;
}
.home-success-stories-user-image-mobile{
	margin-right:15px;
}
.home-success-stories-user-image-mobile img {
	width: 80px;
	height: 80px;
	max-width:80px;
}
.home-success-stories-user-name-mobile h4{
	font-size: 18px;
	line-height: 25px;
	color: #323232;
	font-weight:800;
	margin-bottom: 2px;
}
.home-success-stories-user-name-mobile p{
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;
	color: #323232;
	margin-bottom:0px;
}
#download-curriculum-popup .modal-new-popup{
	max-width: 400px;
}
#download-curriculum-popup .modal-new-popup .modal-header {
    border-top: 4px solid #ff6e06;
}
#download-curriculum-popup .modal-new-popup .modal-header {
    padding: 18px 40px 18px 24px;
}
/* Download Transition Section */
#home-download-transition {
    background-color: #F9F9F9;
    padding:0px;
	position: relative;
    overflow: hidden;
    z-index: 2;
}
#home-download-transition:before {
    content: "";
    background-color: #ffffff;
    left: 0;
    bottom: 50%;
    z-index: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}
.home-download-transition-wrapper {
    background: #000000;
    border-radius: 8px;
    padding: 30px;
	background-image:url(../images/TransitionCTABig.png);
	background-size: cover;
    background-position: top right;
}
.home-download-transition-wrapper h4 {
    font-weight: bold;
    font-size: 24px;
    line-height: 35px;
    color: #ffffff;
    max-width: 520px;
    margin-bottom: 40px;
}
.home-download-transition-wrapper h4 span {
    color: #FF6E06;
}
.home-download-transition-btn {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    display: inline-block;
    color: #FFFFFF;
    background: #FF6E06;
    border-radius: 100px;
    padding: 10px 25px;
}
.btn-icon-left{
    position: relative;
    top: 1px;
    right: 0;
    background-image: url(../images/HomepageSprite.svg?dev=1);
    background-position: -255px -97px;
    display: inline-block;
    width: 7px;
    height: 12px;
    margin-left: 3px;
}
.download-icon-left{
    position: relative;
    top: 1px;
    right: 0;
    background-image: url(../images/HomepageSprite.svg?dev=1);
    background-position: -225px -126px;
    display: inline-block;
    width: 17px;
    height: 16px;
    margin-right: 3px;
}
@media screen and (min-width:767px) and (max-width:991px){
	.home-download-transition-wrapper h4{
		max-width: 100%;
	}
}
@media screen and (max-width:767px){
	.home-download-transition-wrapper h4 {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 20px;
		padding-top: 100px;
	}
	.home-download-transition-wrapper {
		background-image:url(../images/TransitionCTASmall.png);
		background-size: cover;
		background-position: top right;
	}
}
@media screen and (max-width:400px){
	.home-download-transition-wrapper{
		padding: 30px 18px;
	}
	.home-download-transition-btn{
		font-size: 14px;
		padding: 8px 13px;
	}
}
@media screen and (max-width:360px){
	.home-download-transition-btn{
		font-size: 13px;
		padding: 10px 15px;
	}
}

/* Home Download Transition Popup */
#download-career-transition-popup .modal-new-popup.modal-dialog {
    max-width: 400px;
}
#download-career-transition-popup .modal-new-popup .modal-header {
    padding: 18px 40px 18px 24px;
    border-top: 4px solid #ff6e06;
}
.modal-new-popup .modal-title {
    font-size: 18px;
    line-height: 25px;
    color: #272c37;
    letter-spacing: .02em;
}
#download-curriculum-popup .modal-new-popup .modal-title{
	font-size: 16px;
}
.modal-new-popup .modal-header .close {
    position: relative;
    right: 0;
    top: 10px;
}
.master-course-content-form-close-btn {
    right: 5px;
    top: 5px;
    background-position: -283px -93px;
    width: 23px;
    height: 25px;
    background-image: url(../images/master-course-sprite.svg);
    background-color: transparent;
    display: block;
    padding: 0;
    position: absolute;
    margin: 0;
    border: none;
    z-index: 99;
    cursor: pointer;
}
.modal-new-popup .modal-body {
    padding: 24px;
}
.modal-new-popup .form-group input, .modal-new-popup .form-group select {
    background: #ebebeb;
    height: 48px;
    border-radius: 0;
	color: #828282;
    font-size: 14px;
    border-color: #e0e0e0;
}
.modal-new-popup .form-group input[type=checkbox] {
    height: auto;
}
.modal-new-popup .form-default input[type=submit] {
    background: linear-gradient(270deg,#ff630b 0,#ff8a00 100%);
    border-radius: 4px;
    border: none;
    color: #fff;
    height: 50px;
    width: 100%;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
}



/* Learner Benefit Section*/
#home-learner-benefit {
	background-color:#F9F9F9;
	padding: 50px 0px;
}
#home-learner-benefit h2 {
    font-weight: 800;
    font-size: 30px;
    line-height: 54px;
    color: #272c37;
    text-align: center;
    margin-bottom: 60px;
}
.home-learner-benefit-Wrapper{
	margin-bottom:80px
}
#home-learner-benefit .rap .row.home-learner-benefit-Wrapper:last-child{
	margin-bottom:0px
}
.home-learner-benefit-user {
    text-align: center;
}
.home-learner-benefit-user img {
    border-radius:50%;
	max-width:150px;
	width:100%
}

.home-learner-benefit-content h4 {
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    color: #272c37;
    margin-bottom: 12px;
}
.home-learner-benefit-content ul {
    padding: 0;
    margin: 0;
}
.home-learner-benefit-content ul li {
    padding: 6px 10px 6px 24px;
    margin: 0;
    position: relative;
	font-weight:500;
}
.home-learner-benefit-content ul li:before {
	content: "";
	background-color: #FF6E06;
	width: 10px;
	height: 10px;
	position: absolute;
	left: 0;
	border-radius: 50%;
	top: calc(50% - 5px)
}
.home-learner-benefit-rating-details {
    display: -ms-flexbox;
    display: flex;
    width: 100&;
}
.home-learner-benefit-rating-wrap {
    background: #fff;
    padding: 15px;
    margin: 0px 10px;
    box-shadow: 0px 2px 6px rgba(255, 110, 6, 0.16);
    border-radius: 4px;
    width: calc(50% - 20px);
    text-align: center;
}
.home-learner-benefit-rating-wrap p {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    margin: 0px;
}
.home-learner-rating-icon {
    background-image: url(../images/HomepageSprite.svg);
    background-position: -10px -10px;
    display: inline-block;
    width: 46px;
    height: 50px;
    margin-bottom: 8px;
}
.home-learner-gaming-icon {
    background-image: url(../images/HomepageSprite.svg);
    background-position: -66px -10px;
    display: inline-block;
    width: 41px;
    height: 50px;
    margin-bottom: 8px;
}
.home-learner-membership-icon {
    background-image: url(../images/HomepageSprite.svg);
    background-position: -117px -10px;
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-bottom: 8px;
}
.home-learner-career-icon {
    background-image: url(../images/HomepageSprite.svg?dev=1);
    background-position: -177px -10px;
    display: inline-block;
    width: 56px;
    height: 50px;
    margin-bottom: 8px;
}
.home-learner-partners-icon {
    background-image: url(../images/HomepageSprite.svg?dev=1);
    background-position: -243px -10px;
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-bottom: 8px;
}

@media screen and (max-width: 767px){
	#home-learner-benefit{
		padding: 40px 0px;
	}
	#home-learner-benefit h2 {
		font-size: 22px;
		line-height: 32px;
		margin-bottom: 30px;
		font-weight:800;
	}
	.home-learner-benefit-user img{
		max-width: 130px;
	}
	.home-learner-benefit-content h4{
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 20px;
		text-align:center
	}
	.home-learner-benefit-content {
		margin: 20px 0px 30px;
	}
	.home-learner-benefit-content ul {
		max-width: 365px;
		margin: 0 auto;
		padding-left:15px;
	}
	.home-learner-benefit-Wrapper {
		position: relative;
		margin-bottom: 60px;
	}

	.home-learner-benefit-Wrapper:after {
		position: absolute;
		bottom: -30px;
		content: "";
		background-color: #CACAD6;
		width: 280px;
		height: 1px;
		left: calc(50% - 140px);
	}
	#home-learner-benefit .container .home-learner-benefit-Wrapper:last-child:after{
		content:none;
	}
}

/* Training Solution Section */
#home-training-solution {
    background-color: #fff;
    padding: 50px 0px;
}
#home-training-solution h2 {
    font-weight: 800;
    font-size: 30px;
    line-height: 54px;
    color: #272c37;
    text-align: center;
    margin-bottom: 40px;
}
.training-solution-description {
    font-size: 20px;
    line-height: 26px;
    color: #51565e;
    margin-bottom: 16px;
	font-weight: 500;
	max-width: 300px;
}
.training-solution-points {
    margin: 0px 0px 24px 0px;
    padding: 0;
	display:inline-block
}
.training-solution-points li {
    padding: 16px 0px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
	border-bottom:1px solid #DBDBDB;
}
.training-solution-points li:last-child{
	border-bottom:none
}
.training-solution-points li p {
    margin: 0px;
    font-size: 15px;
    line-height: 26px;
    color: #51565e;
    font-weight: 500;
    padding-left: 10px;
	text-align:left;
}
.training-solution-customize-icon{
	background-image: url(../images/HomepageSprite.svg?dev=1);
    background-position: -117px -221px;
    display: inline-block;
    width: 30px;
    height: 22px;
    margin-right: 10px;
}
.training-solution-upskill-icon{
	background-image: url(../images/HomepageSprite.svg?dev=1);
    background-position: -157px -221px;
    display: inline-block;
    width: 30px;
    height: 29px;
    margin-right: 10px;
}
.training-solution-industry-icon{
	background-image: url(../images/HomepageSprite.svg?dev=1);
	background-position: -196px -221px;
    display: inline-block;
    width: 30px;
    height: 27px;
    margin-right: 10px;
}
.training-job-ready-icon{
	background-image: url(../images/HomepageSprite.svg?dev=1);
    background-position: -236px -221px;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.request-demo-btn {
    background: linear-gradient(270deg, #FF630B 0%, #FF7A00 100%);
    border-radius: 2px;
    color: #ffffff;
    padding: 12px 20px;
    display: inline-block;
    text-align: center;
    width: 100%;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
	max-width: 310px;
}
.home-our-partners {
    padding: 20px 30px 30px 30px;
	background-color:#F9F8FC
}
.home-our-partners p {
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 30px;
	font-weight: 500;
}
.home-our-partners img {
	margin: 0 auto;
}
@media screen and (min-width: 992px){
	.col-md-7.training-solution-right-section{
		padding-right: 0px;
		padding-left: 0px;
	}
}
@media screen and (max-width: 767px){
	#home-training-solution {
		padding: 40px 0px 50px;
	}
	#home-training-solution h2{
		font-size: 22px;
		line-height: 32px;
		margin-bottom: 15px;
	}
	.training-solution-left-section{
		text-align:center;
	}
	.training-solution-points{
		margin: 0px 0px 14px 0px;
	}
	.training-solution-description {
		font-size: 15px;
		line-height: 24px;
		margin-bottom: 24px;
		max-width: 100%;
	}
	.training-solution-right-section {
		background-color:transparent
	}
	.home-our-partners p{
		font-size: 15px;
		line-height: 24px;
		margin-bottom: 24px;
	}
	.home-our-partners img {
		margin: 0 auto 25px;
	}
}


/* Explore Free Course Section */
#home-explore-free-course {
    background-color: #ffffff;
    padding:40px 0px 0px;
	position: relative;
    overflow: hidden;
    z-index: 2;
}
#home-explore-free-course:before {
    content: "";
    background-color: #F9F9F9;
    left: 0;
    top: 50%;
    z-index: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}
.home-explore-free-course-wrapper {
    background: #6251CD;
    border-radius: 8px;
	position: relative;
	background-image: url(../images/explore-courses-cta-desktop.png);
    background-size: cover;
    background-position: top right;
}
.home-explore-free-course-wrap{
	display: -ms-flexbox;
    display: flex;
	width:100%;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.home-explore-free-course-content {
    padding: 30px;
}
.home-explore-free-course-wrapper h4 {
    font-weight: normal;
    font-size: 30px;
    line-height: 35px;
    color: #ffffff;
    max-width: 520px;
    margin-bottom: 10px;
}
.home-explore-free-course-wrapper h4 strong {
	font-weight:800;
	color:#FF6E06;
}
.home-explore-free-course-wrapper p{
	color:#ffffff;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	margin-bottom:30px
}
.home-explore-free-course-image {
    width: 300px;
    position: relative;
}

.home-explore-free-course-image img {
    position: absolute;
    bottom: 0;
    right: 0;
}
.home-explore-free-course-btn {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    display: inline-block;
    color: #ffffff;
    background: #FF6E06;
    border-radius: 100px;
    padding: 10px 25px;
}
.btn-explore-icon-left{
    position: relative;
    top: 1px;
    right: 0;
    background-image: url(../images/HomepageSprite.svg?dev=1);
    background-position: -283px -98px;
    display: inline-block;
    width: 16px;
    height: 14px;
    margin-left: 3px;
}
@media screen and (max-width:991px){
	.home-explore-free-course-wrap{
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.home-explore-free-course-content{
		width:100%
	}
	.home-explore-free-course-image{
		width:100%;
		text-align:center
	}
	.home-explore-free-course-image img{
		position:relative
	}
}
@media screen and (max-width:767px){
	#home-explore-free-course{
		padding:0px
	}
	.home-explore-free-course-content{
		padding:20px;
	}
	.home-explore-free-course-wrapper{
		background-image: url(../images/explore-courses-cta-mobile.png);
	}
	.home-explore-free-course-wrapper h4{
		font-size:22px;
		padding-top: 100px;
	}
	.home-explore-free-course-wrapper h4 strong{
		font-size:30px;
	}
}
@media screen and (max-width:575px){
	.home-explore-free-course-wrapper h4 strong{
		width:100%;
		display:block
	}
}

/* Testimonial Section */
#home-testimonial {
    background-color: #F9F9F9;
    padding: 50px 0px;
}
#home-testimonial h2 {
    font-weight: 800;
    font-size: 30px;
    line-height: 54px;
    color: #272c37;
    text-align: center;
    margin-bottom: 40px;
}

.master-reviews-video-carousel {
    margin: 0 -10px 90px;
    display: block;
}
.master-reviews-video-carousel .slick-track {
    margin-left: 0px;
}
.master-reviews-video-carousel-items {
    background-color: #fff;
    box-shadow: 0 2px 16px rgb(0 0 0 / 8%);
    border-bottom: 3px solid #1289ee;
    display: none;
    margin-bottom: 10px;
}
.master-reviews-video-carousel .master-reviews-video-carousel-items.slick-slide,
.master-reviews-video-carousel .master-reviews-video-carousel-items:first-child {
    display: block;
}
.master-reviews-video-carousel-items>a {
    display: block;
}
.master-reviews-video-carousel-items>a img {
    display: block;
    width: 100%;
    height: auto;
}
.master-reviews-video-detail {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px;
    min-height: 75px;
}
.master-reviews-video-detail p {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #51565e;
}
.master-reviews-video-detail a {
    display: inline-block;
    height: 30px;
}
.master-reviews-linkedin-icon {
    background-image: url(../images/master-course-sprite.svg);
    background-position: -4px -88px;
    width: 30px;
    height: 30px;
    display: inline-block;
    min-width: 30px;
}

.slider-dot-style .slick-arrow {
    background: 0 0;
    width: 27px;
    height: 17px;
    border-radius: 0;
    position: absolute;
    top: auto;
    z-index: 1;
    border: 1px solid transparent!important;
    padding: 0;
    margin: 0;
    box-shadow: none;
}
.slider-dot-style .slick-line-prev {
    bottom: -32px;
    right: 152px;
    background-image: url(../images/master-course-sprite.svg?tr=w-400,h-175);
	background-position: -341px -42px;
    transform: rotate(180deg);
}
.slider-dot-style .slick-line-next {
    bottom: -31px;
    right: 13px;
    background-image: url(../images/master-course-sprite.svg?tr=w-400,h-175);
    background-position: -341px -42px;
}
.slider-dot-style .slick-dots {
    margin: 0 45px 0 auto;
    display: table!important;
    border-radius: 0;
    height: 4px;
    padding: 0;
    width: 100px;
    max-width: 100px;
    line-height: 0;
    position: absolute;
    right: 0;
    bottom: -25px;
    z-index: 1;
}
.slider-dot-style .slick-dots li {
    display: table-cell;
    border-radius: 0;
    height: 4px;
    background: #f1f1f1;
    position: relative;
    top: 0;
    cursor: pointer;
    line-height: 0;
}
.slider-dot-style .slick-dots li.slick-active {
    background: #6659b8;
    border-radius: 50px;
}
.slider-dot-style .slick-dots li button {
    font-size: 0;
    line-height: 0;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
    display: none;
}
@media screen and (min-width: 991px){
	.master-reviews-video-carousel-items {
		display: none;
		float: left;
		width: 356px;
		margin: 0 10px 10px;
	}
	.master-reviews-video-carousel .master-reviews-video-carousel-items.slick-slide, 
	.master-reviews-video-carousel .master-reviews-video-carousel-items:first-child, 
	.master-reviews-video-carousel .master-reviews-video-carousel-items:nth-child(2), 
	.master-reviews-video-carousel .master-reviews-video-carousel-items:nth-child(3) {
		display: block;
	}
}
@media screen and (max-width: 767px){
	.master-reviews-video-carousel.slick-dotted {
		margin: 0 -15px 60px;
		display: block;
	}
	.master-reviews-video-carousel .slick-list {
		padding: 0 20px 0 10px!important;
	}
	.master-reviews-video-carousel .slick-dots{display:none}
	.slider-dot-style .slick-dots {
		margin: 0 auto 0 auto;
		left: 0;
		width: 200px;
		max-width: 200px;
	}
}

.master-reviews-text-carousel {
    margin: 0 -10px;
    display: block;
}
.master-reviews-text-carousel .slick-track {
    margin-left: 0px;
}
.master-reviews-text-carousel-items {
    background: #fff;
    box-shadow: 0 2px 16px rgb(0 0 0 / 8%);
    border-radius: 0 0 12px 12px;
    border-top: 3px solid #ff6e06;
    padding: 30px;
    display: none;
    margin: 0 10px 15px;
}
.master-reviews-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center!important;
    align-items: center!important;
    margin-bottom: 8px;
    min-height: 101px;
}
.master-reviews-img-wrapper {
    position: relative;
    margin-right: 20px;
}
.master-reviews-img-wrapper img {
    width: 70px;
    height: 70px;
    min-width: 70px;
    border-radius: 50%;
}
.master-reviews-linked-link {
    background-image: url(../images/master-course-sprite.svg?tr=w-400,h-175);
    background-position: -4px -88px;
    width: 30px;
    height: 30px;
    display: inline-block;
    min-width: 30px;
	position: absolute;
    right: -5px;
    bottom: 2px;
}
.master-reviews-auth-heading {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #272c37;
    margin-bottom: 2px;
}
.master-reviews-designation {
    font-size: 15px;
    line-height: 20px;
    color: #51565e;
    margin-bottom: 6px;
}
.master-hero-reviews-star-rating {
    position: relative;
    padding: 0 5px 0 0;
}
.full-star-yellow-small {
    position: relative;
    display: inline-block;
    background-image: url(../images/master-course-sprite.svg?tr=w-400,h-175);
    width: 13px;
    height: 13px;
    background-position: -204px -89px;
}
.master-reviews-description {
    min-height: 170px;
}
.master-reviews-description p {
    font-size: 14px;
    line-height: 26px;
    color: #51565e;
    margin-bottom: 0;
}
#ms-course-video-popup .modal-content {
    border: none;
}
#ms-course-video-popup .close {
    display: inline-block;
    position: absolute;
    right: 6px;
    top: 6px;
    width: 30px;
    height: 30px;
    z-index: 1;
}
.master-course-content-form-close-btn {
    right: 5px;
    top: 5px;
    background-position: -283px -93px;
    width: 23px;
    height: 25px;
    background-image: url(../images/master-course-sprite.svg?tr=w-400,h-175);
    background-color: transparent;
    display: block;
    padding: 0;
    position: absolute;
    margin: 0;
    border: none;
    z-index: 99;
    cursor: pointer;
}
.video-left-wrapper {
    background-color: #210933;
    padding: 24px;
}
.course-prev-heading {
    font-size: 24px;
    line-height: 33px;
    color: #fff;
    margin-bottom: 15px;
}
.video-right-wrapper {
    background-color: #6659b8;
}
.master-course-video-form-header {
    padding: 25px 90px 25px 20px;
    background-color: #6659b8;
    background-image: url(../images/master-course-video-bg.png?tr=w-380,h-137);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.master-course-video-form-heading {
    font-size: 18px;
    line-height: 24px;
    color: #ffd809;
    margin-bottom: 10px;
    font-weight:500;
}
.master-course-video-form-text {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 0;
    font-weight:500;
}
.master-course-video-form-body {
    padding: 40px 30px;
    background-color: #6659b8;
}
.master-course-video-form-body .form-default input, 
.master-course-video-form-body .form-default select {
    height: 42px;
}
.master-course-video-form-body .form-default select {
    padding-right: 20px;
}
.master-course-video-form-body .form-default input[type=submit] {
    background: linear-gradient(270deg,#ff630b 0,#f90 100%);
    width: 100%;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    border: none;
}
#mslctfm-rsponse-msg {
    position: relative;
    color: #fff;
    margin-top: 3px;
}
.process_image_white {
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background-image: url(../images/master-course-sprite.svg?tr=w-400,h-175);
    content: "";
    background-position: -368px -86px;
    animation: rotation 1s infinite linear;
    display: inline-block;
}
@media screen and (min-width: 1200px){
	.master-reviews-text-carousel-items {
		padding: 16px 25px 20px 30px;
	}
}
@media screen and (min-width:768px) and (max-width:1199px){
	.master-reviews-text-carousel-items {
		padding: 16px 12px 20px 18px;
	}
	.master-reviews-img-wrapper img {
		width: 50px;
		height: 50px;
		min-width: 50px;
	}
	.master-reviews-auth-heading{
		font-size: 16px;
	}
	.master-reviews-designation {
		font-size: 14px
	}
	.master-reviews-linked-link{
		bottom: -2px;
		transform: scale(0.8);
	}
}
@media screen and (max-width: 767px){
	#home-testimonial h2{
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 25px;
	}
	.master-reviews-text-carousel {
		margin: 0 -15px;
	}
	.master-reviews-text-carousel .slick-list {
		padding: 0 20px 0 10px!important;
	}
	.master-reviews-text-carousel .slick-dots{display:none}
	.master-reviews-text-carousel-items {
		padding: 20px;
	}
	.master-reviews-img-wrapper img {
		width: 55px;
		height: 55px;
		min-width: 55px;
	}
	.master-reviews-auth-heading {
		font-size: 16px;
		line-height: 22px;
	}
	.master-reviews-designation {
		font-size: 14px;
		line-height: 19px;
	}
}
@media screen and (max-width: 575px){
	.master-reviews-description {
		min-height: 160px;
	}
}
@media screen and (max-width: 400px){
	.master-reviews-description {
		min-height: 190px;
	}
}
@media screen and (max-width: 360px){
	.master-reviews-description {
		min-height: 215px;
	}
}

/* Home Media Section */
#home-media{
	background-color:#ffffff;
	padding:50px 0px
}
#home-media h2 {
    font-weight: 800;
    font-size: 30px;
    line-height: 54px;
    color: #272c37;
    text-align: center;
    margin-bottom: 40px;
}
.home-media-carousel{
	margin:0px -5px;
}
.home-media-carousel .slick-track {
    margin-left: 0px;
}
.home-media-carousel-items {
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    border-radius: 4px;
    padding: 15px;
    margin: 0px 5px;
}
.home-media-carousel-items img {
    margin: 0 auto 10px;
	width:80px;
	max-width:80px;
	height:80px; 
}
.home-media-carousel-items p {
    font-size: 14px;
    line-height: 22px;
    color: #272c37;
    margin-bottom: 10px;
	overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    display: -webkit-box;
    display: -ms-box;
    display: -moz-box;
    -webkit-line-clamp: 2;
	width:100%;
}
.media-read-more {
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #1289EE;
}
.home-media-carousel .slick-arrow.slick-disabled {
    display: none!important;
}
.slider-dot-round-style .slick-arrow {
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 25px);
    z-index: 1;
    border: 1px solid #efefef!important;
    padding: 0;
    margin: 0;
    box-shadow: 0 0 8px #0000003b;
}
.slider-dot-round-style .slick-line-prev.slick-arrow {
    left: -15px;
}
.slider-dot-round-style .slick-line-next.slick-arrow {
    right: -15px;
}
.slider-dot-round-style .slick-arrow span {
    position: relative;
    top: 2px;
    background: url(../images/HomepageSprite.svg?dev=1);
    display: inline-block;
    left: 2px;
    width: 7px;
    height: 12px;
	background-position: -244px -97px;
}
.slider-dot-round-style .slick-line-prev.slick-arrow .vid-angle-left {
    transform:rotate(180deg);
	background-position: -244px -97px;
	left: -1px;
}
@media screen and (min-width:991px){
	.home-media-carousel-items{
		display:none;
		width: 270px;
	}
	.home-media-carousel .home-media-carousel-items.slick-slide,
	.home-media-carousel .home-media-carousel-items:first-child{
		display: block;
	}
}
@media screen and (max-width:991px){
	#titlediv{display:none}
}
@media screen and (max-width:767px){
	#home-media{
		padding:35px 0px 50px;
	}
	#home-media h2{
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 25px;
	}
} 
@media screen and (max-width:767px){
	.home-media-carousel .slick-list {
		padding: 0 100px 0 0!important; 
	}
}
