@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700;800;900&display=swap');

html {
    height: 100%;
}
body {
	background-color: #fff;
	color: #22100D;
    font-family: 'Inter', sans-serif;
	font-size: 16px;
    height: 100%;
	overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
	color: #22100D;
	font-weight: 500;
}
a {
    color: #22100D;
    text-decoration: none;
}
input,
button,
a {
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}
.form-control {
    border-color: #dce0eb;
    color: #26292c;
	font-size: 15px;
    min-height: 42px;
	padding: 6px 15px;
}

.form-control::-webkit-input-placeholder {
	color: #6e82a3;
	font-size: 14px;
}
.form-control::placeholder {
	color: #6e82a3;
	font-size: 14px;
}

/*-----------------
	Aos Animation
-----------------------*/

/********************
Rama Styles
***********************/
.cnxt-primary{
    color: rgb(97 56 158) !important;
}
.cnxt-secondary{
    color: #CD3C72 !important;
}
.cnxt-bg-primary{
    background-color: #313375 !important;
}
.cnxt-bg-secondary{
    background-color: #CD3C72 !important;
}
.bg-image{
    background: url('../img/bg/map-user.png');
}

.hvr-shutter-out-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    background: #fff;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    width: 100%;
  }
.hvr-shutter-out-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fceeee;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
    color: white;
  }
  .hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
[class^="hvr-"] {
    margin: 0.4em;
    padding: 2em;
    cursor: pointer;
    background: #fff;
    text-decoration: none;
    color: #666;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/**************************/

.btn.focus, .btn:focus {
    box-shadow: unset;
}
.btn-block {
	width: 100%;
}
.btn-link {
	text-decoration: none;
}
.btn-link:hover {
	text-decoration: underline;
}
.btn-white {
	background-color: #fff;
	border: 1px solid #ccc;
	color: #26292c;
}
.btn.btn-rounded {
	border-radius: 50px;
}
.bg-primary,
.badge-primary {
	background-color: #1e88e5 !important;
}
a.bg-primary:focus, 
a.bg-primary:hover, 
button.bg-primary:focus, 
button.bg-primary:hover {
    background-color: #1879cd !important;
}
.bg-success,
.badge-success {
	background-color: #00e65b !important;
}
a.bg-success:focus, 
a.bg-success:hover, 
button.bg-success:focus, 
button.bg-success:hover {
    background-color: #00cc52 !important;
}
.bg-info,
.badge-info {
	background-color: #009efb !important;
}
a.bg-info:focus, 
a.bg-info:hover, 
button.bg-info:focus, 
button.bg-info:hover {
    background-color: #028ee1 !important;
}
.bg-warning,
.badge-warning {
	background-color: #ffbc34 !important;
}
a.bg-warning:focus, 
a.bg-warning:hover, 
button.bg-warning:focus, 
button.bg-warning:hover {
    background-color: #e9ab2e !important;
}
.bg-danger,
.badge-danger {
	background-color: #ff0100 !important;
}
a.bg-danger:focus, 
a.bg-danger:hover, 
button.bg-danger:focus, 
button.bg-danger:hover {
    background-color: #e63333 !important;
}
.bg-white {
	background-color: #fff;
}
.bg-purple,
.badge-purple {
    background-color: #9368e9 !important;
}
.text-primary,
.dropdown-menu > li > a.text-primary {
	color: rgb(205,60,114) !important;
}
.text-success,
.dropdown-menu > li > a.text-success {
	color: #00cc52 !important;
}
.text-danger,
.dropdown-menu > li > a.text-danger {
	color: #ff0100 !important;
}
.text-info,
.dropdown-menu > li > a.text-info {
	color: #009efb !important;
}
.text-warning,
.dropdown-menu > li > a.text-warning {
	color: #FFD600 !important;
}
.btn-primary {
	background-color: #FF875A;
	border: 1px solid #FF875A;
}
.text-green {	
	color: #21B477;
}
.text-orange {	
	color: #FF602E;
}
.header-nav {
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    border: 0;
    border-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    position: relative;
    height: 70px;
    padding: 0 20px;
    margin-bottom: 0;
    transition-duration: 0.4s;
    margin-top: 20px;
}
.main-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-nav > li.active > a {
	color: rgb(205,60,114);
}
.main-nav li a {
	display: block;
    font-size: 15px;
    font-weight: 500;
	color: #26292c;
}
.logo {
    display: inline-block;
    margin-right: 30px;
    width: 160px;
}
.header-navbar-rht {
    margin: 0;
	margin-left: 0;
	padding: 0;
}
.header-fixed {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
	z-index: 999;
}
.header {
	background-color: #fff;
}
.sidebar-overlay {
	background-color: rgba(0, 0, 0, 0.6);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1040;
}
.menu-opened .main-menu-wrapper {
    transform: translateX(0);
}
.menu-header {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
    height: 60px;
    padding:  0 20px;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
    border-bottom: 1px solid #f0f0f0;
	display: none;
}
.menu-logo img {
    width: 130px;
}
.menu-close {
	font-size: 18px;
}
.bar-icon {
    display: inline-block;
    width: 31px;
}
.bar-icon span {
    background-color: rgb(205,60,114);
    display: block;
    float: left;
    height: 3px;
    margin-bottom: 7px;
    width: 31px;
    border-radius: 2px;
}
.bar-icon span:nth-child(2) {
    width: 16px;
}
.bar-icon span:nth-child(3) {
    margin-bottom: 0;
}
#mobile_btn {
	display: none;
	margin-right: 30px;
}

.header-navbar-rht li a.header-sign {
    min-width: 150px;
    padding: 14px 15px;
    background: rgb(241 241 241 / 42%);
    border-radius: 46.9159px;
    text-align: center;
    color: #0A142F;
    font-weight: bold;
}
.add-header-bg .header-navbar-rht li a.header-sign {
    background: #313375;
    border: 3px solid #B4A7F5;
    color: #fff;
    padding: 10px 15px;
    border-radius: 46.9159px;
    text-align: center;
}
.breadcrumb-bar {
    background: #FFF;
    padding: 25px 0;
    margin-top: 100px;
}
.page-breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    color: #22100D;
    font-size: 11px;
    content: "\f054";
    font-weight: 600;
    line-height: 2.4;
    font-family: "Font Awesome 5 Free";
    padding-right: 16px;
}
/***** All Courses *****/
.course-design {
    width: 100%;
}
.course-design {
    border: 1px solid #e9ecef;
}
.course-box {
    margin-bottom: 25px;
    border-radius: 10px;
}
.course-design .product {
    width: 100%;
}
.course-design .product {
    padding: 12px;
}
.course-design .product {
    background: #fff;
}
.product {
    border-radius: 10px;
    position: relative;
    padding: 20px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    background: #fff;
    backdrop-filter: blur(17px);
    -webkit-backdrop-filter: blur(17px);
}
.product-img {
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 10px 10px 10px 10px;
}
.product-content {
    padding-top: 18px;
    display: inline-block;
    width: 100%;
}
.product-content h3 {
    font-size: 18px;
    color: #000000;
    font-weight: 500;
    line-height: 1.3;
}
.course-info {
    border-bottom: 1px solid #C7C7C7;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.product-content h3 a, .course-name h4 a {
    color: #000000;
}
.course-info .course-view img, .course-info .rating-img img {
    width: 18px;
}
.course-design .course-info p {
    font-size: 15px;
}

