@import url('https://fonts.googleapis.com/css2?family=Jost:wght@500&display=swap');
:root {
	--primary-color: #ED5824;
	--secondary-color: #0B0819;
	--bg-color: #f1f7f6;
	--thired-color :#f8f9fa;
}
*{
	font-family: 'Jost', sans-serif;
	letter-spacing: 1px;
}
html {
	scroll-behavior: smooth;
}
input:focus, select:focus, button:focus{
	box-shadow: none!important;
	outline: none!important;
}
.btn-primary{
	cursor: pointer!important;
	background: var(--primary-color);
	border: var(--primary-color);
}
.btn-primary:hover {
	letter-spacing: 0.1px!important;
	transition: 0.5s!important;
}
.form-group label{
	font-size: 14px;
}
.form-group .form-control{
	font-size: 14px;
}
.modal{
	z-index: 3000!important;
}
/**
 * Remove focus styles for non-keyboard focus.
 */
:focus:not(:focus-visible) {
	outline: 0;
	box-shadow: none;
}
/**
 * Cross-browser styles for explicit focus via 
 * keyboard-based (eg Tab) navigation or the
 * .focus-visible utility class.
 */
:focus,
.focus-visible:focus:not(:focus-visible) {
	outline: 0;
	box-shadow:
	0 0 0 .2rem #fff,
	0 0 0 .35rem #069;
}
.text-content-heading{
	font-size: 15px;
	font-weight: 500;
}
.text-content{
	color: #798483;
	font-size: 13px;
	font-weight: 300;
	--tw-text-opacity: 1;
}
body{
	background: #f1f7f6;
/*background: black;*/
-webkit-touch-callout:none;
-webkit-user-select:none;
-khtml-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
-webkit-tap-highlight-color:rgba(0,0,0,0);
height: 100%;
}
/* width */
::-webkit-scrollbar {
	width: 7px;
}
/* Track */
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey; 
	border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
	background: var(--primary-color); 
	border-radius: 5px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: var(--primary-color); 
}
a{
	text-decoration: none;
}
p{
	text-align: justify;
}
.no-js .owl-carousel, .owl-carousel.owl-loaded{
	z-index: auto;
}
.owl-carousel .owl-item img{
	width: auto;
}
.customNavigation a {
	position: absolute;
	height: 40px;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 50%;
	opacity: 1;
	margin-top: auto;
	margin-bottom: auto;
	box-shadow: -2px 1px 10px #bdbdbd;
	top: calc(50% - 20px);
	cursor: pointer;
}
.customNavigation .prev {
	left: -5px;
	top: 0;
	bottom: 0;
}
.customNavigation .next {
	right: -5px;
	top: 0;
	bottom: 0;
}
.top-bar{
	background: var(--primary-color);
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.top-bar span{
	font-size: 14px;
	color: #fff;
}
.card{
	border: none;
/*	border-radius: 15px;*/
}
.card:hover{
	border-bottom: 2px solid var(--primary-color);
	transition: 0.5s;
}
.card .card-header{
	border: none;
	padding-top: 15px;
	background: #fff;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.card .card-header h4{
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 38px;
	margin-top: 38px;
	text-align: center;
}
.card .card-header a{
	font-size: 14px;
	font-weight: 600;
	color: #000;
}
.hero {
	height: 500px;
	width: 100%;
	background-size: 100% 550px;
	background-position: center center;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
}

.hero-section{
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.hero-section h2{
	color: #fff;
	text-align: center;
}
.hero h2{
	color: #444;
	text-align: left;
	font-size: 20px;
	margin-bottom: 20px;
	letter-spacing: 1px;
}
.hero .content h2{
	color: #fff;
	font-size: 30px;
}
.hero .content p{
	color: #f9f9f9;
	font-size: 18px;
	letter-spacing: normal;
}
.hero .content button{
	width: auto;
	font-size: 15px;
	padding: 10px 30px;
	border-radius: 5px;
}
.hero .search-box{
	background: #fff;
	width: 100%;
	height: auto;
	padding: 10px 10px;
	border-radius: 5px;
	margin: auto;
}

.hero .search-box img{
	width: 50px;
	padding: 10px;
}
.hero .search-box select{
	border-radius: 5px;
	font-size: 12px;
	border: none;
	outline: none;
	padding-top: 10px;
	padding-bottom: 10px;
}
.hero .search-box select:focus{
	outline: none;
	box-shadow: none;
}
@media screen and (max-width: 650px) {
	.hero .search-box select{
		margin-bottom: 10px;
	}
}
.hero .search-box input:focus{
	outline: none!important;
	border-color: inherit;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.hero button{
	background: var(--primary-color);
	border-color: var(--primary-color);
	border-radius: 5px;
	font-size: 13px;
	width: 100%;
	padding: 10px;
}
.bootstrap-select button.bs-placeholder.btn.btn-light.dropdown-toggle{
	background: #fff!important;
	color: #000!important;
	border-color: #dee2e6!important;
	border-radius: 5px;
}
.verified_tutor{
	height: fit-content;
	border-radius: 20px;
	padding: 10px;
	text-align: center;
	background: #f1f7f6;
}
.verified_tutor .profile_img img{
	border-radius: 50%;
	width: 150px;
	height: 150px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}
.verified_tutor .specify span{
	display: block;
}
.verified_tutor .specify .name{
	font-size: 1.25em;
	font-weight: bolder;
	letter-spacing: 1px;
}
.verified_tutor .specify .subject{
	font-size: 0.65em;
	font-weight: bolder;
	color: gray;
	margin-top: -2px;
}
.verified_tutor .specify .bio{
	font-size: 0.7em;
	color: gray;
	margin: 10px 30px 20px;
}
.verified_tutor .profile_img .experience{
	font-size: 0.7em;
	background-color: rgb(164, 189, 183, 0.5);
	width: auto;
	padding: 3px;
	border-radius: 5px;
	font-weight: bolder;
	letter-spacing: 1px;
	display: inline-block;
	margin: 0px auto 5px;
}
.verified_tutor .profile_img .experience p{
	margin-bottom: 0;
	font-size: 9px;
}
.verified_tutor .action_btn .btn-primary{
	background: var(--primary-color);
	border-color: var(--primary-color);
	border-radius: 10px;
	font-size: 12px;
	padding: 10px 25px;	
	cursor: pointer;
}
.subject-list .subject-box{
	height: 25vh;
	padding: 19px 22px 1px 12px !important;
	border: 1px solid #f1f1f1 !important;
	display: grid;
	justify-content: center;
	align-items: center;
}
.subject-list .subject-box:hover{
	box-shadow: 0 0px 15px rgba(0, 0, 0, 0.8);
	transition: 0.5s;
}
.subject-list img{
	width: 50px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
}
.subject-list h3{
	font-size: 17px;
	color: #2f2f2f;
	text-align: center;
}
.my-seo-des {
	font-size: 12px;
	text-align: justify;
	color: #333 !important;
	line-height: 2.8;
}
.section-heading .my-seo{
	letter-spacing: 1.5px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
}
.my-seo-list li{
	font-size: 14px;
	padding: 8px;
	padding-left: 0px;
	transition: ease 400ms;
	cursor: pointer;
	display: flex;
	letter-spacing: 1px;
	opacity: 0.85;
}
.my-seo-list li:focus-visible {
	outline: 2px solid red;
	outline-offset: 2px;
	border-radius: 4px;
}
.my-seo-list {
	list-style: none;
	counter-reset: ordered-list;
}
.my-seo-list li:before {
	counter-increment: ordered-list;
	content: counter(ordered-list);
	margin-right: 10px;
	background-color: var(--primary-color);
	color: #f6f6f6;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20px;
}
.main-footer{
	background: var(--primary-color);
	padding: 30px 0;
	margin-top: 20px;
}
.main-footer .footer-menus .footer-menu-heading{
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 10px;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
}
.main-footer .footer-menus a{
	font-size: 12px;
	font-weight: 500;
	color: #fff;
	display: block;
	padding: 5px 0;
}
.copyright{
	background: var(--secondary-color);
	padding: 15px;
}
.copyright .copyright-text p{
	margin-bottom: 0;
	color: #fff;
	font-size: 12px;
}
.copyright .social-links a{
	padding: 10px;
}
.copyright .social-links a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	color: #fff;
	border-radius: 50px;
	font-size: 13px;
	margin-right: 10px;
}
.facebook{
	background: #1877F2;;
}
.instagram{
	background: #f09433; 
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.twitter{
	background: #1DA1F2;
}
.youtube{
	background: firebrick;
}
#box {
	width: 90%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	z-index: auto;
}
.img-con {
	position: absolute;
}
.img-con img {
	height: 1px;
	width: 1px;
}
.wrapper {
	background-color: #ffffff;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 0.6em;
	-webkit-box-shadow: 0 1.8em 3em rgba(0, 0, 0, 0.03);
	box-shadow: 0 1.8em 3em rgba(0, 0, 0, 0.03);
}
.testimonial-container {
	width: 85%;
	height: 100%;
	position: relative;
	margin: auto;
	padding: 1.8em 1.2em;
}
.testimonial-container p {
	color: #8c8c90;
	text-align: center;
	font-size: 0.9em;
	line-height: 2em;
	letter-spacing: 0.05em;
}
.testimonial-container img {
	display: block;
	margin: 1.8em auto 1.25em auto;
	border-radius: 50%;
	width: 4.4em;
}
.testimonial-container h3 {
	color: #2d3d67;
	font-size: 1em;
	text-align: center;
}
.testimonial-container h6 {
	color: #bcc4da;
	font-size: 0.9em;
	letter-spacing: 0.03em;
	font-weight: 400;
	text-align: center;
}
.wrapper button {
	font-size: 1.8em;
	color: #fff;
	height: 2.2em;
	width: 2.2em;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	background-color: var(--primary-color);
	border: none;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 1em rgba(0, 0, 0, 0.25);
	cursor: pointer;
}
button#next {
	right: -1.1em;
}
button#prev {
	left: -1.1em;
}
.fab {
	color: #fff;
}
@media screen and (max-width: 650px) {
	.wrapper {
		font-size: 14px;
	}
}
.projectFactsWrap{
	display: flex;
	margin-top: 30px;
	flex-direction: row;
	flex-wrap: wrap;
}
#projectFacts .fullWidth{
	padding: 0;
}
.projectFactsWrap .item{
	width: 25%;
	height: 100%;
	padding: 50px 0px;
	text-align: center;
}
.projectFactsWrap .item:nth-child(1){
	background: rgb(235 84 39);
}
.projectFactsWrap .item:nth-child(2){
	background: rgb(0, 0, 0);
}
.projectFactsWrap .item:nth-child(3){
	background: rgb(235 84 39);
}
@media (max-width: 786px){
	.projectFactsWrap .item:nth-child(3){
		background: rgb(0, 0, 0);
	}
}
.projectFactsWrap .item:nth-child(4){
	background: rgb(0, 0, 0);
}
@media (max-width: 786px){
	.projectFactsWrap .item:nth-child(4){
		background: rgb(235 84 39);
	}
}
.projectFactsWrap .item p.number{
	font-size: 40px;
	padding: 0;
	font-weight: bold;
}
.projectFactsWrap .item p{
	color: rgba(255, 255, 255, 0.8);
	font-size: 18px;
	margin: 0;
	padding: 10px;
	text-align: center;
}
.projectFactsWrap .item span{
	width: 60px;
	background: rgba(255, 255, 255, 0.8);
	height: 2px;
	display: block;
	margin: 0 auto;
}
.projectFactsWrap .item i{
	vertical-align: middle;
	font-size: 50px;
	color: rgba(255, 255, 255, 0.8);
}
.projectFactsWrap .item:hover i, .projectFactsWrap .item:hover p{
	color: white;
}
.projectFactsWrap .item:hover span{
	background: white;
}
@media (max-width: 786px){
	.projectFactsWrap .item {
		flex: 0 0 50%;
	}
}
.contact-info {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}
.contact-info-icon {
	margin-bottom: 15px;
}
.contact-info-item {
	background: var(--primary-color);
	padding: 30px 0px;
}
.contact-page-sec .contact-page-form h2 {
	color: var(--secondary-color);
	text-transform: capitalize;
	font-size: 22px;
	font-weight: 700;
}
.contact-page-form .col-md-6.col-sm-6.col-xs-12 {
	padding-left: 0;
}  
.contact-page-form.contact-form input, .contact-page-form.contact-form select {
	margin-bottom: 5px;
}  
.contact-page-form.contact-form textarea {
	height: 110px;
}
.contact-page-form.contact-form input[type="submit"] {
	background: #071c34;
	width: 150px;
	border-color: #071c34;
}
.contact-info-icon i {
	font-size: 48px;
	color: #fff;
}
.contact-info-text p{margin-bottom:0px;}
.contact-info-text h2 {
	color: #fff;
	font-size: 22px;
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 10px;
}
.contact-info-text span {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
	width: 100%;
}
.contact-page-form input, .contact-page-form select {
	background: var(--primary-color) none repeat scroll 0 0;
	border: 1px solid #f9f9f9;
	margin-bottom: 20px;
	padding: 12px 16px;
	width: 100%;
	border-radius: 10px;
	color: #fff;
}
.contact-page-form .message-input {
	display: inline-block;
	width: 100%;
	padding-left: 0;
}
.single-input-field textarea {
	background: var(--primary-color) none repeat scroll 0 0;
	border: 1px solid #f9f9f9;
	width: 100%;
	height: 120px;
	padding: 12px 16px;
	border-radius: 10px;
	color: #fff;
}
.contact-page-form input::placeholder, .contact-page-form textarea::placeholder {
	color: #fff;
}
.single-input-fieldsbtn input[type="submit"] {
	background: var(--primary-color) none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	font-weight: 600;
	padding: 10px 0;
	text-transform: capitalize;
	width: 150px;
	margin-top: 20px;
	font-size: 16px;
}
.single-input-fieldsbtn input[type="submit"]:hover{background:#071c34;transition: all 0.4s ease-in-out 0s;border-color:#071c34}
.single-input-field  h4 {
	color: #464646;
	text-transform: capitalize;
	font-size: 14px;
}
.contact-page-form {
	display: inline-block;
	width: 100%;
	margin-top: 30px;
}
.contact-page-map {
	margin-top: 36px;
}
.contact-page-form form {
	padding: 20px 15px 0;
}
.nav-tabs{
	border-bottom: 0;
}
.nav-tabs a{
	padding: 5px 50px;
	color: #000;
	border: 1px solid var(--primary-color)!important;
	margin-right: 10px;
	border-radius: 10px!important;
	font-size: 14px;
}
.nav-tabs a.active{
	background: var(--primary-color)!important;
	color: #fff!important;
}
.modal .modal-content{
	border-radius: 13px;
}
.modal .modal-content .modal-body .close{
	background: var(--thired-color);
	outline: none;
	border: none;
	cursor: pointer;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
}
.fade-scale {
	transform: scale(0);
	opacity: 0;
	-webkit-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
}
.fade-scale.show {
	opacity: 1;
	transform: scale(1);
}
.fade-scale .modal-dialog {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%) !important;
}
.modal .modal-content .modal-body .logo img{
	width: 150px;
}
.modal .modal-content .modal-body h4{
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	margin: 20px;
}
.modal .modal-content .modal-body form{
	padding-right: 40px;
	padding-left: 40px;
}
.modal .modal-content .modal-body form .form-group{
	position: relative;
}
.modal .modal-content .modal-body form .form-control{
	margin-bottom: 10px;
	border-radius: 15px;
	font-size: 13px;
	padding-left: 30px;
}
.modal .modal-content .modal-body form i{
	position: absolute;
	z-index: 2;
	left: 15px;
	top: 12px;
	font-size: 12px;
}

