a{
	-webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
/*-- CUSTOM STYLE START --*/


.nopad{ padding:0!important}
/*-- HOME PAGE STYLE START --*/

.footer-wrapper.bg-dark ul li a {
	color: #fff;
}

.footer-wrapper ul li a:hover {
	color: var(--theme-color);
}

@media (min-width: 1281px) {
	.container.header-container {
		max-width: 1400px;
	}
}

.header-wrapper .site-logo {
	margin-top:0;
}

.header-wrapper .site-logo h1 {
	font-size: 17px !important;
	text-align: center;
	margin-bottom: 0;
}

.sub-menu-wrapper {
	/* width: 560px; */
	/* padding: 20px; */
}

.sub-menu-block {
	/* width: 50%;
	margin-bottom: 20px; */
}

.sub-menu-block h6, .header-wrapper .nav-menu li .dropdown-menu .sub-menu-block a {
	font-size: 14px;
	font-weight: 600;
}

.menu-right-block {
	margin-top: 5px;
}

.sub-menu-block li {
	float: none !important;
	display: block !important;
	padding-left: 0 !important;
}

select.custom-select.header-select {
	font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    letter-spacing: 0.4px;
    color: #777 !important;
	border-color: #777;
	background: transparent url(../images/arrows-up-and-down-filled-triangles.png) no-repeat right 10px center/8px 10px;
}

.upper-header {
	background-color: #f8f8f8 !important;
}

.banner-wrapper.bg-after-fluid::after {
	background: #012340;
}

.banner-wrapper.bg-after-fluid h2 {
	color: #fff;
}

/*-- HOME PAGE STYLE END --*/


/*-- LOGIN/REGISTER PAGE STYLE START --*/
.login-wrapper {
	background-color: #012340;
}

.login-card {
	max-width: 540px;
	width: 100%;
	padding: 30px;
}

.login-card .cta-btn, .joincourse-modal .cta-btn {
	background-color: var(--theme-color) !important;
	color: #fff;
}

/*-- LOGIN/REGISTER PAGE STYLE END --*/

/*-- COURSE DETAILS PAGE STYLE START --*/

.course-feature-block {
	background-color: #fff;
}

.bg-black-05 {
	background: rgba(0, 0, 0, 0.5);
}

.course-details-list {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.course-details-list li {
	width: calc(50% - (2.4rem/2));
	color: #6c757d;
	font-weight: 500;
	font-size: 15px;
}

.course-details-tags {
	display: flex;
}

.course-details-tags li {
	margin-right: 6px;
}

.course-detail-info li:first-child {
	padding-top: 0;
}

.course-detail-info li {
	padding: 10px 0;
	border-bottom: 1px solid #f5f5f5;
	font-weight: 500;
}

.courses-details-contents .nav-tabs .nav-link {
	border: 0 !important;
	border-bottom: 2px solid transparent !important;
	font-weight: 700;
	color: #012340 !important;
}

.courses-details-contents .nav-tabs .nav-link.active {
	border-color: var(--theme-color) !important;
	color: var(--theme-color) !important;
}

.instructor-avatar {
	display: inline-flex;
	flex-shrink: 0;
	height: 48px;
	width: 48px;
	background-color: #012340;
	border-radius: 100px;
	overflow: hidden;
	align-items: center;
	justify-content: center;
	color: #fff;
}

/*-- COURSE DETAILS PAGE STYLE END --*/


/*-- INSTRUCTOR REGISTRATION FORM STYLE START --*/

.instructor-registration .form-group label,
.joincourse-modal .form-group label {
	color: #212529;
}
.joincourse-modal .modal-content a {
	color: var(--theme-color) !important;
}
.joincourse-modal .modal-header .close {
	right: 20px !important;
}
.joincourse-modal .form-control,
.instructor-registration .form-control {
	height: 40px;
	line-height: 1.5rem;
	border: 1px solid #eee;
}

/*-- INSTRUCTOR REGISTRATION FORM STYLE END --*/



.progress-bar.bg-info {
	background-color: #012340 !important;
}

.listing-page .form-group .style1-input, .listing-page .form-group .style1-select {
	height: 42px;
	line-height: 42px;
}

.card.rounded-lg {
	border-radius: 10px !important;
}

.listing-page .form-group.icon-input i {
	top: 13px;
}



/*-- COMMUNITY PAGE STYEL END --*/
.community-header {
	background-color: #012340;
}
.activity-block {
	border: 1px solid #f4f4f4;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
}
.activity-user-avtar img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
}
.activity-block {
	margin-bottom: 20px;
}
.event-block {
	display: flex;
	gap: 20px;
	margin-bottom: 30px;
}
.event-date {
	min-width: 41px;
	min-height: 43px;
	max-width: 41px;
	max-height: 43px;
	border-radius: 12px;
	background: #dee2e6;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.event-month {
	background: var(--primary);
	color: #fff;
	border-radius: 8px 8px 0px 0px;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	letter-spacing: 0.022em;
	width: 100%;
	height: 100%;
}
.event-day {
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	letter-spacing: 0.02em;
}
.event-subject a {
	color: #212529;
	font-weight: 600;
	font-size: 14px;
}
.event-label {
	background-color: #E4EBE4;
	font-size: 14px;
	padding: 4px 8px;
	border-radius: 5px;
	color: #212529;
}
.trending-carousel .trending-link {
	min-height: 230px;
	display: block;
	border-radius: 15px;
	overflow: hidden;
	position: relative;
}
.trending-link .trending-content {
	background-color: #012340;
	padding: 15px;
	position: absolute;
	z-index: 1;
	bottom: 0;
}
.trending-content h4 {
	color: #fff;
	font-size: 1.1rem;
	font-weight: 600;
	line-height: 139%;
}

.breadcrumb-wrapper .breadcrumb-item + .breadcrumb-item::before {
	color: #fff;
}
.breadcrumb-wrapper .breadcrumb-item.active {
	color: #c5c5c5;
  }


/*-- COMMUNITY PAGE STYEL END --*/



/*-- LESSION PAGE STYLE START --*/
.tutor-iconic-btn:hover path:not(:first-child) {
	fill: #1E74FD;
}


.questionBox {
	display: none;
}
.lesson-content-area .form-check {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}
.lesson-content-area .form-check .form-check-label {
	color: #212529;
	font-size: 18px !important;
}

/*-- LESSION PAGE STYLE END --*/






/*-- DASHBOARD STYLE START --*/

/* .breadcrumb-wrapper {
	background-color: #e9ecef;
}
.db-menu-wrapper {
	background-color: #175690;
	padding: 10px;
}

.db-menu-wrapper li {
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid #5a89b46b !important;
}

.db-menu-wrapper li a {
	color: #fff;
	padding: 12px 10px;
	font-weight: 600;
}
.db-menu-wrapper ul li::after {
	top: 15px !important;
	right: 10px !important;
}

.db-content-wrapper {
	background-color: #f8f9fa;
	padding: 60px 10px;
}


.db-profile-block {
	border: 1px solid #e8e8e8;
	border-radius: 10px;
	padding: 20px 10px;
	max-width: 500px;
	margin: 0 auto;
	text-align: center;
}
.db-profile-avtar {
	width: 220px;
	height: 220px;
	overflow: hidden;
	border-radius: 100%;
	margin: 0 auto 30px;
	border: 2px solid #343a40;
}
.db-profile-avtar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.db-profile-content h4 {
	font-size: 1.325rem;
	font-weight: 600;
}

.db-verify-block h4 {
	margin-bottom: 12px;
	font-weight: 600;
} */




/*-- NEW DASHBOARD STYLE START --*/

.section-db-title {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	background-color: #012340;
}

.section-db-title .breadcrumb {
	justify-content: center;
	background-color: transparent;
}

.section-db-title h1 {
	color: #fff;
	font-size: 45px;
	font-weight: 700;
}

.breadcrumb a {
	color: #fff;
}


.section-dashboard {
	padding: 30px 0;
}

.db-header-avatar {
	width: 84px;
	height: 84px;
	border-radius: 100%;
	overflow: hidden;
}

.db-header-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.db-user-info {
	margin-left: 24px;
}

.db-user-info span {
	font-size: 1.1rem;
}

.db-user-info .db-user-name {
	font-size: 1.2rem;
	text-transform: capitalize;
	font-weight: 600;
	color: #212529;
}

.db-header-blk {
	padding-bottom: 25px;
	border-bottom: 1px solid #f0f0f0;
}

.db-menu-list .db-menu-link {
	display: block;
	color: #212529;
	padding: 10px 20px;
	border-radius: 4px 0px 0px 4px;
	font-size: 1rem;
	font-weight: 500;
}

.db-menu-link:hover {
	background-color: #f8f8f8;
}

.db-menu-list .active .db-menu-link {
	background-color: #012340;
	color: #fff;
}

.db-menu-list {
	padding-top: 30px;
	border-right: 1px solid #f0f0f0;
	height: 100%;
}

.db-content-wrapper {
	padding: 30px 10px;
}

.db-content-title {
	margin-bottom: 3rem;
}

.db-content-title h4 {
	font-size: 1.25rem;
	font-weight: 600;
	color: #212529;
}

.db-content-inner .db-card {
	padding: 32px 24px;
	text-align: center;
	border: 1px solid #f0f0f0;
	border-radius: 5px;
}

.db-card-icon {
	display: inline-flex;
	width: 82px;
	height: 82px;
	align-items: center;
	justify-content: center;
	background-color: #f8f8f8 !important;
	border-radius: 100%;
	margin-bottom: 20px;
}

.db-card-icon i {
	font-size: 38px;
	color: #012340;
}

.db-card-count {
	font-size: 32px;
	font-weight: 700;
	color: #212529;
}

.db-card-course {
	margin-top: 10px;
	font-size: 16px;
	color: #212529;
}

.section-dashboard .container {
	max-width: 1400px;
}

.db-profile-label {
	color: #212529;
}

.db-profile-field {
	font-weight: 500;
	color: #212529;
}

.db-content-inner .mb {
	margin-bottom: 24px;
}

.db-course-tabs .nav-link {
	border: none;
	border-bottom: 2px solid transparent !important;
	color: #212529;
	font-weight: 500;
	font-size: 14px;
}

.db-course-tabs .nav-link.active {
	color: #012340 !important;
}

.db-content-inner .tab-content {
	padding: 1rem;
}




.db-content-inner .form-group label,
.expperince-modal label {
	color: #212529;
}

.db-content-inner .form-group input,
.db-content-inner .form-group select,
.expperince-modal .form-group input {
	height: 40px;
}

.db-content-inner .form-group .form-control,
.expperince-modal .form-group .form-control {
	border: 1px solid #eee;
	line-height: 1.5;
}

.db-content-inner .form-group .form-control:focus,
.expperince-modal .form-group .form-control:focus {
	border-color: #012340;
}

.db-content-inner .form-group textarea {
	resize: none;
}

.db-content-inner form {
	padding: 20px;
	border-radius: 5px;
	box-shadow: -2px 1px 8px #f0f0f0, 22px 2px 2px #fff;
}

.db-content-inner .profile-pic-wrapper {
	border-bottom: 1px solid #f0f0f0;
}

.profile-pic {
	color: transparent;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 124px;
	height: 124px;
}

.profile-pic input {
	display: none;
}

.profile-pic img {
	position: absolute;
	object-fit: cover;
	width: 124px;
	height: 124px;
	box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.35);
	border-radius: 100px;
	z-index: 0;
}