.course-info p {
    margin-bottom: 0;
    color: #685F78;
    font-size: 16px;
    margin-left: 12px;
}
.course-view {
    margin-left: auto;
}
.blog-widget {
    padding: 20px;
    border: 1px solid #e9ecef;
    margin-bottom: 20px;
    border-radius: 10px;
}
.blog-widget .card-header {
    border-bottom: 0px;
    padding: 0px;
    margin-bottom: 20px;
}
.blog-widget .card-body {
    padding: 0px;
}
.filter-widget h4 {
    font-size: 1rem;
    margin-bottom: 15px;
}
.categories-head i {
    margin-left: auto;
    margin-bottom: 15px;
}
.category-widget .categories {
    list-style: none;
    margin: 0;
    padding: 0;
}
.category-widget .categories li {
    margin-bottom: 20px;
}
.category-widget .categories li a {
    color: #22100D;
    font-size: 14px;
    font-weight: 500;
}
.category-widget .categories > li > a > i {
    color: rgb(205,60,114);
    font-size: 18px;
    margin-right: 19px;
}
.course-content {
    background: #fafafa;
    padding: 40px 0px;
}
.mask{
	padding: 50px 0px;
}
.page-banner {
    padding: 88px 0;
    text-align: center;
    background: url(../img/ban-bg.png) #313375;
    background-repeat: no-repeat;
    background-size: cover;
}
.help-sec {
    padding: 80px 0 50px;
    background: #FAFAFA;
}
.help-title {
    padding-bottom: 15px;
}
.page-banner h1 {
    font-weight: 600;
    margin-bottom: 15px;
    color: #FFF;
}
.faq-card {
    background: #FFFFFF;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    margin-bottom: 30px;
}
.faq-title {
    margin-bottom: 0;
}
.faq-title a {
    padding: 15px;
    font-weight: 600;
    font-size: 16px;
    color: #000;
    position: relative;
    display: block;
    padding-right: 60px;
}
.faq-title > a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\2b";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    color: #000;
}
.faq-detail {
    padding: 0 15px;
}
.faq-detail p {
    margin-bottom: 15px;
}
/******************
Course Details Page
*************************/
.course-sec .card {
    margin-bottom: 1.875rem;
}
.course_curriculum ol li, .course_curriculum ul li {
    line-height: 36px;
}
.inner-banner {
    padding: 45px 0;
    background: url(../img/course-page-banner1.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.subs-title {
	font-size: 18px;
	font-weight: 700;
	color: #392C7D;
	margin-bottom: 20px;
}
.course-sec p {
	font-size: 14px;
}
.overview-sec h6 {
	font-weight: 600;
	font-size: 14px;
	color: #0B0B0B;
	margin-bottom: 20px;
}
.overview-sec ul {
	padding-left: 20px;
	margin: 0 0 20px;
}
.overview-sec ul li {
	font-size: 14px;
	margin-bottom: 6px;
}
.overview-sec-body {
	padding-bottom: 24px;
}
.instructor-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	align-items: center;
	border-bottom: 1px solid #C7C7C7;
	margin-bottom: 15px;
	flex-wrap: wrap;
}
.about-instructor {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 15px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.abt-instructor-img {
	margin-right: 10px;
}
.abt-instructor-img img {
	width: 50px;
	height: 50px;
	border: 1px solid #E3E3E3;
	border-radius: 50%;
}
.instructor-wrap .rating {
	width: unset;
	margin-bottom: 15px;
	font-size: 14px;
}
.instructor-detail h6,
.instructor-detail h5 {
    font-weight: 600;
    font-size: 18px;
	margin-bottom: 5px;
}
.instructor-detail p {
    font-size: 13px;
	color: #22100D;
	margin-bottom: 0;
}
.course-info {
	border-bottom: 1px solid #C7C7C7;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.cou-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin-right: 15px;
}
.cou-info p {
	font-size: 16px;
	font-weight: 500;
}
.instructor-sec ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.instructor-sec ul li {
	font-size: 14px;
}
.rev-info {
	font-style: italic;
}
.btn-reply {
	background: #FFFFFF;
    border: 1px solid #392C7D;
    border-radius: 50px;
    padding: 6px 22px;
    font-weight: 500;
    font-size: 14px;
    color: #392C7D;
}
.btn-reply:hover {
	background: #392C7D;
	color: #FFF;
}
.comment-sec .form-control {
	background: rgba(229, 229, 229, 0.42);
}
.submit-btn {
	font-weight: 500;
	color: #392C7D;
	border-radius: 50px;
	padding: 9px 15px;
	min-width: 150px;
	border: 4px solid transparent;
	background-origin: border-box;
    background-clip: padding-box, border-box;
    background-image: linear-gradient(white, white), linear-gradient(to right, rgba(180, 167, 245, 1), rgba(57, 44, 125, 1));
}
.submit-btn:hover {
	background: #392C7D;
	color: #FFF;
}
.cou-title a {
	background: rgba(161, 196, 253, 0.12);
	border-radius: 5px;
	padding: 15px;
	font-weight: 600;
	font-size: 14px;
	color: #0B0B0B;
	position: relative;
	display: block;
	font-weight: 600;
	font-size: 14px;
	padding-right: 60px;
}
.cou-title > a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    position: absolute;
    top: 50%;
	transform: translateY(-50%);
    right: 15px;
    color: #000;
}
.cou-title > a:not(.collapsed):after {
    content: "\f077";
}
.course-card ul {
	margin: 0;
	padding: 0;
}
.course-card ul li {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #C7C7C7;
	padding: 15px 0;
}
.course-card ul li:last-child {
	border: 0;
}
.course-card ul li p {
	font-size: 14px;
	margin-bottom: 0;
}
.course-card ul li a {
	font-size: 14px;
	text-decoration: underline;
}
.course-card ul li span {
	font-size: 14px;
	margin-left: 30px;
}
.video-sec img {
	width: 100%;
}
.video-thumbnail {
	position: relative;
}
.play-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	background: rgb(1 1 1 / 40%);
	width: 90px;
	height: 90px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	color: #FFF;
}
.play-icon i {
	font-size: 50px;
    padding-left: 8px;
}
.course-fee {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: center;
	flex-wrap: wrap;
}
.inner-banner {
	padding: 45px 0;
	background: url("../img/course-page-banner1.jpeg");
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.inner-banner:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.85);
}
.inner-banner .container {
	position: relative;
}
.inner-banner p, .inner-banner h5, .inner-banner h2, .inner-banner .average-rating {
	color: #FFF;
}
.inner-banner h2 {
	font-size: 30px;
	margin-bottom: 15px;
}
.inner-banner p {
	font-size: 14px;
}
.web-badge {
	background: #FFB54A;
	border-radius: 50px;
	padding: 6px 15px;
	font-weight: 500;
	font-size: 14px;
	color: #FFF;
}
.web-badge:hover {
	background: #e19b36;
}
.sidebar-sec {
	margin-top: -305px;
}
.course-sec .card {
	z-index: 2;
}
.vid-bg {
	position: relative;
	z-index: 1;
}
.video-details {
	margin-top: 25px;
}
.video-details h2 {
	font-weight: 700;
	font-size: 30px;
	color: #159F46;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 12px;
}
.video-details p {
	font-size: 14px;
	color: #777777;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 12px;
}
.video-details p span {
	text-decoration: line-through;
}
.btn-enroll {
	background: #159F46;
	border: 1px solid #159F46;
	border-radius: 50px;
	font-weight: 500;
	font-size: 14px;
	color: #FFF;
	padding: 13px 20px;
}
.btn-enroll:hover {
	color: #FFF;
	background: #0c993e;
}
.btn-wish {
	background: #FFFFFF;
	border: 1px solid rgb(205,60,114);
	border-radius: 50px;
	padding: 10px;
	color: rgb(205,60,114);
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 15px;
}
.btn-wish:hover {
	background: rgb(205,60,114);
	color: #FFF;
}
.include-sec ul, .feature-sec ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.include-sec ul li {
	font-size: 14px;
	margin-bottom: 15px;
}
.include-sec ul li:last-child, .feature-sec ul li:last-child {
	margin-bottom: 0;
}
.feature-sec ul li {
	font-size: 14px;
	padding: 10px 0;
	color: #39393B;
	border-bottom: 1px solid #e7e7e7;
}
.feature-sec ul li span {
	font-weight: 700;
}
.feature-sec ul li:last-child {
	border: 0;
	padding-bottom: 0;
}
.com-info {
	display: flex;
}
.com-info h2 {
	font-size: 30px;
	color: #000;
	margin-bottom: 15px;
}
.complete-sec .video-thumbnail {
	max-width: 350px;
	margin-left: 15px;
}
.no-video .card {
	background: #FFF;
}
.no-video .video-details {
	margin: 0;
}
.btn-cart {
	background: rgb(205,60,114);
	border: 1px solid rgb(205,60,114);
	border-radius: 50px;
	font-weight: 500;
	font-size: 14px;
	color: #FFF;
	padding: 13px 20px;
}
.btn-cart:hover {
	color: #FFF;
	background: #f4554e;
}
.overflow-links {
	margin: 0 0 10px;
	padding: 0;
	list-style: none;
}
.overflow-links li {	
	display: inline-block;
}
.overflow-links li a {
	border: 1px solid #392C7D;
	border-radius: 50px;
	min-width: 150px;
	padding: 8px 10px;
	font-weight: 500;
	font-size: 16px;
	color: #392C7D;
	display: inline-block;
	margin-bottom: 15px;
    text-align: center;
}
.overflow-links li a:hover, .overflow-links li a.active {
	background: #9C8FDB;
	color: #FFF;	
	border: 4px solid transparent;
    background-origin: border-box;
    background-clip: padding-box, border-box;
    background-image: linear-gradient(#9C8FDB, #9C8FDB), linear-gradient(to bottom, rgba(180, 167, 245, 1), rgba(57, 44, 125, 1));	
}
#Overview, #Course_Content, #Instructor, #Reviews  {
	scroll-margin-top: 80px;
}
.complete-sec .cou-info p {
	color: #000;
}
.br-1 {
	border-right: 1px solid rgb(199 199 199 / 25%);
}
.bb-1 {
	border-bottom: 1px solid rgb(199 199 199 / 25%);
}
.com-course .feature-sec ul li {
	border-bottom: 0;
	padding: 0 0 15px;
}
.com-course .feature-sec ul li:last-child {
	padding: 0;
}
.complete-sec h2 {
	 font-size: 30px;
	 margin-bottom: 15px;
}
.course-sec .course-info, .inner-banner .course-info,
.instructor-wrap .about-instructor {
	flex-wrap: wrap;
}
.course-sec .card {
	border-radius: 10px;
}
.page-content {
	background: #fafafa;
	padding: 60px 0 60px;
}
.instructor-page-content {
	padding: 60px 0 30px;
}
.cat-title {
	margin-bottom: 15px;	
}
.cat-title h4 {
	font-size: 18px;
	font-weight: 700;
	color: #0B0B0B;
	margin-bottom: 0px;
	display: inline-block;
}
.cat-title span {
	float: right;
	margin-bottom: 15px;
}