.modal .modal-content .modal-body form .form-group .btn{
	width: 100%;
	border-radius: 25px;
	font-size: 13px;
}
.modal .modal-content .modal-body a{
	font-size: 13px;
	text-align: center;
	display: block;
	margin-top: 20px;
	margin-bottom: 10px;
	cursor: pointer;
	text-decoration: underline!important;
}


.step-container {
	position: relative;
	text-align: center;
	transform: translateY(-43%);
}

.step-circle {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #fff;
	border: 2px solid #007bff;
	line-height: 30px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: -10px;
	cursor: pointer; /* Added cursor pointer */
}

.step-line {
	position: absolute;
	top: 16px;
	left: 50px;
	width: calc(100% - 100px);
	height: 2px;
	background-color: #007bff;
	z-index: -1;
}

#multi-step-query-form{
	overflow-x: hidden;
}
#multi-step-query-form h3{
	font-size: 14px;
	font-weight: 700;
}
#multi-step-query-form .form-check{
	font-size: 13px;
	font-weight: 500;
}
#multi-step-query-form{
	height: 300px;
	padding-bottom: 50px!important;
}
#multi-step-query-form .steps-action{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px;
	background: #fff;
	width: 100%;
	display: flex;
	justify-content: center;
}
#multi-step-query-form .steps-action button{
	width: 100%;
}
.registration_error, .tutor_error, .login_error, .password_error{
	font-size: 12px;
	text-align: center;
	color: red;
	font-weight: 600;
}
.student_dashboard .nav-tabs a{
	padding: 10px 10px;
	display: flex;
	justify-content: start;
	align-items: center;
}
.student_dashboard .nav-tabs a img{
	width: 30px;
}
.posts_list h3{
	font-size: 16px;
	font-weight: 700;
}
.posts_list h4{
	font-size: 14px;
	font-weight: 500;
}
.posts_list p{
	font-size: 13px;
	margin-bottom: 0;
}