.profile-pic label {
	cursor: pointer;
	height: 124px;
	width: 124px;
	margin-bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.profile-pic:hover label {
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 10;
	color: #fafafa;
	transition: background-color 0.2s ease-in-out;
	border-radius: 100px;
}

.profile-pic span {
	display: inline-flex;
	padding: 0.2em;
	line-height: 20px;
}




.edit-icon {
	width: 48px;
	height: 48px;
	border-radius: 100%;
	line-height: 48px;
	text-align: center;
	-webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	-webkit-transition-duration: 167ms;
	transition-duration: 167ms;
}

.edit-icon:hover {
	background-color: #012340;
}

.edit-icon svg {
	color: #212529;
}

.edit-icon:hover svg {
	color: #fff;
}

.btn.btn-sbt {
	background-color: #012340;
	color: #fff;
}


.expperince-modal .modal-title {
	font-size: 1rem;
}

.expperince-modal .close {
	right: 20px !important;
}

.exp-output-data input {
	border: none !important;
	pointer-events: none;
}

.exp-output-data input {
	display: none;
}






.db-content-inner form h5 {
	margin-bottom: 20px;
	font-size: 1rem;
	color: #212529;
}

.db-content-inner input[type="file"] {
	cursor: pointer;
}

.db-content-inner tr th {
	font-size: 15px;
	font-weight: 500;
}

.db-content-inner th, .db-content-inner td {
	border: 1px solid #f0f0f0 !important;
	font-size: 1rem;
	color: #212529;
	font-weight: 400;
}

.db-content-inner tr td {
	font-size: 15px;
}

.db-content-inner tr td a {
	color: var(--theme-color) !important;
}


/*-- NEW DASHBOARD STYLE END --*/


/*-- DASHBOARD STYLE END --*/

/*-- HOME PAGE CHANGES BANNER SLIDER START --*/

.banner-carousel .carousel-control-prev, .banner-carousel .carousel-control-next{
	width: 5%;
	height: 10%;
	margin: auto;
	background-color: transparent;
    border: 0;
}
.banner-carousel .carousel-item{
	padding: 0 65px;
}
.banner-carousel .carousel-indicators li{
	border-radius: 100%;
    width: 15px;
    height: 15px;
}
.search-colleges .form-group.border-light{
	border: 1px solid #E1E1F0 !important;
}

.banner-carousel .carousel{
	background: #343a40;
}
.bg-after-fluid:after{
	background: transparent !important;
}

.header-wrapper .sub-menu-wrapper .sub-menu-block .submenu.dropdown-menu{
	position: absoulte;
	left: 100%;
	top: 0;
	opacity: 0;
	visibility: hidden;
	margin-top: 20px;
}
.header-wrapper .sub-menu-wrapper .sub-menu-block li a{
	padding: 5px 20px;
}
.header-wrapper .sub-menu-wrapper .sub-menu-block{
	padding: 20px 0;
}
.header-wrapper .sub-menu-wrapper .sub-menu-block li{
	position: relative;
	padding: 0;
}
.header-wrapper .sub-menu-wrapper .sub-menu-block li:hover .submenu.dropdown-menu{
	opacity: 1 !important;
	visibility: visible !important;
	margin-top: 0;
}
.header-wrapper .nav-menu li:hover .dropdown-menu{
	margin-top: 0;
	-webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header-wrapper .nav-menu li .dropdown-menu{
	margin-top: 20px;
}
.video-bttn:after{
	display: none;
}
.header-wrapper .header-container .menu-right-block a{
	margin: 0 5px;
    padding: 5px 20px;
    min-width: 140px;
}

/* CAPTCHA CSS START */

#captcha{
    margin: 15px 0px;
}

#captcha .preview{
    color: #555;
    width: 100%;
    text-align: center;
    letter-spacing: 8px;
    margin-bottom: 1.6em;
	height: 60px;
    line-height: 60px;
    display: block;
    border: 2px #eee solid;
    border-radius: 7px;

}

