/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');

body {
  font-family: "Lato", sans-serif !important;
  color: #fff;
}

body * :not(.fas):not(.far):not(.fab):not(.fa){
  font-family: "Lato", sans-serif !important;
}

a {
  color: #cda45e;
  text-decoration: none;
}

a:hover {
  color: #d9ba85;
  text-decoration: none;
}

body div {
	margin: 0;
	padding: 0;
}
.home-container {
	position: relative;
	max-width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
}
.home-container p.normal {
	font-size: 24px;
	line-height: 1.2;
}

/* Navbar */
.navbar { 
	height: 100px;
}
.navbar .nav-item {
	font-weight: 900;
	font-size: 24px;
	padding: 10px 30px;
}
.navbar .navbar-brand {
	font-weight: 600;
	font-size: 28px;
}
.dark-bg {
	background-color: #000;
}
#modalSignUpUserForm .form-group {
	padding: 10px;
}
.modal-footer .btn:hover {
	border: 1px solid #000 !important;
	color: #000 !important;
}
.modal-link {
	text-decoration: underline;
}
.modal-link:hover {
	color: #444;
}
@media only screen and (max-width: 768px) {
	.navbar-brand img {
		height: 25px;
	}
	.navbar-brand {
		padding-left: 15px;
	}
	.navbar {
		height: 70px;
	}
	.navbar .nav-item {
		font-size: 18px;
	}
	.navbar-toggler {
		border: none !important;
	}
	.navbar-toggler:focus {
		box-shadow : none !important;
	}
	.container-fluid {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.home-container p.normal {
		font-size: 20px;
	}
}
/* Homepage Slider */
.carousel-caption {
	top: 20%;
	padding-left: 30px;
	text-align: left !important;
	left: 0 !important;
	width: 65%;
}
.home-slider-trainer {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 45%;
	height: 80%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.home-slider-bg {
	position: absolute;
	width: 100%; height: 90%; top: 10%;
	background-repeat: no-repeat;
	background-position: right;
	background-size: contain;
	opacity: 0.15;
}
.home-title {
	font-size: 100px;
	font: sans-serif;
	font-weight: 900;
	line-height: 1;
}
.home-slider-title {
	padding-bottom: 40px;
}
.home-slider-subtitle {
	font-size: 50px;
	font-weight: 900;
	line-height: 1;
}
.light-text {
	font-weight: 300;
}
.home-slider-link {
	padding-top: 30px;
}
.home-slider-link a {
	color: #fff;
}
.home-slider-link a:hover {
	color: #fff;
}
.common-link a {
	position: relative;
	font-size: 24px;
	text-decoration: none;
	transition: all 1s ease;
}
.common-link a:hover {
	transition: all 1s ease;
}
.common-link a:hover i {
	transition: all 1s ease;
	padding-left: 15px;
}
.common-link a i {
	transition: all 1s ease;
	padding-left: 0px;
}
@media only screen and (max-width: 768px) {
	.carousel-caption {
		top: 30%;
		left: 0 !important;
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.home-title {
		font-size: 50px;
	}
	.home-slider-subtitle {
		font-size: 25px;
	}
	.home-slider-trainer {
		width: 100%;
		opacity:0.3;
	}
}

/* Parallax */
.home-language-parallax {
	position: relative;
	width: 100%;
	max-width: 1300px;
	margin: auto;
	padding: 15px 50px;
}
.parallax-contents {
	position: relative;
	width: 65%;
}
.parallax-link {
	padding-top: 30px;
	font-size: 24px;
}
.parallax-link a, .parallax-link a:hover {
	color: inherit;
}
.parallax-cards-container {
	width: 100%; height: 100%;
}
.home-language-contents {
	width: 50%;
}
.language-card {
	position: absolute;
	width: 290px;
	max-width: 25%;
	background: #000;
	border-radius: 50px;
	text-align: center;
	padding: 30px 30px;
	/*shadow*/
	-moz-box-shadow: 0 0 20px 15px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 20px 15px rgba(0,0,0,0.3);
	box-shadow: 0 0 20px 15px rgba(0,0,0,0.3);
}
.language-card.card-1 {
	top: 170%;
	left: 0;
}
.language-card.card-2 {
	top: 130%;
	left: 0; right: 0;
	margin: auto;
}
.language-card.card-3 {
	top: 90%;
	right: 0;
}
.language-card-header, .language-tutor-list, .language-card-footer {
	width: 100%;
}
.language-card-header {
	display: inline-block;
	border-bottom: 1px solid #bf9000;
	padding-bottom: 15px;
}
.language-card-title {
	width: 75%;
	float: left;
	font-weight: 900;
	font-size: 28px;
	text-align: left;
}
@media only screen and (max-width: 768px) {
	.home-container {
		top: -70px;
	}
	.other-container {
		top: 20px;
	}
	.home-language-parallax {
		padding: 40px 20px;
	}
	.parallax-cards-container {
		margin-top: 50px;
	}
	.parallax-contents, .home-language-contents {
		width: 100%;
	}
	.language-card {
		position: relative;
		top: 0;
		width: 85%;
		max-width: 100%;
		margin: auto;
		margin-top: 30px !important;
	}
}

/* Flags */
.language-flag {
	width: 45px;
	height: 45px;
	float: right;
	border-radius: 50%;
  	background-repeat: no-repeat;
  	background-size: cover;
  	background-position: center;
	/*shadow*/
	-moz-box-shadow: 0 0 5px 4px rgba(255,255,255,0.3);
	-webkit-box-shadow: 0 0 5px 4px rgba(255,255,255,0.3);
	box-shadow: 0 0 5px 4px rgba(255,255,255,0.3);
}
.fr-flag { background-image: url('../img/flags/fr-flag.png'); }
.gm-flag { background-image: url('../img/flags/gm-flag.png'); }
.in-flag { background-image: url('../img/flags/in-flag.png'); }
body ul {
	list-style-type: none;
	padding-left: 0 !important;
}
.language-tutor-list {
	padding-bottom: 40px;
	border-bottom: 1px solid;
}
.language-tutor {
	width: 100%;
	display: inline-block;
	padding: 10px 0;
}
.tutor-name {
	width: 60%;
	float: left;
	font-size: 22px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
  	text-overflow: ellipsis; 
}
.tutor-rating {
	width: 40%; 
	float: left;
	text-align: right;
	font-size: 18px;
}
.language-card-footer {
	padding: 0 15px;
}
.btn-signup {
	width: 100%;
	background-color: #000 !important;
	border: 1px solid #fff !important;
	border-radius: 8px;
	transition: all 1s ease;
}
.btn-signup:hover {
	background-color: #fff !important;
	border: 1px solid #000 !important;
	color: #000 !important;
	transition: all 0.5s ease;
}

/* Personal Tutor */
.home-personal-tutor {
	width: 100%;
	max-width: 1300px;
	margin: auto;
	padding: 15px 50px;
}
.personal-tutor-contents {
	position: relative;
	width: 60%;
	margin-top: 300px;
	float: right;
}
.personal-tutor-subtext {
	width: 50%; margin: auto; margin-right: 0;
}
.personal-tutor-media {
	position: relative;
	z-index: 2;
	border-radius: 50px;
	margin-top: 45%;
	background-position: center;
	width: 50%;
	height: 400px;
	transform: translate(0,100px);
}
.home-featured-tutors {
	position: relative;
	width: 100%;
	margin: auto;
	padding: 15px 50px;
}
.featured-tutors-contents 	{
	position: relative;
	width: 100%;
	margin-top: 120px;
	padding: 0 5%;
	color: #fff;
}
.featured-tutors-subtext {
	width: 70%;
}
.featured-tutors-subtext p{
	display: none;
}
.featured-tutors-subtext p.active{
	display: block;
}
.featured-tutors-avatar {
	position: relative;
	width: 100%;
	padding-top: 80px;
	padding-bottom: 30px;
}
.tutors-avatar {
	display: inline-block;
	position: relative;
	margin-right: 10px;
}
.tutors-avatar img {
	width: 100px;
	border: 1px solid #fff;
	border-radius: 50%;
	transition: all 0.3s ease;
}
.tutors-avatar img:hover {
	/*shadow*/
	-moz-box-shadow: 0 0 10px 5px rgba(255,255,255,0.3);
	-webkit-box-shadow: 0 0 10px 5px rgba(255,255,255,0.3);
	box-shadow: 0 0 10px 5px rgba(255,255,255,0.3);
	transform: scale(1.1);
	cursor: pointer;
}
.tutors-avatar.active img {
	/*shadow*/
	-moz-box-shadow: 0 0 10px 5px rgba(255,255,255,0.3);
	-webkit-box-shadow: 0 0 10px 5px rgba(255,255,255,0.3);
	box-shadow: 0 0 10px 5px rgba(255,255,255,0.3);
}
.featured-tutors-large img {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
}
.image-radio-button {
	filter: grayscale(100%);
}
.image-radio-button.active {
	filter: grayscale(0%);
}
.home-tutors-list {
	position: relative;
	width: 100%;
	margin: auto;
	padding: 15px 50px;
}
.tutors-list-contents {
	position: relative;
	width:100%;
	margin-top: 120px;
	padding: 0 5%;
	color: #000;
}
.tutors-list-contents .home-title {
	float: left;
}
.tutors-list-subtext {
	width: 50%;
}
/*.tutors-list-avatar {
	position: relative;
	width: 100%;
	padding-top: 80px;
	padding-bottom: 30px;
}*/
.tutors-list-heading {
	display: inline-block;
}
.tutors-list-heading .home-title {
	width: 35%;
	float: left;
}
.tutors-list-heading .tutors-list-subtext {
	width: 50%;
	float: left;
	padding-top: 30px;
	margin-left: 25px;
}
.tutors-list-avatar {
	/* display: inline-block; */
	position: relative;
	padding-top: 20px;
}
.tutors-list-avatar img {
	display: table;
	width: 85%;
	border: 1px solid #fff;
	border-radius: 20px;
	margin: 0 auto;
	/*shadow*/
	-moz-box-shadow: 0 0 10px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 10px 0px rgba(0,0,0,0.3);
	box-shadow: 0 0 10px 0px rgba(0,0,0,0.3);
	transition: all 0.3s ease;
}
.tutors-list-avatar:hover {
	cursor: pointer;
}
.tutor-list-name {
	visibility: hidden;
	position: relative;
	width: 85%;
	color: #fff;
	bottom: 30%;
	display: table;
	margin: 0 auto;
	font-size: 28px;
	text-align: center;
}
.tutors-list-avatar:hover > .tutor-list-name, .tutors-list-avatar:hover > a > .tutor-list-name {
	visibility: visible;
}
.tutors-list-link {
	padding-top: 10px;
	font-size: 24px;
}
.tutors-list-link a, .tutors-list-link a:hover {
	color: inherit;
}

@media only screen and (max-width: 768px) {

	.personal-tutor-contents {
		margin-top: 0 !important;
		width: 100% !important;
		float: none !important;
	}
	.personal-tutor-subtext {
		width: 100% !important;
	}
	.personal-tutor-media {
		margin-top: 0;
		width: 100%;
	}
	.featured-tutors-large img {
		position: relative;
	}
	.home-featured-tutors {
		padding: 15px 10px;
	}
	.featured-tutors-contents, .featured-tutors-subtext {
		width: 100%;
	}
	.featured-tutors-large {
		display: none;
	}
	.tutors-avatar img {
		width: 65px;
	}
	.featured-tutors-avatar {
		padding-top: 50px;
	}
	.home-tutors-list {
		padding: 15px 20px;
	}
	.tutors-list-contents {
		margin-top: 50px;
		padding: 0;
	}
	.tutors-list-contents .home-title {
		float: none;
		width: 100%;
	}
	.tutors-list-contents .tutors-list-subtext {
		width: 100%;
		float: none;
		margin-left: 0;
	}
	.tutor-list-name {
		visibility: visible;
		bottom: 40px;
	}
	.tutors-list-avatar a {
		text-decoration: none;
	}
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: black;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
  position: relative;
	margin-top: 50px;
}

#footer .footer-top {
  background: #0c0b09;
  border-top: 1px solid #37332a;
  border-bottom: 1px solid #28251f;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #28251f;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #999;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  padding-left: 2px;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: underline;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}
#footer .footer-logo {
	margin-bottom: 10px;
	height: 30px;
}
@media only screen and (max-width: 768px) {
	#footer {
		top: 70px;
		margin-top: 0;
	}
}

/* Languages List Page */
.lang-cards-section {
	padding: 60px 0;
}
.lang-list-section {
	position: relative;
	width: 100%;
	margin: auto;
	padding: 15px 50px;
}
.lang-list-contents {
	position: relative;
	width:100%;
	margin-top: 120px;
	padding: 0 5%;
	color: #000;
}
.lang-list-contents .home-title {
	float: left;
}
.lang-list-card {
	position: relative;
	height: 400px;
	padding: 10px;
	margin: 15px 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 5px;
	filter: grayscale(100%);
	transition: all 0.5s ease;
}
.lang-list-card:hover {
	filter: grayscale(0%);
	/*shadow*/
	-moz-box-shadow: 0 0 15px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 15px 5px rgba(0,0,0,0.3);
	box-shadow: 0 0 15px 5px rgba(0,0,0,0.3);
}
.lang-list-card:hover .lang-list-details {
	padding-bottom: 40px;
}
.lang-list-details {
	position: absolute;
	padding: 10px;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	background-color: black;
	color: white;
	transition: all 0.5s ease;
}
.lang-list-details .lang-name {
	font-size: 28px;
}
.lang-list-details .lang-details {
	font-size: 24px;
}
/*Counter*/
 .counter-section i {
     display: block;
     margin: 0 0 10px
 }

 .counter-section span.counter {
     font-size: 60px;
     color: #000;
     line-height: 60px;
     display: block;
     letter-spacing: 2px
 }

 .counter-title {
     font-size: 12px;
     letter-spacing: 2px;
     text-transform: uppercase
 }

 .counter-icon {
     top: 25px;
     position: relative
 }

 .counter-style2 .counter-title {
     letter-spacing: 0.55px;
     float: left
 }

 .counter-style2 span.counter {
     letter-spacing: 0.55px;
     float: left;
     margin-right: 10px
 }

 .counter-style2 i {
     float: right;
     line-height: 26px;
     margin: 0 10px 0 0
 }

 .counter-subheadline span {
     float: right
 }

 .medium-icon {
     font-size: 40px !important;
     margin-bottom: 15px !important
 }

 .counter-container {
     margin-top: 100px;
     margin-bottom: 50px;
 }

.tutor-main-content {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: auto;
	margin-top: 200px;
	max-width: 1200px;
}
.tutor-details-card {
	position: relative;
	padding: 20px;
	box-shadow: 0 0 10px -2px #ccc;
	border-radius: 5px;
	margin-bottom: 30px;
}
.tutor-right-content, .tutor-left-content {
	padding: 0px 10px;
}
.tutor-details-card .tutor-avatar {
	position: relative;
	display: inline;
	width: 100px; height: 100%;
}
.tutor-about {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #ccc;
}
.tutor-details-card .lesson-card {
	position: relative;
	margin: 10px;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.tutor-details-card .lesson-price {
	position: absolute;
	top: 50%;
	right: 0;
	padding:0 8px;
	transform: translate(-50%,-50%);
	background-color: #000;
	color:#fff;
	border-radius: 10px;
}

@media only screen and (max-width: 768px) {
	.lang-cards-section {
		padding: 30px 0;
	}
	.lang-list-card {
		filter: grayscale(0%);
	}
	.counter-container {
		margin-top: 0px;
		width: 100%;
		overflow: auto;
  	white-space: nowrap;
	}
	.counter-container > div {
		display: block;
		overflow-x: auto;
		white-space: nowrap;
		width: 100%;
	}
	.counter-section {
		padding-top: 30px;
		width: 200px !important;
		display: inline-block;
	}
	.counter-section span.counter {
		font-size: 45px;
	}
	.tutor-right-content, .tutor-left-content {
		width: 100%;
	}
}
/* FONT color Override */
#carouselDark *, .home-featured-tutors *, .language-card * {
	color: #fff;
}