body{
	background: #f9f9f9;
}

header.new-header {
	padding: 10px;
	background: #fff;
}
.header-logo {
	width: 100%;
	max-width: 140px;
}
.new-header .navbar-nav {
	gap: 34px;
	margin-right: 40px;
}
.new-header .nav-link {
	font-size: 20px;
	color: #0d1a44;
	font-weight: bold;
}
.new-header .nav-link:hover,
.new-header .nav-link.active{
	/*color: #ffbd31;*/
}
.new-header .btnPrimary {
	background: #013a6f;
	color: #fff;
	border: 0;
	font-size: 20px;
	padding: 5px 15px;
}
.new-header .btnPrimary:hover {
	background: #ffbd31;
}
.main-navbar-toggler {
	color: #013a6f;
	font-size: 24px;
	border: 2px solid #013a6f;
	padding: 8px 10px;
	border-radius: 6px;
	display: inline-flex;
	vertical-align: middle;
}
.main-nav-menu-outer {
	display: none;
}


.hero-banner {
	padding: 60px 0 0px;
}
.hero-banner h1 {
	font-size: 60px;
	color: #0a3a6a;
}
.hero-banner p {
	font-size: 30px;
	line-height: 1.2;
	color: #000;
}
.hero-banner .btn {
	font-size: 24px;
	color: #fff;
}
.hero-banner img {
	width: 100%;
}

.banner-bottom-logo-slider {
	background: #ffffff;
	margin-top: 60px;
}
@keyframes slides {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-100%);
	}
}
.logos {
	overflow: hidden;
	padding: 30px 0px;
	white-space: nowrap;
	position: relative;
}
.logos:before, .logos:after {
	position: absolute;
	top: 0;
	content: '';
	width: 250px;
	height: 100%;
	z-index: 2;
}
.logos:before {
	left: 0;
	background: linear-gradient(to left, rgba(255,255,255,0), rgb(255, 255, 255));
}
.logos:after {
	right: 0;
	background: linear-gradient(to right, rgba(255,255,255,0), rgb(255, 255, 255));
}
.logo_items {
	display: inline-block;
	animation: 35s slides infinite linear;
}
.logos:hover .logo_items {
	animation-play-state: paused;
}
.logo_items img {
	/*opacity: .4;*/
	margin: 0 12px;
	height: 36px;
}

.banner-bottom-widget-outer {
	padding: 60px 0 80px;
}
.banner-bottom-widget:hover {
	transform: translateY(-10px);
}
.banner-bottom-widget {
	background: #fff;
	height: 100%;
	padding: 20px 15px;
	text-align: center;
	border-radius: 10px;
	transition: all 0.3s ease-in-out;
	box-shadow: 0 0px 5px rgb(1 1 1 / 8%);
}
.banner-bottom-widget img {
	margin: 0 0 10px;
	max-height: 45px;
}
.banner-bottom-widget h4 {
	font-size: 20px;
}
.banner-bottom-widget p {
	font-size: 18px;
	color: #013a6e;
}

.btn.btnPrimary.big-btn {
	font-size: 20px;
	color: #fff;
	background: #013a6f;
	border-color: #013a6f;
}
.btn.btnPrimary.big-btn:hover {
	background: #fea41c;
	border-color: #fea41c;
}
.newCardBg{
	padding: 30px 30px 0;
}
.newCardBg img {
	height: 209px;
	object-fit: contain;
	margin: 0 auto;
}