.form_input_captcha {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 14px !important;
	font-weight: 600;
    border: 0.1em solid #dadce0;
    border-radius: 0.5em;
    outline: none;
    padding: 1em;
    z-index: 1;
    background: none;
} 


.form_label_captcha{
    position: absolute;
    left: 1em;
    top: 5.2em;
    padding: 0 .25em;
    background-color: #fff;
    color: #80868b;
    font-size:14px;
    transition: .4s;
}

.form_input_captcha:focus + .form_label_captcha{
    top: 4.7em;
    left: .8em;
    color: rgb(28,164,248);
    font-size: 14px !important;
    font-weight: 600;
    z-index: 5;
}

.form_input_captcha:not(:placeholder-shown).form_input_captcha:not(:focus) + .form_label_captcha{
    top: 4.6em;;
    left: .8em;
    font-size: 14px !important;
    font-weight: 600 !important;
	color: #212529 !important;
    z-index: 5;
}

.form_input_captcha:focus{
    border: .1em solid rgb(28,164,248);
}

#captcha .preview span{
    display: inline-block;
    user-select: none;
}

#captcha .captcha_form{
    display: flex;
}

#captcha .captcha_form input{
    width: 100%;
    font-size: 1em;
    outline: none; 
    padding: 1em;
    z-index: 1;
    background: none;
	height: 60px;
    line-height: 60px;
    display: block;
    border: 2px #eee solid;
    border-radius: 7px;
}