.accordion-button{
	font-size: 14px;
	color: #000;
}
.accordion-body .form-check{
	font-size: 14px;
}
.accordion-button:not(.collapsed){
	background-color: #fff!important;
	color: #000;
}
.tutor_dash_menu .menus a{
	display: block;
	color: #000;
	padding: 8px 17px;
	font-size: 14px;
}

.tutor_dash_menu .menus .active{
	background: #f1f1f1;
	border-left: 4px solid #c2c2c2;
}

.fillter-box h4{
	font-size: 14px;
}
.fillter-box .form-check{
	font-size: 13px;
}
.pac-container{
	z-index: 9999!important;
}
.loginFlot{
	background: var(--primary-color);
	z-index: 999;
	position: fixed;
	bottom: 24px;
	left: 12px;
	z-index: 1;
	padding: 0;
	margin: 0;


	width: 60px;
	height: 60px;
	border-radius: 100%;
/*	background: #4f167c;*/
	border: none;
	outline: none;
	color: #FFF;
	font-size: 20px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	transition: .3s;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	cursor: pointer;
}
.loginFlot div{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	line-height: 0.7;
	text-align: center;
}
.loginFlot div span{
	margin-bottom: -6px;
	font-size: 16px;
}
.loginFlot div small{
	font-size: 11px;
	margin-bottom: 0px;
}
}