.leader-board {
	padding: 80px 0;
}
.leader-board-box {
	border-radius: 20px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.leader-board-box-header {
	background: #184e7d;
	color: #fff;
	text-align: center;
	padding: 20px 15px;
	border-radius: 20px 20px 0 0;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.leader-board-box-header h2 {
	color: #fff;
	text-transform: uppercase;
}
.leader-board-box-header p {
	margin: 0;
	font-size: 20px;
}
.leader-board-box-body {
	padding: 10px 20px;
}
.leader-board-box-body table {
	width: 100%;
}
.leader-board-box-body table td {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 10px;
	text-align: center;
}
.leader-board-box-body table tbody td {
	background: #fff;
	border-bottom: 10px solid #f9f9f9;
}
.leader-board-box-body table tbody td img {
	width: 40px;
	margin: -10px 0;
}
.leader-board-box-footer {
	background: #184e7d;
	padding: 10px 20px;
	border-radius:  0 0 20px 20px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.leader-board-box-footer ul {
	display: flex;
	justify-content: center;
	gap: 20px;
	font-size: 16px;
}
.leader-board-box-footer ul li {
	color: #fff;
}
.leader-board-box-footer ul li a {
	color: #fff;
}
.nice-select .list{
	flex-direction: column;
	gap: 0px;
}
.nice-select .list .option {
	color: #000;
}
.leader-board-box-footer .nice-select:after {
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
}
.quizOne.odd {
	background-color: #013a6f;
}
.quizOne.odd .btn {
	font-size: 24px;
	color: #fff;
}
.testimonial-slider .slick-track{
	display: flex;
	gap: 20px;
	padding: 10px 0px;
}
.testimonial-slider .testimonialCardOne {
	box-shadow: 0 0px 5px rgb(1 1 1 / 8%);
}
.testimonial-slider .slick-prev:before, .testimonial-slider .slick-next:before {
	font-size: 40px;
	color: #fd9a03;
	opacity: 1;
}
.testimonial-slider .slick-prev {
	left: 0px;
	z-index: 2;
}
.testimonial-slider .slick-next {
	right: 20px;
}

.headshot-block.v3 {
	border-style: none;
	border-radius: 7px;
	width: 100%;
	height: auto;
	margin: 15px;
	padding-bottom: 60px;
	transition: box-shadow .4s cubic-bezier(.77,0,.175,1);
	display: block;
	position: relative;
	overflow: hidden;
	box-shadow: 7px 12px 25px #0000001f;
}
.headshot-block {
	border: 2px solid var(--white);
	border-radius: 50%;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 200px;
	display: inline-block;
	overflow: hidden;
}
.headshot-block div:nth-child(1){
	position: absolute;
    left: -40px;
    top: 15px;
    background: #4CAF50;
    z-index: 9;
    width: 170px;
    transform: rotate(320deg);
    text-align: center;
    line-height: 0.65;
    margin: 0 !important;
    font-size: 15px;
    padding: 16px 10px 0;
    color: #ffffff;
    font-weight: 900;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.w-inline-block {
	max-width: 100%;
	display: inline-block;
}
.about-block-image {
	justify-content: center;
	align-items: center;
	display: flex;
	position: relative;
}
.person-headshot {
	object-fit: cover;
	object-position: 100% 0%;
	width: 180px;
	height: 180px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.person-headshot {
	filter: blur(0);
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.person-headshot.v5 {
	object-position: 50% 0%;
	border-radius: 0;
	width: 100%;
	max-width: none;
	height: 280px;
	margin-bottom: 0;
}
.about-block-overlay {
	background-color: #0000;
	background-image: linear-gradient(125deg, #cce9ffd9 15%, #2e7bb6d9);
	border-radius: 50%;
	width: 102%;
	height: 102%;
	position: absolute;
	inset: -1% 0% 0% -1%;
}
.about-block-overlay {
	transform: scale(0);
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.clon-speaker-link-icon {
	color: var(--white);
	font-family: Fa Brands, sans-serif;
	font-size: 50px;
	line-height: 50px;
	position: absolute;
}
.clon-speaker-link-icon {
	transform: scale(0);
	opacity: 0;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
/*.headshot-block.v3:hover {
	box-shadow: 7px 12px 25px #0003;
}*/
.headshot-block:hover .person-headshot {
	/*filter: blur(3px);
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;*/
}
.headshot-block:hover .about-block-overlay {
	transform: scale(1);
	opacity: 1;
	border-radius: 7px;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.headshot-block:hover .clon-speaker-link-icon {
	transform: scale(1);
	opacity: 1;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
	transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, 1.16);
}
.team-info-block {
	background-color: #147ed4;
	padding: 12px 20px 15px;
	position: absolute;
	inset: auto 0% 0%;
}
.team-info-block.about {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 91px;
	padding: 13px 17px 16px;
	display: flex;
}
.person-name {
	text-align: center;
	letter-spacing: .25px;
	margin-top: 0;
	margin-bottom: 4px;
	font-size: 23px;
	font-weight: 500;
	line-height: 115%;
}
.person-name.about {
	color: #fff;
	letter-spacing: .35px;
	margin-bottom: 2px;
	font-size: 21px;
}
.person-title.about {
	color: #ffffffe0;
	font-size: 14px;
	font-weight: 300;
	line-height: 125%;
}

.studentSlider .slick-prev:before, .studentSlider .slick-next:before {
	font-size: 40px;
	color: #fd9a03;
	opacity: 1;
}
.studentSlider .slick-prev {
	left: 0px;
	z-index: 2;
}
.studentSlider .slick-next {
	right: 20px;
}
.TopTen .col {
	flex: 1 0 20%;
	max-width: 225px;
}
/*.TopTenSkillmightEarners .col:nth-child(1) .headshot-block::after,
.TopTenQuizParticipantRow .col:nth-child(1) .headshot-block::after{
	content: "";
    background: url(/public/uploads/uploaded_files/rank1.png) no-repeat;
    position: absolute;
    left: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    z-index: 9;
    background-size: contain;
}
.TopTenSkillmightEarners .col:nth-child(2) .headshot-block::after,
.TopTenQuizParticipantRow .col:nth-child(2) .headshot-block::after{
	content: "";
    background: url(/public/uploads/uploaded_files/rank2.png) no-repeat;
    position: absolute;
    left: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    z-index: 9;
    background-size: contain;
}
.TopTenSkillmightEarners .col:nth-child(3) .headshot-block::after,
.TopTenQuizParticipantRow .col:nth-child(3) .headshot-block::after{
	content: "";
    background: url(/public/uploads/uploaded_files/rank3.png) no-repeat;
    position: absolute;
    left: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    z-index: 9;
    background-size: contain;
}*/


/*New Footer*/
.new-footer {
	background: #003a6c;
	padding: 30px 0;
}
.footer-nav {
	display: flex;
	padding: 0;
	margin: 0 0 20px;
	gap: 40px;
}
.footer-nav li a {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}
.copy-right p {
	color: #fff;
	margin: 0;
	/*font-size: 18px;*/
	font-weight: 300;
}
.new-footer .socialList {
	justify-content: end;
}
.new-footer .socialList a {
	color: #ffffff;
}


/* Responbsive CSS */
@media (max-width: 991px) {
	.banner-bottom-widget-outer .col {
		flex: 1 0 50%;
		padding-bottom: 24px;
	}
	.WhatUserSay .col {
		flex: 1 0 50%;
	}
	.TopTen .col {
		flex: 1 0 50%;
		max-width: 180px;
	}
	.person-headshot.v5 {
	    height: 190px;
	}
}


@media (max-width: 767px) {
	.hero-banner h1 {
		font-size: 30px;
		/*text-align: center;*/
	}
	.hero-banner p {
		font-size: 20px;
		/*text-align: center;*/
	}
	.hero-banner .btnSec {
		/*justify-content: center;
		margin-bottom: 40px;*/
	}
	.hero-banner .btn {
		font-size: 18px;
	}
	.banner-bottom-widget-outer .col {
		flex: 1 0 100%;
	}
	.quizOne.odd {
		text-align: center;
	}
	.quizOne.odd .sectionTitle .titleL {
		padding-left: 0px;
	}
	.quizOne.odd .sectionTitle .btnSec {
		justify-content: center;
	}
	.WhatUserSay .col {
		flex: 1 0 100%;
	}
	/*.TopTen .col {
		flex: 1 0 100%;
	}*/
	.copy-right p {
		text-align: center;
		margin-bottom: 20px;
	}
	.new-footer .socialList {
		justify-content: center;
	}
	.leader-board {
		padding: 60px 0;
	}
	.headshot-block.v3{
		margin: 15px 0;
	}
}


@media (max-width: 575px) {
	.header-logo {
		max-width: 100px;
	}
	.new-header .btnPrimary {
		font-size: 14px;
	}
	.leader-board-box-body table td {
		font-size: 10px;
		padding: 10px 2px;
	}
	.leader-board-box-footer ul {
		gap: 2px;
		font-size: 7px;
	}
	.bgImg .courseCardOne .videoSec video {
		max-height: 100px;
		object-fit: contain;
		padding: 30px 0 0;
	}
	.bgImg .courseCardOne .detailsSec {
		text-align: center;
		padding: 20px 5px;
	}
	.bgImg .courseCardOne .detailsSec h5{
		font-size: 15px;
		height: 36px;
        overflow: hidden;
	}
	.bgImg .courseCardOne .detailsSec .btn {
		justify-content: center;
		width: auto;
	}
	/*.TopTen .col {
		padding: 0 20vw;
	}*/
	.hero-banner h1 {
		font-size: 20px;
		margin-right: -40px;
	}
	.hero-banner h1 br{
		display: none;
	}
	.hero-banner p {
		font-size: 14px;
	}
	.hero-banner .btn {
		font-size: 12px;
		min-height: 40px;
		padding: 6px 15px;
	}
	.hero-banner {
		padding: 30px 0 0px;
	}
	.banner-bottom-logo-slider {
		margin-top: 40px;
	}
	.testimonialCardOne{
		padding:32px 35px 15px;
	}
	.row.TrendingCourseRow>*{
		width: 50%;
	}
	.person-name.about {
		font-size: 18px;
	}
	.team-info-block.about {
	    min-height: 64px;
	    padding: 5px 5px 5px;
	}
	.person-headshot.v5 {
        height: 124px;
        /*width: 60%;*/
        width: 75%;
    }	
    
    /*.TopTenSkillmightEarners .col:nth-child(1) .headshot-block::after,
	.TopTenSkillmightEarners .col:nth-child(2) .headshot-block::after,
	.TopTenSkillmightEarners .col:nth-child(3) .headshot-block::after,
	.TopTenQuizParticipantRow .col:nth-child(1) .headshot-block::after,
	.TopTenQuizParticipantRow .col:nth-child(2) .headshot-block::after,
	.TopTenQuizParticipantRow .col:nth-child(3) .headshot-block::after{
	    left: 0px;
	    top: 0px;
	    width: 30px;
	    height: 30px;
	}*/
	.courseCardOne .detailsSec p {
	    margin-bottom: 10px;
	    height: 70px;
	    overflow: hidden;
	}
	.headshot-block div:nth-child(1) {
	    font-size: 13px;
	}

}