#captcha .captcha_form .captcha_refersh{
	width: 70px;
    border: none;
    outline: none;
    background: #eee;
    cursor: pointer;
    border-radius: 0.5em;
    margin-left: 5px;
    line-height: 55px;
}
.captcha_refersh{
    transition: .4s;

}

.captcha_refersh:hover{
    transition: .4s;

    transform: scale(0.90);
}
/* CAPTCHA CSS END */

.listing-page .card .card-body .form-group{
	background-color: #e4e7ed;
}
.card.shadow-xss .card-image{
	border-radius: 10px;
	overflow: hidden;
}
.popover.popover-courses h3 {
    font-size: 23px;
    line-height: 27px;
	font-weight: 500;
    color: #000000;
	margin-bottom: 15px;
}
.popover.popover-courses .update-info {
    font-size: 15px;
    line-height: 20px;
    color: #0055ff;
}
.popover.popover-courses .stats {
    margin: 20px 0;
}
.popover.popover-courses .stats .level {
    background-color: #e4e7ed;
    padding: 5px 10px;
    font-weight: 500;
}
.popover.popover-courses .duration {
    margin-left: 10px;
    font-weight: 500;
}
.popover.popover-courses p {
    font-size: 14px;
    line-height: 25px;
}
.popover.popover-courses {
    -webkit-box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    background-color: #ffffff;
    padding: 25px;
    width: 310px;
    border: 0;
    left: 100%;
    z-index: 999;
	opacity: 0;
    visibility: hidden;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.popover.popover-courses:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-right: 19px solid #05f;
    border-bottom: 8px solid transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -7%;
}
.card.shadow-xss:hover .popover.popover-courses{
	opacity: 1;
	visibility: visible;
}
.innerpage-banner {
    background-color: #343a40;
}
.innerpage-banner h2{
	font-size: 40px;
    line-height: 47px;
    font-weight: 700;
    color: #ffffff;
    margin: 80px 0;
}
.courses-details-contents .card-header {
    padding: 0 !important;
	background: #e4e7ed !important;
	padding: 10px 20px !important;
}
.courses-details-contents .card {
    margin-bottom: 0;
	background: #e4e7ed !important;
}

