@charset "utf-8";

body{
	background-color: white;
}

section {
	padding: 0px 0px;
}

#sec1 {
	margin-top: 80px;
}

.privacy_subtitles {
	font-size: 18px;
	font-weight: bold;
}

.privacy {
	font-size: 16px;
	text-align:justify;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 20px;
}

.privacy p{
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 20px;
    font-weight: 500;
		color: black;
}

.privacy strong {
	font-weight: bold;
}

.privacy h3 {
	margin-top: 30px;
	margin-bottom: 10px;
}

.privacy ol {
	list-style: decimal;
	margin-left: 30px;
}
.admission_error{
		margin-top: 10px;
		margin-bottom: 10px;
		margin-left: 10px;
		color: red;
		text-align: left;
}

.auth-wrapper, #wrapper {
	padding-top: 2%;
}

.auth-wrapper-register #wrapper {
	padding-top: 2%;
}

.list-author-widget-contacts * {
	font-size: 16px;
}

.custom-contact li a{
	margin-left: 0;
}

.tooltip-body {
	display: none;
}

.info-tooltip {
	height: 20px;
}

.info-tooltip:hover + .tooltip-body {
	display: block;
}

.listing-features-founder li{
	width:100%;
}

.wrapper-custom {
	/* margin-top: -50px; */
	margin-bottom: 50px;
}

.social-bar {
	margin-right: 50px;
	margin-left: auto;
}

.section-title {
	margin-top: 80px
}

.auth-label {
	margin-bottom: 10px;
}

.auth-label span {
	font-weight: bold;
	color: #ffb300;
}