.card .card-header {
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0;
}
.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.footer {
    background-color: #fff;
	position: relative;
}
.footer-top {
	padding-top: 60px;
	position: relative;
	z-index: 9;
	font-size: 14px;
}
.footer-top .footer-about-content {
	max-width: 315px;
}
.footer-bottom {
	position: relative;
	z-index: 9;
}
.footer-title {
    color: #0A142F;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 26px;
    text-transform: capitalize;
}

.footer-widget.footer-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    outline: none;
}
.footer-widget .footer-logo {
	margin-bottom: 15px;
}
.footer-widget .footer-logo img {
    width: 160px;
    max-width: 100%;
}
.footer-widget .footer-about-content p {
	color: #000000;
}
.footer-widget .footer-about-content p:last-child {
	margin-bottom: 0;
}
.footer-menu ul li {
    margin-bottom: 20px;
    position: relative;
}
.footer-menu ul li:last-child {
	margin-bottom: 0;
}
.footer-menu ul li a {
	color: #000;
	transition: all 0.4s ease 0s;
}
.footer-contact-info {
	color: #26292c;
	margin-top: 20px;
}
.footer-contact-info img {
	margin-right: 12px;
}
.footer-contact-info .footer-address {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.footer-contact-info .footer-address {
	margin-bottom: 20px;
}
.footer-contact-info .footer-address p {
	margin-bottom: 0px;
}
.footer-contact-info p {
	color: #000;
}
.footer-bottom .copyright {
    padding: 40px 0;
}
.footer-bottom {
	font-size: 14px;
}
.footer-bottom .copyright-text p {
	color: #000000;
	text-align: right;
}
.footer-bottom .copyright-text p a:hover {
	color: rgb(205,60,114);
}
.privacy-policy ul {
	display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    list-style: none;
    padding: 0;
    margin: 0;
}
.privacy-policy ul li {
	padding: 0px 10px;
	border-right: 1px solid #B2B1FC;
	list-style: none;
}
.privacy-policy ul li a {
	color: #000;
}
.privacy-policy ul li:last-child {
	border-right: 0;
}
.privacy-policy ul li:first-child {
	padding-left: 0;
}
.home-slide {
	position: relative;
    background-image: url(../img/banner.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	min-height: 750px;
}
.home-slide-text {
	line-height: 36px;
}
.home-slide-text h5 {
	color: #685F78;
	font-size: 20px;
	margin-bottom: 25px;
}
.home-slide-text p {
    font-weight: 500;
    font-size: 18px;
    color: #685F78;
    margin-bottom: 48px;
}
.girl-slide-img img {
	width: 100%;
}
.trust-user p {
    font-size: 20px;
    color: #685F78;
    font-weight: 500;
    margin: 30px 0px 10px;
}
.banner-content {
    margin-bottom: 25px;
}
.trust-rating .rating {
	margin-bottom: 0;
}
.trust-rating .rating i {
	padding: 0px 9px;
}
.rating h2 {
	color: #000000;
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 0;
}
.banner-content .form-inner {
    padding: 12px;
    background-color: #fff;
    border-radius: 35px;
    width: 100%;
	border: 0;
	max-width: 740px;
}
.banner-content .input-group {
	background: #fff;
    border-radius: 130px;
	padding-left: 12px;
}
.banner-content .input-group .search-icon {
	display: flex;
	align-items: center;
	color: rgb(205,60,114);
}
.banner-content .input-group .form-control::placeholder {
	color: #a2a2a2;
}
.banner-content .form-control {
	background: #fff;
    border-radius: 40px;
	border: 0;
	height: 44px;
	color: #000;
    font-size: 16px;
	margin-right: 10px;
}
.banner-content .sub-btn {
	background: rgb(205,60,114);
    border-radius: 50px !important;
    font-weight: bold;
    border: 1px solid rgb(205,60,114);
    margin: 0px;
    font-size: 18px;
    line-height: 18px;
    padding: 10px 15px;
    color: #fff;
    width: 44px;
}
.section-header {
    margin-bottom: 18px;
    position: relative;
	display: flex;
}
.section-sub-head h2 {
    font-size: 36px;
    margin-bottom: 0;
    font-weight: 700;
	color: #0B0B0B;
	letter-spacing: 0.9px;
}
.section-sub-head span {
    color: rgb(205,60,114);
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 18px;
    display: block;
    letter-spacing: 0.9px;
}
.section-text {
    max-width: 700px;
    color: #685F78;
    font-size: 16px;
    font-weight: 500;
}
.all-btn {
	margin-left: auto;
}
.all-category .btn-primary {
	color: #392C7D;
	border: 3px solid #B4A7F5;
	backdrop-filter: blur(151.39px);
	border-radius: 46.9159px;
	background: transparent;
	border-radius: 46.9159px;
	min-width: 150px;
	padding: 10px 15px;
	font-weight: 500;
}
.rating {
    list-style: none;
    margin: 0 0 7px;
    padding: 0;
    width: 100%;
}
.rating i {
    color: #dedfe0;
}
.rating i.filled {
    color: #FFB54A;
}
.online-course {
	border-radius: 20px;
	padding: 25px;
	position: relative;
	background: #fff;
}
.course-inner-content {
    margin-left: 20px;
}
.course-radius {
	border-radius: 20px;
	width: 100%;
	border: 1px solid #e9ecef;
}
.blur-border.course-radius {
	padding: 1px;
	border-radius: 20px;
}
.course-full-width {
	width: 100%;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    top: 0;
    transition: top ease 0.5s;
}
.online-course h4 {
	margin-bottom: 0;
	font-size: 20px;
    font-weight: 600;
}
.course-inner-content h4 {
	margin-bottom: 8px;
	font-weight: 700;
	color: #000;
}
.course-inner-content p {
	color: #000000;
	font-size: 16px;
	margin-bottom: 0;
}
.student-course {
	position: relative;
	margin-top: -60px;
}
.how-it-works {
	background: #fff;
	padding: 80px 0;
	position: relative;
}
.feature-box {
    position: relative;
	z-index: 9;
	width: 100%;
	margin-bottom: 25px;
	background: #FFFFFF;
	border: 1px solid #e9ecef;
	box-shadow: -11.729px -11.729px 32px rgba(255, 255, 255, 0.15);
	border-radius: 10px;
}
.feature-bg {
    padding: 25px;
	width: 100%;
	border-radius: 10px;
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.feature-bg p {
	color: #685F78;
	font-size: 14px;
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.feature-header {
    margin-bottom: 10px;
}
.feature-icon {
    margin-right: 15px;
    font-size: 30px;
    width: 105px;
    border-radius: 100px;
    height: 105px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    color: #fff;
    margin: 0 auto;
}
.mentoring-course .owl-stage {
	padding-top: 55px;
}
.feature-text {
	font-size: 18px;
	font-weight: 700;
	padding-top: 25px;
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    max-width: 130px;
    margin: 0 auto 25px;
}
.feature-bg p {
	margin-bottom: 0px;
}
.mentoring-course {
	margin-top: 40px;
}
.course-five-item {
    background: #F6F7FB;
    border-radius: 10px;
	border: 1px solid transparent;
}
.course-five-item:hover {
    background: #FFFFFF;
    border: 1px solid #366cdd;
    border-radius: 10px;
	transition-duration: 0s;
}
.course-five-grid {
    padding: 30px;
}
.course-info-five h3 {
    font-weight: 700;
    font-size: 20px;
    color: #2D0160;
}
.course-info-five p {
    font-weight: 400;
	font-size: 16px;
	color: #515151;
	margin-bottom: 39px;
}
.course-info-btn .btn-five {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease 0s;
    width: 30px;
    height: 30px;
    background: #2D0160;
    border-radius: 50%;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}
.course-info-btn i {
    color: #ffffff;
	font-size: 12px;
}
.course-icon-five {
    margin-bottom: 39px;
	text-align: center;
}
.course-icon-five img {
    background: #ffffff;
    padding: 20px;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease 0s;
    border-radius: 50%;
}
.course-info-five {
    margin-bottom: 20px;
	text-align: center;
}
.course-info-btn {
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}
.header-five-title h2 {
    font-weight: 700;
    font-size: 32px;
    color: #392C7D;
}
.header-five-title {
    margin-bottom: 50px;
}
.course-section-five .owl-carousel .owl-item img {
    display: inline-flex;
    width: auto;
}
.course-section-five{
	padding: 20px 0px 40px 0px;
}
.highlights ul li {
    background: url(../img/icon/check-round-2.svg) no-repeat left center;
    padding: 10px 10px 10px 40px;
    list-style: none;
    margin: 0;
    vertical-align: middle;
}
.icon-five-border {
	position: relative;
    background: rgba(251, 15, 0, 0.2);
    border-radius: 75px 30px 75px 30px;
    width: 90px;
    margin: auto auto 20px;
}
.course-five-item:hover .course-info-five h3 {
	font-weight: 700;
	font-size: 20px;
	color: #FFD600;
}
.course-five-item:hover .course-info-five h3 {
	font-weight: 700;
	font-size: 20px;
	color: #FFD600;
}
.course-five-item:hover .course-info-btn .btn-five  {
	background-color: #FFD600;
}
.course-five-item:hover .icon-five-border  {
	background-color: #FFD600;
}
.counter-section-five {
    background: #2D0160;
    padding: 60px 0 60px;
}
.count-content-five h4 {
	font-weight: 700;
	font-size: 32px;
	color: #FFD600;
}
.count-content-five p {
	font-weight: 700;
	font-size: 20px;
	color: #ffffff;
	margin-bottom: 0;
	
}
.count-five {
    border-right: 1px solid #D9D9D9;
}
.count-five-0 {
    border-right: 0;
}
.featured-section-five {
    padding: 80px 0 65px;
	background: #F6F7FB;
}
.owl-theme .owl-nav {
	display: none;
}
.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 0px 5px;
    background: #FFDEDA;
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
    background: rgb(205,60,114);
	width: 50px;
    height: 15px;
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.owl-theme .owl-dots, .owl-theme .owl-nav {
	margin-top: 26px;
}

.master-skill {
	padding: 80px 0px 0px;
}
.blur-border {
	padding: 3px;
	border-radius: 10px;
}
.certified-group {
	border-radius: 20px;
	margin-bottom: 24px;
	position: relative;
    top: 0;
    transition: top ease 0.5s;
	width: 100%;
	border: 1px solid #e9ecef;
}
.certified-img  {
	background: #fff;
	border-radius: 10px;
	width: 72px;
	height: 72px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.get-certified {
	background: #fff;
	padding: 20px;
	border-radius: 20px;
}
.get-certified p {
	margin-bottom: 0;
	color: #685F78;
	font-size: 16px;
	margin-left: 24px;
	font-weight: 500;
}
.career-group {
	margin: 60px 0px ;
}
.share-knowledge {
	padding: 60px 0px;
	background-image: url(../img/banner.jpeg);
    background-repeat: no-repeat;
    background-position: center;
	background-size: cover;
}
.join-mentor h2 {
	color: #1F1F1F;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 0px;
}
.join-mentor p {
	font-size: 18px;
	color: #685F78;
	margin: 30px 0px;
}
.course-list {
	padding: 0;
	margin-bottom: 35px;
}
.course-list li {
	list-style: none;
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 20px;
}
.course-list li i {
	color: rgb(205,60,114);
	margin-right: 15px;
}
.course-count-two h2 {
	font-weight: 500;
	font-size: 24px;
	color: #000;
}
.course-count-two {
    margin-left: 0 !important;
}
.course-count-two h3 {
    font-weight: 700;
	font-size: 18px;
    color: #5C5C5C;
    text-transform: uppercase;
    margin-bottom: 0;
}
.logo {
    display: inline-block;
    margin-right: 30px;
    width: 160px;
}
.header-navbar-rht {
    margin: 0;
	margin-left: 0;
	padding: 0;
}
.header-fixed {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
	z-index: 999;
	box-shadow: 1px 1px 5px #333;
}
.header {
	background-color: #fff;
}
.add-header-bg {
	box-shadow: 0px 4px 15px rgb(0 0 0 / 8%);
    transition-duration: 0.4s;
	background: #fff;
	padding-top: 0;
	margin: 0;
}

.main-nav {
    display: flex;
    justify-content: center;
}

.leading-univercities .owl-theme .owl-dots, .owl-theme .owl-nav {
    margin-top: 0 !important;
}
.courses-labs-logo .owl-theme .owl-dots, .owl-theme .owl-nav {
    margin-top: 0 !important;
}
.rating i {
    color: #777777;
}
.rating i.filled {
    color: #FFB800;
}

@media (max-width: 992px) {
    .course-count-two h5 {
        font-size: 16px;
    }
    .main-nav > li {
        margin-right: 15px;
    }
}

@media (max-width: 1399.98px) {
    .course-count-two h5 {
        font-size: 18px;
    }
}
@media (max-width: 1199.98px) {
	.header-nav {
		padding-left: 20px;
		padding-right: 20px;
	}
    .home-slide-text p {
		font-size: 18px;
	}
    .section-header h2 {
		font-size: 28px;
	}
    .main-nav li a {
		font-size: 14px;
	}
	.logo {
		width: 130px;
	}
    .menu-close {
        font-size: 18px;
    }
    .faq-title a, .instructor-content p, .rating {
		font-size: 14px;
	}
}

@media (max-width: 991.98px) {
	.main-nav {
		padding: 0;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-left: 0;
		margin-bottom: 0;
		list-style: none;
	}
	
	.main-nav > li {
		border-bottom: 1px solid #f38681;
		margin-left: 0;
	}
	.main-nav li + li {
		margin-left: 0;
	}
	.main-nav > li > a {
		line-height: 1.5;
		padding: 15px 20px !important;
		color: #fff;
		font-size: 14px;
		font-weight: 500;
	}
	
	.main-nav > li.active > a,
	.main-nav .has-submenu.active .submenu li.active > a,
	.main-nav .has-submenu.active > a{
		color: #fff !important;
	}
	.main-menu-wrapper {
		order: 3;
		width: 260px;
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		overflow-x: hidden;
		overflow-y: auto;
		z-index: 1060;
		transform: translateX(-260px);
		transition: all 0.4s;
		background-color: rgb(205,60,114);
	}
	.menu-header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.navbar-header {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
	#mobile_btn {
		display: inline-block;
		top: 4px;
		position: relative;
	}
    h5 {
		font-size: 18px;
	}
	.header-nav {
		padding: 0;
	}
    .footer-widget {
		margin-bottom: 30px;
	}
	.container {
		max-width: 100%;
	}
	.home-slide {
		min-height: 700px;
	}
	.trust-user p {
		font-size: 16px;
	}
	.rate-head h2,
	.rating h2	{
		font-size: 40px;
	}
	.course-radius {
		margin-bottom: 45px;
	}
	.course-widget {
		background: #fff;
		padding: 60px 20px 0px;
	}
	.student-course,
	.how-it-works,
	.new-course,
    .trend-course {
		padding: 60px 0px;
	}
	.master-skill {
		padding: 60px 0px 0px;
	}
	.section-header h2 {
		font-size: 30px;
	}
	.owl-theme .owl-dots, .owl-theme .owl-nav {
		margin-top: 0px;
	}
    .join-mentor h2 {
		font-size: 25px;
	}
	.join-mentor p {
		font-size: 16px;
		margin: 20px 0px;
	}
    .header-nav {
		height: 60px;
	}
	
    .home-slide-text h5,
	.home-slide-text p	{
		font-size: 16px;
		margin-bottom: 15px;
	}
	.section-text p {
		font-size: 16px;
	}
    .course-info p, .average-rating, .category-tab ul li a {
		font-size: 14px;
	}
    .course-list li {
		font-size: 18px;
		margin-bottom: 12px;
	}
	.online-course {
		padding-bottom: 20px;
		border: none;
	}
	.footer {
		padding: 40px 0;
		background-image: none;
	}
	.footer-bottom {
		text-align: center;
		margin-bottom: 40px;
	}
	
}

@media (max-width: 767.98px) {
	body {
		font-size: 15px;
	}
	.navbar-header {
		width: 100%;
	}
	.logo {
		margin-right: 0;
		width: 100%;
		text-align: center;
	}
	.header-nav {
		height: 60px;
	}
	
   .footer .footer-widget .footer-logo img {
		max-height:40px;
	}
	#mobile_btn {
		top: 18px;
		margin-right: 0;
		position: absolute;
	}
	.logo img,
	.menu-logo img {
		width: 120px;
	}
	h5 {
		font-size: 16px;
	}
	
	.bar-icon span {
		background-color: rgb(205,60,114);
	}
	.header-navbar-rht {
		display: none;
	}
	.home-slide {
		padding: 100px 0px 60px;
	}
	.home-slide-text a,
	.home-slide-text p,
	.home-slide-text h5,
	.trust-user p {
		font-size: 15px;
	}
	.banner-content .form-control {
		height: 46px;
	}
	.banner-content .sub-btn {
		width: 42px;
		height: 42px;
		font-size: 14px;
		margin-top: 10px;
	}
	.rate-head h2,
	.rating h2	{
		font-size: 32px;
	}

	.course-widget {
		padding: 70px 20px 0px;
	}
	.student-course,
	.how-it-works,
	.new-course,
	.trend-course,
	.share-knowledge {
		padding: 40px 0px;
	}
	.master-skill {
		padding: 40px 0px 0px;
	}
	
   	.course-radius {
		margin-bottom: 50px;
	}
	.section-header {
		position: relative;
		display: block;
	}
	.section-sub-head {
		margin-bottom: 20px;
	}
	.section-header h2 {
		font-size: 28px;
	}
	.section-text p,
	.join-mentor p,
	.section-sub-head span,
	.top-instructors p,
	.course-count p	{
		font-size: 15px;
	}
	.owl-theme .owl-dots, .owl-theme .owl-nav {
		margin-top: 0;
	}
	.owl-theme .owl-dots .owl-dot span {
		width: 10px;
		height: 10px;
	}
	.owl-theme .owl-dots .owl-dot.active span, 
	.owl-theme .owl-dots .owl-dot:hover span {
		width: 25px;
		height: 10px;
	}
	.join-mentor h2 {
		font-size: 28px;
	}

   .footer-bottom .copyright-text p {
		text-align: center;
	}
	.privacy-policy {
		text-align: center;
		margin-bottom: 20px;
	}
	.footer-bottom .copyright {
		padding: 0 0 20px;
	}
    .scroll-sticky {
		margin-top: 0;
	}
       .form-inner .form-control {
		width: 100%;
	}
	.banner-content .form-inner {
		height: auto;
	}
	.banner-content .input-group .search-icon {
		display: none;
	}
       .trust-rating .rating i {
		padding: 0px 5px;
		font-size: 12px;
	}
       .all-category .btn-primary {
		min-width: 130px;
		padding: 6px 15px;
		font-weight: 500;
		font-size: 14px;
	}
	.home-slide-text h5 {
		margin-bottom: 15px;
	}
	.home-slide-text p {
		font-size: 14px;
		margin-bottom: 25px;
	}
	

       .trust-user p {
		margin: 21px 0px 10px;
	}
       .course-list li {
		font-size: 16px;
		margin-bottom: 10px;
	}
       .btn {
		font-size: 14px;
	}
       .course-count-two h4 {
        font-size: 20px;
    }
        .course-count-two h5 {
        font-size: 16px;
    }
        .privacy-policy ul li {
        border-right: 0;
        margin-bottom: 10px;
    }
       .privacy-policy ul {
        display: block;
    }
       .course-count-two {
		margin-bottom: 20px;
	}
       .home-three .owl-theme .owl-dots, .owl-theme .owl-nav {
		margin-top: 20px;
	}
       .footer {
        padding: 25px 0;
    }
       .footer-menu ul li {
        margin-bottom: 15px;
        position: relative;
    }
     .course-count-two h5 {
        font-size: 15px;
    }
}
@media (min-width: 1200px){
    .main-nav > li {
        margin-right: 30px;
    }
}
/*Landing Page Styles*/
.landing-banner
{
	background-image: url('../img/landing/react-banner.jpeg');
	padding: 40px 0px;
	background-repeat: no-repeat;
	background-size: cover;
}
.landing-title, .landing-desc p{
	color: #fff;
}
.landing-desc{
	width: 50%;
	min-width: 300px;
	line-height: 30px;
	margin-top: 20px;
}
.landing-average-rating{
	color: #fff;
}
.landind-card-one{
	background-color: rgba(0,0,0, 0.1);
}
.landind-card-two{
	background-color: rgb(26,57,86, 0.8);
}
.media-body span, .media-body h5{
	color: #fff;
}
.media-icon{
	color: #fff;
}
.overview-description{
	line-height: 30px;
}
.landing-overview{
	background-image: linear-gradient(50deg,#f7d5f2, #cac0fe, #f7d5f2)
	/*background-image: url('../img/landing/coding.jpg');
	opacity: 0.1;*/
}
.key-features{
	padding: 0;
}
.key-features li{
	list-style: none;
	padding: 10px 0px;
}
.enquiry-block{
	box-shadow: 0px 0px 10px #000;
	padding: 20px;
	border-radius: 10px;
}
.lading-course-content{

}
.no1{
	color: #FFB800;
}
i.course-icon{
	font-size: 35px;
	color: #5a5eed;
}
.certified-icon{
	font-size: 35px;
	color: rgb(205,60,114);
}

/***************
Blog
********************/
.blog {
	border-radius: 5px;
	position: relative;
	margin-bottom: 25px;
}
.section-blogs .blog {
	border: 1px solid #f0f0f0;
	box-shadow: 0 0 13px rgba(0,0,0,0.10);
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.blog-image {
	overflow: hidden;
}
.blog-image,
.blog-image > a,
.blog-image img {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}
.blog-image img {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
	transform: translateZ(0);
	-moz-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
	-ms-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
	-o-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
	-webkit-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
	transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
}
.blog-image a:hover img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transform: scale(1.15);
}
.blog-image {
	margin-bottom: 20px;
	border-radius: 5px 5px 0 0
}
.blog-content {
	position: relative;
}
.blog-content p a{
    color: #0f8fef;
}
.blog-title {
	font-size: 24px;
	margin: 0 0 20px;
	font-weight: 600;
	line-height: 1.3;
}
.blog-title a {
	color: #000;
}
.blog-title a:hover {
	color: #F66962;
}
.blog-content p {
	margin: 0 0 20px;
	font-size: 17px;
	color: #685F78;
	font-weight: 400;
}
.blog-content h4 {
	font-size: 16px;
	color: #000;
	font-weight: 600;
}
.post-author img {
    border-radius: 100%;
    width: 30px;
    margin-right: 5px;
}
.read-more {
    display: inline-block;
    font-size: 16px;
    padding: 0;
    color: #1e88e5;
    text-decoration: underline;
}
.blog-info {
    color: #26292c;
    font-size: 14px;
    margin-bottom: 20px;
}
.blog-info a {
	color: #000000;
	font-size: 14px;
	font-weight: 400;
}
.blog-info a:hover {
	color: #F66962
}
.entry-meta {
	color: #26292c;
	font-size: 14px;
	list-style: none;
	margin-bottom: 15px;
	padding: 0;
}
.entry-meta li {
    display: inline-block;
    margin-right: 15px;
}
.entry-meta li:last-child {
	margin-right: 0;
}
.blog-pagination .pagination {
	margin-bottom: 30px;
}
.blog-pagination .pagination li a {
    padding: 12px 20px;
    font-weight: 600;
    color: #26292c;
    margin-right: 10px;
    border-radius: inherit !important;
	border-color: #f0f0f0;
}
.blog-pagination .pagination li.disabled a {
	border-color: #f0f0f0;
}
.blog-pagination .pagination li.active a {
	background: #1e88e5;
	border-color: transparent;
	color: #ffffff;
}
.post-left ul {
	margin: 0;
	padding-left: 0;
	list-style: none;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.post-left ul li {
	padding: 0px 20px;
	border-left: 1px solid #C4C4C4;
	color: #000;
	font-weight: 400;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.post-left ul li:first-child {
	border:0;
	padding-left: 0;
}
.post-left ul li img {
	margin-right: 9px;
}
.post-author a {
	display: flex;
	align-items: center;
}
.latest-posts {
	margin: 0;
	padding: 0;
}
.latest-posts li {
	display: table;
	width: 100%;
	margin-bottom: 20px;
}
.latest-posts li:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: none;
}
.post-thumb {
	border-radius: 4px;
	width: 80px;
	float: left;
	overflow: hidden;
}
.post-thumb a img {
	border-radius: 4px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
	transform: translateZ(0);
	-moz-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
	-ms-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
	-o-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
	-webkit-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
	transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
}
.post-thumb a:hover img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transform: scale(1.15);
}
.blog-widget .post-info {
	margin-left: 95px;
}
.blog-widget .post-info h4 {
	font-size: 14px;
	margin: 0 0 5px;
	font-weight: 600;
}
.blog-widget .post-info h4 a {
	color: #22100D;
}
.blog-widget .post-info h4 a:hover {
	color: #F66962;
}
.blog-widget .post-info p {
	color: #000000;
	font-size: 12px;
	margin: 0;
}
.category-widget .categories {
	list-style: none;
	margin: 0;
	padding: 0;
}
.category-widget .categories li {
    margin-bottom: 20px;
}
.category-widget .categories li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.category-widget .categories li a {
    color: #22100D;
    font-size: 14px;
    font-weight: 500;
}
.category-widget .categories li a:hover {
	color: #F66962;
}
.category-widget .categories > li > a > i {
	color: #F66962;
	font-size: 18px;
	margin-right: 19px;
}
.tags-card {
	padding-bottom: 5px;
}
.tags-widget .card-body {
	padding-bottom: 1rem;
}
.tags {
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
.tags li {
	float: left;
}
.tag {
	background-color: #FFDEDA;
	border-radius: 5px;
	color: #22100D;
	padding: 5px 10px;
	position: relative;
	margin: 0 15px 15px 0;
	font-size: 14px;
	border: 1px solid #FFDEDA;
	display: inline-block;
	font-weight: 500;
}
.tag:hover {
	background-color: #f5cbc5;
	border-color: #f5cbc5;
	color: #22100D;
}
.comment-by {
	display: block;
	font-size: 14px;
	line-height: 21px;
	margin: 0 0 10px;
}
.comments-list .comment-block p {
    font-size: 14px;
    margin-bottom: 5px;
}
.blog-col {
	width: 100%;
}
.custom-edit-service h4 {
	padding-bottom: 15px;
	margin-bottom: 0;
}
.custom-edit-service label{
	font-size: 16px;
}
.custom-edit-service textarea.form-control {
	min-height: 200px;
}
.custom-edit-service .service-upload {
	border: 1px solid #dcdcdc;
    border-radius: .25rem;
    text-align: center;
    padding: 70px 0;
    margin-bottom: 30px;
    background-color: #fff;
    position: relative;
}
.custom-edit-service .service-upload i {
	font-size: 50px;
    color: #858585;
}
.custom-edit-service .service-upload span {
	font-size: 15px;
    color: #858585;
    margin-top: 14px;
    display: block;
}
.custom-edit-service .service-upload input[type="file"] {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.custom-edit-service .upload-wrap {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}
.custom-edit-service .upload-wrap li {
	margin: 10px;
}
.custom-edit-service .upload-wrap li .upload-images {
	width: 100px;
}
.custom-edit-service .upload-wrap li img {
	max-width: 100%;
	height: auto;
}
.blog-read .btn-primary {
	background: #FF875A;
	border: 1px solid #FF875A;
	box-sizing: border-box;
	border-radius: 5px;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	padding: 9px 28px;
}
.blog-read .btn-primary:hover { 
	background: #fff;
	border: 1px solid #FF875A;
	color: #FF875A;
}
.blog-widget {
	padding: 20px;
	border: 1px solid #e9ecef;
    margin-bottom: 20px;
    border-radius: 10px;
}
.tags-card {
	padding-bottom: 5px;
}
.blog-widget .card-body {
	padding: 0px;
}
.blog-widget .card-header {
    border-bottom: 0px;
	padding: 0px;
	margin-bottom: 20px;
}
.blog-search .input-group .btn-primary {
	background: #FF5364;
	border: 1px solid #FF5364;
}
.blog-search .input-group .form-control {
	background: rgba(229, 229, 229, 0.42);
	border: 0;
}
.blog-search .input-group .form-control::placeholder {
	color: #a2a2a2;
	font-size: 14px;
}
.blog-widget .card-header .card-title {
   font-size: 18px;
   color: #0B0B0B;
   font-weight: 700;
}
.post-widget .post-info p img {
	margin-right: 6px;
}
.load-more .btn-primary {
	background: #FF5364;
	border: 1px solid #FF5364;
	border-radius: 5px;
	font-size: 18px;
	font-weight: 700;
	padding: 9px 48px;
	margin-top: 25px;
}
.load-more .btn-primary:hover {
	background: #ed4051;
	border: 1px solid #ed4051;
}
.blog-grid-box {
	background: #fff;
    padding: 15px;
    margin: 0px 10px;
    margin-top: -20px;
    position: relative;
	border-radius: 5px;
}
.blog-grid-box .post-left ul li,
.grid-modern .post-left ul li {
    padding: 0px 5px;
}
.blog-grid-box .post-left ul li:first-child,
.grid-modern .post-left ul li:first-child {
	padding-left: 0;
}
.grid-blog .blog-image {
	margin-bottom: 0;
}
.grid-blog {
	margin-bottom: 20px;
}
.question_desc blockquote{   
	border-bottom: 1px solid #d3d3d3;
    padding-bottom: 22px;
    margin-bottom: 22px;
}
.question_desc h3{
	font-size: 20px;
    color: #1b56ec;
}
.question_desc pre
{
	background-color: #333;
    color: #f2e5f8;
    padding: 20px;
    font-size: 18px;
}
figure.attachment.attachment--preview.attachment--png img {
    width: 100%;
	height: auto;
}
.question_short_description > p{
	font-size: 18px;
}
.qa p{
	font-size: 18px;
}
.qah{font-size: 18px; font-weight: bold;}
.qa pre{
	padding-left: 30px;
	color: #2856d4;
	font-size: 18px;
}
.footer-icon{
	font-size: 26px;
	color: #0a58ca;
}

.qa table tbody tr td, .qa table tbody tr{
    border-width: 2px !important;
}
.qa table tbody tr td{
    padding: 5px;
}
#fix-navbar {
	overflow: hidden;
	background-image: linear-gradient(45deg, #0d167b,  #333fcc, #0d167b);
	z-index: 1;
}
#fix-navbar a {
float: left;
display: block;
color: #f2f2f2;
text-align: center;
padding: 4px 24px;
text-decoration: none;
font-size: 17px;
}
.land-icon{
	font-size: 36px;
}
.slide-nav-8 button.owl-next, .slide-nav-8 button.owl-prev {
    width: 44px;
    height: 44px;
    background: transparent;
    text-shadow: none;
    top: 0px;
    margin-top: 0;
    cursor: pointer;
    border: 0;
    color: #392C7D;
    margin-bottom: 0px;
    border-radius: 50px;
    transform: rotate(0deg);
    font-size: 24px;
}
  /*#fix-navbar a:hover {
	background-color: #ddd;
	color: black;
  }
  .link-active {
	background-color: #04AA6D;
	color: white;
  }*/
  .link-active {
	background-color: #04AA6D;
	color: white;
  }
  .content {
	padding: 16px;
  }
  .sticky {
	position: fixed;
	top: 0px;
	width: 100%;
  }
  
  .sticky + .content {
	padding-top: 60px;
  }
  .student-mentor {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    color: #000000;
    position: relative;
}
.student-mentor h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 18px;
}
.top-instructors p {
    font-size: 18px;
    margin-bottom: 0;
    margin-bottom: 40px;
}
.mentor-img img {
    position: absolute;
    bottom: 0;
    right: 0;
}
.user-love {
    padding: 80px 0px;
    background-image: url(../img/bg/map.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 500px;
}
.footer-sticky-contact{
	padding: 10px 0px;
	background-color: rgba(17, 1, 45, 0.7);
	position: fixed;
	width: 100%;
	bottom: 0;
	z-index: 3;
}
.whatsapp-btn > a > i, .callbtn > a > i{
	font-size: 26px;
	height: 36px;
	width: 36px;
	border: 1px solid #fff;
	border-radius: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFD600;
	padding: 10px;	
}
.rcicon{
	font-size: 36px;
	color: #FFD600;
}	
.topcategory-sec .categories-item {
    background: #FFFFFF; 
    border: 1px solid #E0EBFF;
	box-shadow: 0px 4px 34px #E0EBFF;
    padding: 30px;
	margin-bottom: 24px;
    border-radius: 10px;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}
.topcategory-sec .categories-item p {
    margin-bottom: 0;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}
.topcategory-sec .categories-icon {
    margin-bottom: 20px;
}
.home-two .categories-icon img {
    width: 53px;
}
.topcategory-sec .categories-content h3 {
    font-weight: 700;
    font-size: 20px;
    color: #392C7D;
    margin-top: 0;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}
.categories-item:hover .categories-content h3 {
	color: #5b0594;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}
.categories-item:hover .categories-content p{
	color: #5b0594;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}

.certificate {
	background-image: url(../img/certificate_badge.jpg) !important;
	background-repeat: no-repeat !important;
	background-attachment: fixed !important;
	background-position: bottom right !important;
	background-size: 10% !important;
}
.view-details{
	margin-top: 30px;
    border-top: 2px double #d3d3d3;
    padding-top: 6px;
}
.details{
	color: #0a58ca;
}
.angle{
	color: #D2317C;
}
.categories-item:hover .angle{
	animation: zoominout 0.8s infinite linear;
}
.istar{
	color: #ff7e09 !important;
}
.sticky-div.fixed{position:fixed; width: 24.5%;}
.sticky-div.footstick{position:absolute; bottom:0; top:inherit!important}
.course-sec{
	position: relative;
}
.cnxt-btn-primary{
    background-color: #313375 !important;
	color: #fff;
}
.cnxt-btn-secondary{
    background-color: #CD3C72 !important;
	color: #fff;
}
.cnxt-btn-secondary:hover{
    background-color: #9b1445 !important;
	color: #fff !important;
}
.cnxt-btn-primary:hover{
    background-color: #181a58 !important;
	color: #fff;
}
.form-badges{
	font-size: 16px !important;
}
.eq_header{
	background-image: linear-gradient(357deg, #fefefe, #d1d1ff);
}
#circle-check{
	font-size: 50px;
	color: #00cc52;
}
.success_msg{
	color: green !important;
	font-size: 20px !important;
}
.sm-active{
	background-color: #e6a40c;
}
@media only screen and (max-width: 992px){
	.sticky-div.fixed{position:fixed; width: 100%}
}
@keyframes zoominout{
	to{
		transform: translateX(10px);
	}
	from{
		transform: translateX(0px);
	}
}

@media only screen and (max-width: 600px)
{
    .qa img{
	width: 100%;
	height: auto;
    }
}