.courses-details-contents .nav-tabs{
	margin-bottom: 20px;
}
/*-- HOME PAGE CHANGES BANNER SLIDER END --*/

/*-- PROFILE PAGE START --*/
.profile-page{
	padding: 30px;
	max-width: 900PX;
	width: 100%;
	margin: 0 auto;
}

.profile-page .personal-details .banner{
	position: relative;
}
.profile-page .personal-details .banner > img{
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.profile-page .personal-details .banner .profile-avatar{
	position: absolute;
	bottom: -70px;
	left: 0;
	margin: 25px;
	z-index: 9;
}
.profile-page .personal-details .banner .profile-avatar img{
	border-radius: 100%;
    border: 4px solid #ffffff;
}
.profile-page .personal-details .profile-designation{
	font-size: 14px;
    line-height: 20px;
    color: #000000;
}
.profile-page .personal-details .lolcation {
    font-size: 13px;
	line-height: 20px;
}
.profile-page .personal-details .connections {
    font-weight: 500;
    font-size: 13px;
}
.profile-page .personal-details .connections span{
	margin-left: 7px;
	font-weight: 300;
}
.profile-page .personal-details .bg-white{
	border:1px solid #eae6e6;
	border-radius: 15px;
}
.profile-page .personal-details .person-info{
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.profile-page .personal-details p {
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
	color: #343a40;

}
.profile-page .personal-details h3{
	font-weight: 600;
}
.profile-page .personal-details .highlights p{
	font-size: 15x;
	line-height: 20px;
}
.profile-page .personal-details .highlights p + p {
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
}
.profile-page .personal-details .activity h3 span {
	font-size: 13px;
	line-height: 20px;
	color: #6c757d;
	font-weight: 400;
}
.profile-page .personal-details .activity a:nth-last-child(2) p{
	color: #6c757d;
	font-weight: 400;
}
.profile-page .personal-details .activity > a, .profile-page .personal-details .activity div a{
	font-size: 12px;
	list-style: 18px;
	color: #6c757d;
}
.profile-page .personal-details .showallactivity{
	border-top: 1px solid #eae6e6;
}
.profile-page .personal-details .showallactivity a{
	font-size: 15px !important;
	line-height: 20px;
	font-weight: 600;
}
.profile-page .personal-details .showallactivity a b{
	vertical-align: middle;
	font-weight: 700;
}
.profile-page .personal-details .experience h4, .profile-page .personal-details .education h4 {
    font-size: 15px;
    line-height: 20px;
    font-weight: 600 !important;
    color: #646464 !important;
}
.experience-detail{
	position: relative;
    padding-left: 56px;
    margin-top: 10px;
    margin-bottom: 30px;
}
.experience-detail:before {
    content: "";
    position: absolute;
    left: 19px;
    top: 5px;
    background-color: #b2b2b2;
    width: 8px;
    height: 8px;
    border-radius: 100%;
}
.experience-detail:after {
    content: "";
    position: absolute;
    left: 22px;
    top: 23px;
    background-color: #eee9e9;
    width: 2px;
    height: 100%;
}
.profile-page .personal-details .education p:last-child {
    color: #b3b3b3;
}
.profile-page .personal-details .education h4 + p {
    font-weight: normal;
}
.profile-page .personal-details .education > div {
    border-bottom: 1px solid #eae6e6;
    margin-bottom: 20px;
}
.profile-page .personal-details .education div:last-child {
    border-bottom: 0;
	margin-bottom: 0;
}
.profile-page .personal-details .activity.education div:nth-last-child(2){
    border-bottom: 0;
}

/*-- PROFILE PAGE END --*/
.header-wrapper .nav-menu li:last-child {
    padding-right: 0;
}
.header-wrapper .nav-menu li {
    padding: 0 11px;
}


/*-- FACULTY-DETAIL PAGE START --*/
.breadcrumb a, .breadcrumb-item + .breadcrumb-item::before {
    color: #000;
}
.faculty-detail .faculty-avatar img {
    border: 4px solid #cecece;
}
.faculty-detail h2 {
    font-size: 25px;
    line-height: 35px;
    font-weight: 600;
}
.faculty-detail .courses h2{
	margin-bottom: 20px;
}
.faculty-detail .courses img{
	border: 4px solid #cecece;
}
.faculty-detail .courses h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
}

/*-- FACULTY-DETAI PAGE END --*/

.header-wrapper .site-logo h1 p{
	font-size: 10px;
	text-align: center;
	margin-bottom: 0;
}
.header-wrapper .nav-menu{
	margin-left: auto;
}

/*-- GRADUATES PAGE START --*/

.profile-detail{
	margin: 50px 0;
}
.profile-detail img{
	border: 4px solid #cecece;
	border-radius: 100%;
}
.profile-detail h2{
	font-size: 20	px;
	line-height: 22px;
	font-weight: 600;
	margin-top: 10px;
}
.profile-detail p{
	font-size: 13px;
	line-height: 20px;
	color: #515184;
	margin: 0;
}
.profile-detail a:hover {
	box-shadow: 1px 1px 6px 1px #9d9d9d;
    background-color: #f7f7f7;
}
.profile-detail a {
	display: inline-block;
    padding: 15px;
    border-radius: 8px;
	width: 100%;
}
/*-- GRADUATES PAGE END --*/
/*-- CUSTOM STYLE END --*/