.auth-btn-submit {
	background-image: linear-gradient(to right, #FCD022 , #F79D1E);
	color: white;
	text-transform: uppercase;
}

.form-label {
	margin-bottom: 10px;
}

.form-label span {
	font-weight: bold;
	color: #4d4d4d;
	font-size: 14;
}

.forgot-label a {
	color: #ffb300;
}

.clearfix {
	clear: both;
}

.auth-wrapper {
	background-image: url('/images/auth/student-login-bg.jpg');
	background-size: cover;
}

.auth-wrapper-reset {
	background-image: url('/images/auth/forgotpassword-bg.png');
	background-size: cover;
}

.auth-wrapper-register {
	background-image: url('/images/auth/registration-login-bg.jpg');
	background-size: cover;
}

.auth-wrapper-register-institutes{
	background-image: url('/images/auth/institute-login-bg.jpg');
	background-size: cover;
	overflow-y: scroll;
}
.header-main {
	height: 110px;
}

.margin-right-10 {
		margin-right: 10px
}

.reply-btn{
	cursor: pointer;
}

.reply-btn:hover {
	color: white;
}

.new-dashboard-item {
    position:relative;
    left: 30px;
    margin-top: 10px;
    padding: 6px 15px;
    border-radius: 4px;
    color: #fff;
    background: #5ECFB1;
    z-index: 10;
}

/* Star Rating */


div.stars {
    width: 270px;
    display: inline-block;
		margin-left: 10px;
}

.mt-200 {
    margin-top: 200px
}

input.star {
    display: none
}

label.star {
    float: right;
    font-size: 18px;
    color: #333;
}

input.star:checked~label.star:before {
    content: '\f005';
    color: #FD4;
}

input.star-5:checked~label.star:before {
    color: #FD4;
}

input.star-1:checked~label.star:before {
    color: #F62
}

label.star:hover {
    color: red
}

label.star:before {
    content: '\f006';
    font-family: FontAwesome
}

.stars label {
    float: right;
    position: relative;
    width: 20%;
    text-align: left;
    font-weight: 30;
}


/* Star Rating End */

.add-list-custom {
	float:right;
	padding: 13px 20px;
	position:relative;
	border-radius:30px;
	color:#fff;
	font-weight:700;
	text-transform:uppercase;
	font-size:11px;
}
.add-list-custom span {
	padding-left:4px;
	font-weight:700;
}

.main-register-holder {
    margin: 130px auto 50px;
}

.custom-submit-btn {
	right: 0px;
	height: 50px;
	width: 100%;
	color: #fff;
	top: 0;
	border: 0px #666666 solid;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	position: relative;
	cursor: pointer;
	background: red;
}

.nav-holder nav li a {
    line-height: 15px;
		font-size: 14px;
}

.enterprise-btn {
	border-width: 2px;
	border-color: black;
	border-style: solid;
	background-image: linear-gradient(to right, #FCD022 , #F79D1E);
	border-radius: 10px;
	color: black;
}

.enterprise-btn:hover {
	border-width: 2px;
	border-color: black;
	border-style: solid;
	background-image: linear-gradient(to right, #F79D1E , #F79D1E);
	border-radius: 10px;
	color: white;
}


.normal-login-btn {
		background: #f8d838;
		border-width: 2px;
		border-color: black;
		border-style: solid;
		color: black;
}

.main-search-input-item input{
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	border-left: 5px #666666 solid;
	border-top: 5px #666666 solid;
	border-bottom: 5px #666666 solid;
	text-align: center;
}

.main-search-input-item {
	float:left;
	width:100%;
	height:50px;
	position:relative;
}

.main-search-button {
    position: absolute;
    right: 0px;
    height: 50px;
    width: 120px;
    color: #fff;
		font-size: 16px;
		font-weight: bold;
    top: 0;
		border-right: 5px #666666 solid;
		border-top: 5px #666666 solid;
		border-bottom: 5px #666666 solid;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    cursor: pointer;
		background: #333333;
}

#sec2 {
	padding-top: 0px
}

.banner-main-image{
	min-height: 1200px;
}

.banner-main-image:before{
	background-image: url('/images/mainimages/problem-and-solution.png');
	background-color: red;
	content:'';
	position:absolute;
	top:100px;
	left:0;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-size: contain
}

.banner-you-can-do-all{
	min-height: 1100px;
	background-image: url('/img/you-can-do-all-this.png');
	width:100%;
	background-repeat:no-repeat;
	background-size: cover;
	padding-top:30%

}

.separator {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	justify-content: space-between;
}

.align-right {
	float: right;
}

.responsive {
  width: 100%;
  height: auto;
}

.alert-full-width{
	margin-left: -50px;
	width:108%
}

section.main-banner {
	padding: 0 0;
}
.centered {
	align-items: center;
	width: 70%;
  margin: auto;
}

.category-icons {
	align-items: center;
	text-align:center;
}

.edutech {
	background-image: url('/images/mainimages/categories/ncolor/edutech-normal.svg');
	background-repeat:no-repeat;
	background-position:center;
	background-size: contain;
	height: 100px;
}

.edutech:hover {
	background-image: url('/images/mainimages/categories/color/edutech.svg');
	margin:0;
}

.college {
	background-image: url('/images/mainimages/categories/ncolor/college-normal.svg');
	background-repeat:no-repeat;
	background-position:center;
	background-size: contain;
	height: 100px;
}

.college:hover {
	background-image: url('/images/mainimages/categories/color/college.svg');
	margin:0;
}

.school {
	background-image: url('/images/mainimages/categories/ncolor/school-normal.svg');
	background-repeat:no-repeat;
	background-position:center;
	background-size: contain;
	height: 100px;
}

.school:hover {
	background-image: url('/images/mainimages/categories/color/school.svg');
	margin:0;
}

.counsellors {
	background-image: url('/images/mainimages/categories/ncolor/counsellor-normal.svg');
	background-repeat:no-repeat;
	background-position:center;
	background-size: contain;
	height: 100px;
}

.counsellors:hover {
	background-image: url('/images/mainimages/categories/color/counsellors.svg');
	margin:0;
}

.private-coaching {
	background-image: url('/images/mainimages/categories/ncolor/private-normal.svg');
	background-repeat:no-repeat;
	background-position:center;
	background-size: contain;
	height: 100px;
}

.private-coaching:hover {
	background-image: url('/images/mainimages/categories/color/privatecoaching.svg');
	margin:0;
}

.item {
    border: 1px solid #eee;
    box-shadow: 0 0 10px -3px #ccc;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 25px;
	}


.coaching-description {
	background-image: url('/img/buttons/category-description/coaching-normal.png');
	background-repeat:no-repeat;
	background-position:center;
	height: 150px;
	background-size:cover;
}

.coaching-description:hover {
	background-image: url('/img/buttons/category-description/coaching-hover.png');
 }

.college-description {
	background-image: url('/img/buttons/category-description/college-normal.png');
	background-repeat:no-repeat;
	background-position:center;
	height: 150px;
	background-size:cover;
}

.college-description:hover {
	background-image: url('/img/buttons/category-description/college-hover.png');
 }

.counsellor-description {
	background-image: url('/img/buttons/category-description/counsellor-normal.png');
	background-repeat:no-repeat;
	background-position:center;
	height: 150px;
	background-size:cover;
}

.counsellor-description:hover {
	background-image: url('/img/buttons/category-description/counsellor-hover.png');
 }

.edutech-description {
	background-image: url('/img/buttons/category-description/edutech-normal.png');
	background-repeat:no-repeat;
	background-position:center;
	height: 150px;
	background-size:cover;
}

.edutech-description:hover {
	background-image: url('/img/buttons/category-description/edutech-hover.png');
 }

.school-description {
	background-image: url('/img/buttons/category-description/school-normal.png');
	background-repeat:no-repeat;
	background-position:center;
	height: 150px;
	background-size:cover;
 }

.school-description:hover {
	background-image: url('/img/buttons/category-description/school-hover.png');
 }

.media-section {
		min-height: 600px;
		width:100%;
		background-color: #fce15d;
}

.media-girl {
	position: absolute;
	align-content: center;
	width: 100vw;
	bottom: 20px;
}

.dark-footer {
  --lh: 1.4rem;
  line-height: var(--lh);
}

.subscribe_reg input  {
	width:100%;
	height:48px;
	background:#fff;
	border:none;
	outline:none;
	border-radius:30px;
	padding:0 30px;
    box-shadow: 0px 0px 0px 7px rgba(255,255,255,0.2);
}

.truncate-overflow {
  --max-lines: 3;
  max-height: calc(var(--lh) * var(--max-lines));
  overflow: hidden;
}

.truncate-overflow::before {
  content: "...";
  position: absolute;
  bottom: 0;
  right: 0;
}

.truncate-overflow::after {
  content: "";
  position: absolute;
  right: 0; /* note: not using bottom */
  width: 1rem;
  height: 1rem;
  background: white;
}

.sliders {
	max-height: 400px;
}

.category-sec {
	padding: 30px 0;
}

ion-icon {
  color: black;
}

.custom-form label ion-icon {
	padding-right:12px;
	font-size:14px;
	position:absolute;
	top:16px;
	left:20px;
}

.loader-wrap {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:100;
	background-image: url('/img/footer-logo.png');
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transform: translate3d(0,0,0);
}

.bold_title {
	font-weight: bold;
	font-size: 14px;
	line-height: 30px;
}

.footnote {
	font-size: 11px;
	padding: 0 10px 0 10px;
	line-height: 30px;
}

.item_justified {
	justify-content: center;
}

.listing-rating-landing i {
	color:black;
}

.review-comments-avatar-small {
	position:absolute;
	top:'20%';
	left:20px;
	width:40px;
	height:40px;
	overflow:hidden;
	border-radius:100%;
}
.review-comments-avatar-small img {
	width:40px;
	height:40px;
	float:left;
}


.scroll-container {
  width: 100vw;
  overflow-x: scroll;
  /* white-space: nowrap; */
  background-color: #fff;
  display: flex;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scroll-disabler {
  width: 100vw;
  height: 34.4px;
  position: absolute;
  background-color: rgba(0,0,0 , 0.0001);
}

 ::-webkit-scrollbar {
  display: none;
}

.scroll-element {
  padding: 8px;

}

.scroll-element p{
	overflow-wrap: break-word;
	width: 200px;
	/* white-space: wrap; */
}

.scroll-element a:hover {
	text-decoration: none;
}

.scroll-element a:hover .bold_title{
	color: black;
}

#message {
	color: red;
	font-weight: bold;
}

/* Masonry CSS */

.masonry-with-flex {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 500px;
}
.masonry-with-flex .scroll-element {
  width: 250px;
  background: #e6e6e6;
  color: #333333;
  margin: 0 1rem 1rem 0;
  text-align: center;
  font-family: system-ui;
  font-weight: 900;
  font-size: 2rem;
}
.masonry-with-flex .scroll-element:nth-child(1) {
  height: 200px;
}
.masonry-with-flex .scroll-element:nth-child(2) {
  height: 250px;
}
.masonry-with-flex .scroll-element:nth-child(3) {
  height: 250px;
}
.masonry-with-flex .scroll-element:nth-child(4) {
  height: 200px;
}

.masonry-with-flex .scroll-element:nth-child(5) {
  height: 200px;
}
.masonry-with-flex .scroll-element:nth-child(6) {
  height: 250px;
}
.masonry-with-flex .scroll-element:nth-child(7) {
  height: 250px;
}
.masonry-with-flex .scroll-element:nth-child(8) {
  height: 200px;
}
.masonry-with-flex .scroll-element:nth-child(9) {
  height: 200px;
}
.masonry-with-flex .scroll-element:nth-child(10) {
  height: 250px;
}
.masonry-with-flex .scroll-element:nth-child(11) {
  height: 250px;
}
.masonry-with-flex .scroll-element:nth-child(12) {
  height: 200px;
}
.masonry-with-flex .scroll-element:nth-child(13) {
  height: 200px;
}
.masonry-with-flex .scroll-element:nth-child(14) {
  height: 250px;
}
.masonry-with-flex .scroll-element:nth-child(15) {
  height: 250px;
}
.masonry-with-flex .scroll-element:nth-child(16) {
  height: 200px;
}
.masonry-with-flex .scroll-element:nth-child(17) {
  height: 200px;
}
.masonry-with-flex .scroll-element:nth-child(18) {
  height: 250px;
}
.masonry-with-flex .scroll-element:nth-child(19) {
  height: 250px;
}
.masonry-with-flex .scroll-element:nth-child(20) {
  height: 200px;
}

.masonry-with-flex .bold_title {
	font-size: 12px;
	line-height:20px;
}
.masonry-with-flex .footnote {
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	line-height:20px;
}
.masonry-with-flex i {
	color: #ffb300;
	font-size: 14px;
}

.masonry-with-flex .listing-rating {
	margin-left: 10px
}

.masonry-with-flex .testimonial-text{
	color: #333333;
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 10px;
}

/* Masonry css end */

@media only screen and (max-width: 768px){
	.social-bar {
	    margin-top: 5px;
	}

	.main-search-input-item input {
	    border: 3px #666666 solid;
	    text-align: center;
	}

	.main-search-button {
    right: 0px;
    height: 50px;
    width: 100%;
    color: #fff;
    top: 0;
    border: 0px #666666 solid;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
		position: relative;
    cursor: pointer;
    background: #333333;
	}

	.media-section {
    min-height: 400px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
	}
	.section-title {
    float: left;
    width: 100%;
    position: relative;
    padding-bottom: 10px;
	}

	section {
    padding: 20px 0;
	}

	.edutech-description, .school-description{
		margin-bottom: 20px;
	}
}
