@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Sofia+Sans+Semi+Condensed:ital,wght@0,1;0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,1;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap");

@font-face {
	font-family: "Buenos Aires";
	src: url("../font/BuenosAires-Bold.woff2") format("woff2"),
		url("../font/BuenosAires-Bold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Buenos Aires";
	src: url("../font/BuenosAires-Light.woff2") format("woff2"),
		url("../font/BuenosAires-Light.woff") format("woff");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Buenos Aires Book";
	src: url("../font/BuenosAires-BookItalic.woff2") format("woff2"),
		url("../font/BuenosAires-BookItalic.woff") format("woff");
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Buenos Aires Book";
	src: url("../font/BuenosAires-Book.woff2") format("woff2"),
		url("../font/BuenosAires-Book.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Buenos Aires";
	src: url("../font/BuenosAires-Black.woff2") format("woff2"),
		url("../font/BuenosAires-Black.woff") format("woff");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Buenos Aires";
	src: url("../font/BuenosAires-BlackItalic.woff2") format("woff2"),
		url("../font/BuenosAires-BlackItalic.woff") format("woff");
	font-weight: 900;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Buenos Aires";
	src: url("../font/BuenosAires-BoldItalic.woff2") format("woff2"),
		url("../font/BuenosAires-BoldItalic.woff") format("woff");
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Buenos Aires";
	src: url("../font/BuenosAires-LightItalic.woff2") format("woff2"),
		url("../font/BuenosAires-LightItalic.woff") format("woff");
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Buenos Aires";
	src: url("../font/BuenosAires-Regular.woff2") format("woff2"),
		url("../font/BuenosAires-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Buenos Aires";
	src: url("../font/BuenosAires-RegularItalic.woff2") format("woff2"),
		url("../font/BuenosAires-RegularItalic.woff") format("woff");
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Buenos Aires SemBd";
	src: url("../font/BuenosAires-SemiBoldItalic.woff2") format("woff2"),
		url("../font/BuenosAires-SemiBoldItalic.woff") format("woff");
	font-weight: 600;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Buenos Aires SemBd";
	src: url("../font/BuenosAires-SemiBold.woff2") format("woff2"),
		url("../font/BuenosAires-SemiBold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Buenos Aires";
	src: url("../font/BuenosAires-ThinItalic.woff2") format("woff2"),
		url("../font/BuenosAires-ThinItalic.woff") format("woff");
	font-weight: 100;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Buenos Aires";
	src: url("../font/BuenosAires-Thin.woff2") format("woff2"),
		url("../font/BuenosAires-Thin.woff") format("woff");
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Times New Roman";
	src: url("../font/TimesNewRomanPSMT.woff2") format("woff2"),
		url("../font/TimesNewRomanPSMT.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

* {
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
}

p {
	font-size: 16px;
	font-family: "Inter", sans-serif;
	padding: 0px;
	margin: 0px;
}

a {
	padding: 0px;
	margin: 0px;
	outline: none;
	text-decoration: none;
}

ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

ul li {
	padding: 0px;
	margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0px;
	margin: 0;
}

button:focus {
	outline: none;
}

a:hover {
	outline: none;
	text-decoration: none;
}

a:active {
	outline: none;
	text-decoration: none;
}

a:focus {
	outline: none;
	text-decoration: none;
}

a {
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
}

.container {
	width: 100%;
	max-width: 1400px;
	padding: 0px 15px;
}

a {
	text-decoration: none;
}

img {
	max-width: 100%;
}

h1 {
	color: #fff;
	font-family: "Times New Roman";
	font-size: 65px;
	font-style: normal;
	font-weight: 400;
	line-height: 151.023%;
	/* 98.165px */
	text-transform: capitalize;
}

/*--------------------------------------------------------------
# Main Menu
--------------------------------------------------------------*/

.about_banner {
    position: relative;
}
.heading {
    position: absolute;
    z-index: 9999;
    top: 230px;
    left: 370px;
	max-width: 30%;
    
}
.heading h2{
    font-size: 40px;
    font-family: 'Inter';
    text-transform: uppercase;
    font-weight: 700;
}

/* .item {
    position: relative;
} */
.cmmnbtn {
	display: inline-flex;
	padding: 10px 26px 10px 26px;
	align-items: center;
	border-radius: 17px;
	color: white;
	background: var(--Blue, #149bfc);
	border: none;
}
.cmmnbtn:hover {
	transition:0.5s;
	color: white;
	box-shadow:3px 3px 1px #010101b5;
	
}

.work_details a :hover {
	color: white;
}

.main-nav__header-one .container {
	position: relative;
}

.bnr_form {
	position: absolute;
	top: 177px;
	right: 38px;
	z-index: 9;
	width: 100%;
	max-width: 370px;
}

.main-nav__logo-box {
	text-align: left;
	width: 100%;
	max-width: 244px;
	display: block;
	margin-right: 60px;
	padding: 0px 0;
}

.main-nav__logo-box .side-menu__toggler {
	font-size: 20px;
	color: var(--thm-black);
}

.sub-menu h4 {
	font-size: 18px;
	font-family: unset;
	padding: 10px 18px;
	border-bottom: 1px solid #f58732;
	background: #f58732;
	color: #fff;
}

.down-triangle {
	position: absolute;
	right: 10px;
	top: 7px;
}

.down-triangle:after {
	position: absolute;
	content: "\f105";
	font-family: "FontAwesome";
	right: 0;
	top: 0;
	color: #000;
}

.main-nav__main-navigation .main-nav__navigation-box>li a {
	position: relative;
	display: block;
}

@media (min-width: 992) {
	.main-nav__header-one .container {
		padding-left: 0;
		padding-right: 0;
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
	}

	.main-nav__logo-box .side-menu__toggler {
		display: none;
	}

	.main-nav__main-navigation {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
	}
}

.main-nav__main-navigation .main-nav__navigation-box {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.main-nav__main-navigation .main-nav__navigation-box,
.main-nav__main-navigation .main-nav__navigation-box ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-nav__main-navigation .main-nav__navigation-box>li+li {
	margin-left: 45px;
}

.main-nav__main-navigation .main-nav__navigation-box>li {
	position: relative;
	padding: 20.5px 0px;
}

.main-nav__main-navigation .main-nav__navigation-box>li>a {
	color: #000;
	font-size: 18px;
	font-weight: 500;
	font-family: var(--thm-font);
	text-transform: capitalize;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	position: relative;
	border-bottom: 1px solid transparent;
}

.main-nav__main-navigation .main-nav__navigation-box li a.active {
	color: #149bfc;
}

/* Dropdown menu */

.main-nav__main-navigation .dropdown-btn {
	display: none;
}

.main-nav__main-navigation .main-nav__navigation-box>li ul {
	position: absolute;
	width: 230px;
	background-color: #fff;
	border-top: 2px solid var(--thm-base);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
		-2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-webkit-transform-origin: top;
	transform-origin: top;
	visibility: hidden;
	opacity: 0;
	z-index: 991;
	-webkit-transition: opacity 500ms ease, visibility 500ms ease,
		-webkit-transform 500ms ease;
	transition: opacity 500ms ease, visibility 500ms ease,
		-webkit-transform 500ms ease;
	transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease;
	transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease,
		-webkit-transform 500ms ease;
}

.main-nav__main-navigation .main-nav__navigation-box>li ul>li {
	position: relative;
}

.main-nav__main-navigation .main-nav__navigation-box>li ul>li+li {
	border-top: 1px solid rgba(var(--thm-base-rgb), 0.3);
}

.main-nav__main-navigation .main-nav__navigation-box>li ul>li>a {
	display: block;
	color: var(--thm-black);
	font-size: 14px;
	font-family: var(--thm-font);
	word-break: break-all;
	padding-top: 9.5px;
	padding-bottom: 9.5px;
	padding-left: 20px;
	padding-right: 20px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-nav__main-navigation .main-nav__navigation-box>li ul>li:hover>a {
	color: #ffffff;
	background-color: #149bfc;
}

/* Second level menu */

.main-nav__main-navigation .main-nav__navigation-box>li>ul {
	top: 100%;
	left: 0;
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
	border-radius: 0px 0px 5px 5px;
	background: #d9d9d9;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	visibility: hidden;
	opacity: 0;
}

.main-nav__main-navigation .main-nav__navigation-box>li:hover>ul {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
	opacity: 1;
}

/* Third level menu */

.main-nav__main-navigation .main-nav__navigation-box>li>ul>li>ul {
	top: 0;
	left: 100%;
	-webkit-transform: translateX(30px);
	transform: translateX(30px);
	visibility: hidden;
	opacity: 0;
}

.main-nav__main-navigation .main-nav__navigation-box>li>ul>li:hover>ul {
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
	visibility: visible;
	opacity: 1;
}

/* After Third level menu */

.main-nav__main-navigation .main-nav__navigation-box>li>ul>li>ul>li ul {
	display: none;
}

header {
	background-color: white;
	border-bottom: 1px solid #80808024;
	align-items: center;
	display: flex;
}

.logo {
	margin-top: 8px;
}

.main-nav__main-navigation li a {
	color: #050a5c;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.down-triangle {
	display: none;
}

.btnbox a {
	display: inline-flex;
	padding: 14px 29px 11px 32px;
	justify-content: center;
	align-items: center;
	border-radius: 17px;
	border: 1px solid #149bfc;
	background: #f8f9fb;
	color: #149bfc;
	font-family: "Buenos Aires";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	margin: 10px;
}

.btnbox a:hover {
	background: var(--Blue, #149bfc);
	color: white;
}

.menu {
	margin-left: 120px;
}

.custm_arrow {
	font-size: 12px;
	margin-left: 5px;
}

.banner_slider .sliderimg {
	position: relative;
}

.banner_slider .sliderimg::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #00000024;
	top: 0;
	left: 0;
	z-index: 1;
}

.sliderheading {
	position: absolute;
	top: 147px;
	z-index: 2;
	width: 49%;
}

.sliderheading h3 {
	color: #fff;
	font-family: "Times New Roman";
	font-size: 35px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom: 30px;
}

.sliderheading a {
	color: white;
	display: inline-flex;
	padding: 14px 21px 11px 22px;
	justify-content: center;
	align-items: center;
	border-radius: 17px;
	background: var(--Blue, #149bfc);
	margin-top: 50px;
}

.banner_slider .owl-dots {
	display: flex;
	justify-content: center;
	margin-top: -56px;
	margin-bottom: 48px;
	position: relative;
	z-index: 1;
}

.banner_slider button.owl-dot {
	background-color: rgba(128, 128, 128, 0.662);
	width: 15px;
	height: 15px;
	border-radius: 100px;
	margin: 0px 10px;
}

.banner_slider button.owl-dot.active {
	background-color: #eaeaea;
}

.bnr {
	position: relative;
}

.frm_grp {
	margin: 25px 0px;
}

.frm_grp input {
	width: 100%;
	border-radius: 8px;
	border: 1px solid var(--gray-300, #d0d5dd);
	background: var(--base-white, #fff);
	display: flex;
	padding: 10px 14px;
	align-items: center;
	gap: 8px;
	align-self: stretch;
	outline: none;
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
	color: gray;
}

.frm_grp select {
	outline: none;
	width: 100%;
	border-radius: 8px;
	border: 1px solid var(--gray-300, #d0d5dd);
	background: var(--base-white, #fff);
	display: flex;
	padding: 10px 14px;
	align-items: center;
	gap: 8px;
	align-self: stretch;
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
	color: gray;
}

.frm_grp label {
	color: #fff;
	font-family: "inter";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	margin-bottom: 10px;
}

.frm_grp:last-child {
	padding-bottom: 10px;
	border-bottom: 1px solid rgb(255, 255, 255);
}

.bnr_form .search_btn {
	width: 100%;
	border-radius: 8px;
	border: none;
	background: #00addd;
	padding: 10px 0px;
	margin-top: 30px;
	color: white;
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.peragraph:first-child {
	border-bottom: 1px solid #149bfc;
}

.peragraph p {
	color: #000;
	font-family: "Inter";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom: 50px;
}

.couting {
	padding: 100px 0px;
}

.couting h2 {
	margin-bottom: 50px;
	color: #000;
	font-family: "Inter", sans-serif;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}

.brdr {
	padding-bottom: 10px;
	border-bottom: 3px solid #00addd;
	width: 40%;
}

.stat-wrap {
	display: flex;
	justify-content: space-evenly;
	padding: 50px 0px;
	width: 100%;
	text-align: center;
}

.count_box span {
	text-align: center;
	display: block;
	color: #0249ff;
	text-align: center;
	font-family: "Inter", sans-serif;
	font-size: 64px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}

.cstmspnred {
	color: #ff0202 !important;
	text-align: center;
	font-family: "Inter", sans-serif;
	font-size: 64px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}

.count_box {
	padding: 0px 15px;
	width: 100%;
	border-left: 2px solid black;
	color: #000;
	text-align: center;
	font-family: "Inter", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}

.count_box:first-child {
	border-left: none;
}

.coutngbox {
	padding: 30px;
	border-radius: 70px;
	background: #fbfbfb;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.35);
	text-align: center;
}

.coutngbox h3 {
	color: #000;
	text-align: center;
	font-family: "Inter", sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}

.count {
	padding-bottom: 100px;
}

.commnheading h3 {
	color: #000;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom: 60px;
	font-family: "Inter", sans-serif;
}

.work_details p {
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 169.523%;
	text-transform: capitalize;
	margin-bottom: 40px;
}

.work_details {
	padding: 30px 0px;
	margin-top: 65px;
}

.howwehrk {
	padding-bottom: 100px;
}

.ttrdetails {
	text-align: center;
}

.ttrdetails img {
	width: 264px;
	height: 256px;
	border-radius: 1000px;
	object-fit: cover;
	margin-bottom: 30px;
}

.tutors {
	padding-bottom: 100px;
}

.name h5 {
	color: #000;
	font-family: "Inter", sans-serif;
	font-size: 24px;
	font-weight: 400;
	text-transform: capitalize;
	padding-bottom: 10px;
}

.name p {
	color: #000;
	font-size: 20px;
	font-weight: 300;
	text-transform: capitalize;
}

.tutors {
	text-align: center;
}

.Private_classes {
	background-color: #b9ddf8;
}

.privatecls_details {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.privatecls_details h3 {
	color: #000;
	font-family: "Inter", sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom: 50px;
}

.privatecls_details p {
	font-weight: 400;
	line-height: 163.023%;
	text-transform: capitalize;
}

.learning {
	padding-bottom: 100px;
}

.learng_details h3 {
	color: #000;
	font-family: "Inter", sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom: 50px;
}

.learng_details p {
	font-weight: 400;
	line-height: 163.023%;
	text-transform: capitalize;
}

.learng_details {
	margin-top: 40%;
	text-align: right;
}

.learng_details a {
	color: white;
	margin-top: 20px;
	display: inline-flex;
	padding: 10px 22px 10px 23px;
	border-radius: 17px;
	background: #000;
}

.instituions {
	text-align: center;
}

.home_secend_slider .owl-dots {
	display: flex;
	justify-content: center;
	margin-top: 20px;
	margin-bottom: 48px;
	position: relative;
	z-index: 1;
}

.home_secend_slider button.owl-dot {
	background-color: rgba(128, 128, 128, 0.662);
	width: 15px;
	height: 15px;
	border-radius: 100px;
	margin: 0px 10px;
}

.home_secend_slider button.owl-dot.active {
	background-color: #eaeaea;
}

.instituions {
	padding-bottom: 100px;
}

.home_secend_slider button.owl-prev {
	position: absolute;
	top: 10%;
	left: 0px;
	font-size: 20px;
}

.home_secend_slider button.owl-next {
	position: absolute;
	top: 10%;
	right: 0px;
	font-size: 20px;
	width: 20px;
	height: 20px;
}

.instute_name img {
	width: 100%;
	height: 170px;
	max-width: 263px;
	object-fit: contain;
}

.instute_name {
	display: flex;
	align-items: center;
	justify-content: center;
}

.home_secend_slider button span {
	font-size: 80px;
	font-weight: lighter;
}

.ftrbox {
	background: #b9ddf8;
	padding: 15px;
}

.ftrbox ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px;
}

.ftrbox ul li a {
	color: #000;
	font-family: "Inter", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	text-transform: capitalize;
}

.logo img {
	margin-top: 8px;
	width: 70px;
	height: 70px;
	margin: 10px 10px 10px 0px;
}

.side-menu__toggler {
	display: none;
}

.forgrt {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.forgrt a {
	color: #000;
	font-size: 16px;
}

.aboutbnr_slider .item img {
	object-fit: cover;
	margin: 0 auto;
	width: 998.23px;
	height: 573.942px;
	margin-top: 45px;
}

.abtheading {
	text-align: center;
	width: 50%;
	margin: 30px auto;
}

.abtheading h2 {
	color: #000;
	text-align: center;
	font-family: "Buenos Aires";
	font-size: 30px;
	font-weight: 400;
	text-transform: capitalize;
	margin-bottom: 30px;
}

.abtheading p {
	color: #000;
	text-align: center;
	font-family: "Buenos Aires";
	font-size: 20px;
	font-weight: 300;
}

.aboutbnr_slider .owl-dots {
	display: flex;
	justify-content: center;
	margin-top: 26px;
	margin-bottom: 48px;
	position: relative;
	z-index: 1;
}

.aboutbnr_slider button.owl-dot {
	background-color: rgba(128, 128, 128, 0.662);
	width: 15px;
	height: 15px;
	border-radius: 100px;
	margin: 0px 10px;
}

.aboutbnr_slider button.owl-dot.active {
	background-color: #eaeaea;
}

.abtpagecount {
	margin-top: 50px;
	padding: 30px 0px;
	background: #b9ddf8;
}

.cunting_box {
	color: #000;
	font-family: "Buenos Aires";
	font-size: 32px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	text-transform: capitalize;
	width: 100%;
}
.cunting_box a {
    color:black;
}

.cunting_box img {
	width: 237px;
	height: 245px;
	object-fit: cover;
	border-radius: 44px;
	background: #f4f3f3;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	margin-bottom: 25px;
}

.cunting_box span {
	color: #0019fe;
	text-align: center;
	font-family: "Buenos Aires";
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	display: block;
}

.custmred span {
	color: #eb5757;
}

.cstmgreen span {
	color: #01944d;
}

.tutorial_histry {
	padding: 100px 0px;
}

.tutralimgage img {
	width: 642px;
	height: 487px;
	object-fit: cover;
	border-radius: 43px;
}

.tutordetails h2 {
	margin-bottom: 30px;
	color: #000;
	font-family: "Buenos Aires";
	font-size: 40px;
	font-weight: 700;
}

.tutordetails p {
	margin-bottom: 20px;
	color: #000;
	font-family: "Buenos Aires";
	text-transform: capitalize;
}

.tutordetails {
	position: relative;
	margin-top: 50px;
	z-index: 2;
}

.admton {
	padding-left: 180px;
}

.testimonial {
	text-align: center;
	position: relative;
	padding: 80px 0px;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 130px;
}

.testimonial::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.53);
	z-index: 1;
}

.slider_wraper {
	margin: 80px 0px;
}

.tstmnialdetails {
	padding: 15px;
	width: 100%;
	height: 405px;
	background: #149bfc;
	margin: 0 auto;
}

.comma {
	margin: 0 auto;
	width: 80px;
	height: 80px;
}

.tstmnialdetails p {
    color: #fff;
    text-align: center;
    font-family: "Buenos Aires";
    font-size: 18px;
    font-weight: 400;
    margin: 0 auto;
}

.studentname img {
	border-radius: 136px;
	width: 136px !important;
	height: 135px;
	object-fit: cover;
}

.studentname {
	display: flex;
	align-items: center;
	padding-left: 62px;
	position: fixed;
	bottom: 23px;
}

.identity p {
	margin-left: 20px;
	text-align: left;
	color: #fff;
	font-family: "Inter", sans-serif;
	font-size: 18px;
}

.hstry {
	padding-bottom: 50px;
}

.inertutor {
	padding: 30px 15px;
	border-radius: 59px;
	background: #fff;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	width: 416px;
	height: 772px;
	text-align: center;
	position: relative;
	margin-bottom: 50px;
}

.imgae_ttr img {
	border-radius: 40px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	width: 80%;
	height: 304px;
	object-fit: cover;
	position: relative;
}

.imgae_ttr {
	margin: 0 auto;
}

.ovrlay {
    border-radius: 40px;
    background: linear-gradient(180deg, rgba(6, 131, 166, 0.38) 0%, rgba(0, 2, 3, 0.83) 100%);
    width: 311px;
    height: 304px;
    display: flex;
    justify-content: space-evenly;
    position: absolute;
    top: 30px;
    left: 53px;
    align-items: end;
    opacity: 0;
    transition: 0.3s all ease-in-out;
}
.ovrlay:hover.ovrlay {
	opacity: 100;
}

.ovrlay a {
	margin-bottom: 20px;
}

.btntr a {
	padding: 12px 38px;
	color: white;
	border-radius: 5px;
	background: #00addd;
	margin-top: 20px;
}

.people {
	display: flex;
	align-items: center;
	margin-top: 10px;
	padding-bottom: 16px;
}

.people img {
	margin-right: 15px;
}

.contnt_ttr {
	text-align: left;
	margin-top: 30px auto;
	width: 80%;
	margin: 20px auto;
}

.contnt_ttr h2 {
	color: #021556;
	font-size: 27px;
	font-style: normal;
	font-weight: 400;
	line-height: 157.99%;
}

.contnt_ttr span {
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: 157.99%;
	/* 37.918px */
}

.contnt_ttr p {
	color: #000;
	font-size: 16px;
	font-weight: 300;
	line-height: 157.99%;
	margin-top: 10px;
}

.pcontent span {
	color: #021556;
	font-family: "Inter", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 157.99%;
	/* 28.438px */
}

.pcontent h3 {
	color: #000;
	font-family: "Inter", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 157.99%;
}

.pcontent p {
	color: #000;
	font-size: 14px;
	margin: 0;
	font-style: normal;
	font-weight: 400;
	line-height: 157.99%;
	/* 22.119px */
}

.fndttor {
	padding: 100px 0px;
	background-color: #f4f4f4;
}

.more button {
	border: none;
	color: white;
	padding: 8px 35px;
	border-radius: 40px;
	background: #00addd;
	font-size: 13px;
	margin-top: 12px;
}

.more {
	text-align: center;
}

.contctwpr {
	background-color: #b9ddf8;
}

.con_con {
	width: 80%;
	margin: 0 auto;
}

.con_con h3 {
	color: #000;
	text-align: center;
	font-family: "Buenos Aires";
	font-size: 23px;
	font-weight: 400;
	text-transform: capitalize;
}

.con_con p {
	color: #000;
	text-align: center;
	font-family: "Buenos Aires";
	font-size: 18px;
	font-weight: 300;
	text-transform: lowercase;
}

.map {
	margin-bottom: 50px;
}

.getintouch {
	text-align: center;
}

.getintouch h2 {
	color: #000;
	font-family: "Poppins", sans-serif;
	font-size: 40px;
	margin: 10px 0px;
	font-weight: 400;
	line-height: normal;
}

.frm {
	padding-bottom: 50px;
}
/* .frm form  */
input[type="text"], input[type="email"], input[type="number"], input[type="tel"], input[type="file"], input[type="password"] {
	width: 100%;
	height: 44px;
	display: block;
	border-radius: 4px;
	border: 1px solid #ced0c2;
	background: #f9f9f6;
	box-shadow: 0px -8px 16px 0px rgba(33, 34, 28, 0.05) inset;
	outline: none;
	margin: 10px 0px;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	padding: 5px;
}

.frm form label {
	color: #21221c;
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.frm form textarea {
	width: 100%;
	height: 160px;
	display: block;
	border-radius: 4px;
	border: 1px solid #ced0c2;
	background: #f9f9f6;
	box-shadow: 0px -8px 16px 0px rgba(33, 34, 28, 0.05) inset;
	outline: none;
	margin: 10px 0px;
}

.frm form {
	background-color: #b9ddf8;
	stroke-width: 1px;
	stroke: #005e78;
	padding: 80px 15px 80px 15px;
	filter: drop-shadow(0px 40px 80px rgba(47, 49, 40, 0.08));
	/* border: 1px solid #005e78; */
	transition:0.5s;
}
.frm form:hover {
    box-shadow:5px 5px 2px #477390;
}

.send {
	text-align: center;
}

.sendBtn {
	padding: 15px 20px;
	background: linear-gradient(264deg, #6cb1e6 0%, #40a0e9 100%);
	box-shadow: 4px 4px 8px 0px rgba(255, 255, 255, 0.15) inset,
		-4px -4px 8px 0px #2b2d25 inset;
	filter: drop-shadow(0px 16px 32px rgba(35, 36, 29, 0.3));
	border: none;
	border-radius: 10px;
	color: white;
	width: 95%;
	margin-top: 20px;
}

.blog {
	padding: 100px 0px 20px 0px;
}

.bbbox {
	margin-bottom: 40px;
}

.blogdetails h2 {
	color: #021556;
	font-family: "Buenos Aires";
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 118.99%;
	margin: 20px 0px;
}

.blogdetails a {
	color: #149bfc;
	font-family: "Buenos Aires";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 102.99%;
	/* 22.658px */
}

.blogdetails span {
	color: rgba(0, 0, 0, 0.71);
	font-family: "Buenos Aires";
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 102.99%;
	margin-right: 20px;
	margin-bottom: 10px;
}

.blogdetails img {
	border-radius: 25px;
	box-shadow: 0px 3.75px 3.75px 0px rgba(0, 0, 0, 0.25);
	width: 100%;
	height: 300px;
	object-fit: cover;
	margin-bottom: 30px;
}

.tag {
	display: flex;
}

.blog_saerch {
	padding: 30px 15px;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0px 0px 3.75px 0px rgba(0, 0, 0, 0.25);
}

.blog_saerch form {
	width: 100%;
	height: 62px;
	padding: 15px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	background: #fff;
}

.blog_saerch input {
	width: 80%;
	height: 40px;
	border: none;
	background: #fff;
	outline: none;
	color: gray;
}

.blog_saerch button {
	color: gray;
	border: none;
	background-color: white;
}

.recentpost {
	margin-top: 30px;
	padding: 30px;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0px 0px 3.75px 0px rgba(0, 0, 0, 0.25);
}

.recentpost h3 {
	color: #000;
	font-family: "Inter", sans-serif;
	font-size: 16.875px;
	font-weight: 500;
	line-height: 157.99%;
	margin-bottom: 20px;
}

.recentpost ul li a {
	display: flex;
	align-items: center;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

/* .recentpost ul li a:last-child{
				border-bottom: none;} */

.recentpost ul li a img {
	width: 100px;
	height: 77.261px;
	margin-right: 10px;
	object-fit: cover;
}

.recentpost ul li a span {
	color: rgba(0, 0, 0, 0.5);
	font-family: "Inter", sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 157.99%;
}

.recentpost ul li a p {
	color: #000;
	font-family: "Inter", sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 134.49%;
}

.singleblog h3 {
	color: #021556;
	font-family: "Buenos Aires";
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: 400;
	line-height: 118.99%;
}

.singleblog img {
	border-radius: 25px;
	box-shadow: 0px 3.75px 3.75px 0px rgba(0, 0, 0, 0.25);
	width: 100%;
	height: 401.714px;
	object-fit: cover;
	margin-top: 20px;
	margin-bottom: 40px;
}

.tag span {
	margin-right: 10px;
}

.singleblog p {
	color: #000;
	font-family: "Inter", sans-serif;
	font-size: 15px;
	font-weight: 300;
	margin-bottom: 20px;
	text-align: justify;
	line-height: 135.99%;
}


.medleimage {
	display: flex;
	margin-bottom: 20px;
}

.medleimage img {
	border-radius: 25px;
	box-shadow: 0px 3.75px 3.75px 0px rgba(0, 0, 0, 0.25);
	width: 100%;
	height: 244px;
	object-fit: cover;
	margin: 20px 20px 20px 0px;
}

.samlblog h2 {
	color: #021556;
	font-family: "Inter", sans-serif;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 20px;
	line-height: 135.99%;
}

.samlblog p {
	color: #000;
	font-family: "Inter", sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 135.99%;
}

.quote img {
	width: 30px;
	height: 30px;
	background-color: transparent;
	box-shadow: none;
	margin: 0;
}

.quote {
	width: 100%;
	padding: 45px 55px;
	border-radius: 20px;
	margin: 20px 0px;
	background: #b9ddf8;
}

.quote p {
	color: rgba(0, 0, 0, 0.53);
	font-family: "Inter", sans-serif;
	font-size: 12px;
	font-weight: 700;
	margin-left: 35px;
	margin-bottom: 10px;
	line-height: 135.99%;
	margin-top: 7px;
}

.quote span {
	color: rgba(0, 0, 0, 0.6);
	font-family: "Inter", sans-serif;
	font-size: 10px;
	font-weight: 500;
	line-height: 135.99%;
	margin-left: 77px;
	text-transform: uppercase;
}

.name {
	position: relative;
}

.name::before {
	position: absolute;
	content: "";
	width: 70px;
	height: 1px;
	background-color: gray;
	top: 14px;
	left: 0;
}

.admtn {
	padding: 100px 0px 50px 0px;
}

.addraper {
	padding-bottom: 80px;
	background-repeat: no-repeat;
}

.admetion form {
	border: none;
	border-radius: 20px;
	box-shadow: drop-shadow(0px 40px 80px rgba(47, 49, 40, 0.08));
}

.p_boy h2 {
	color: #000;
	font-family: "Buenos Aires";
	font-size: 24px;
	text-align: center;
	font-weight: 400;
}

.pay {
	padding: 100px 0px;
}

.payraper {
	border-radius: 30px;
	width: 100%;
	max-width: 1097;
	margin: 0 auto;
	height: 100%;
	background: rgba(20, 155, 252, 0.25);
	box-shadow: 0px 0px 3.75px 0px rgba(0, 0, 0, 0.25);
	padding: 15px;
}

.bnkdetls h3 {
	color: #000;
	font-family: "Inter", sans-serif;
	font-size: 20px;
	font-weight: 300;
	display: inline-block;
	line-height: 167%;
}

.bnkdetls p {
	color: #000;
	font-family: "Inter", sans-serif;
	font-weight: 300;
	display: inline-block;
	line-height: 167%;
}

.bnkdetls {
	padding: 30px;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.dls {
	margin: 16px 0px;
}

.snbox {
    padding: 15px;
    height: 650px;
    text-align: center;
    border-radius: 30px;
    background: rgba(20, 155, 252, 0.25);
    box-shadow: 0px 0px 3.75px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 20px;
}

.scan {
	padding: 0px 0px 80px 0px;
}

.snbox img {
	width: 100%;
	border-radius: 30px;
	height: 100%;
}

.scnwraper {
	text-align: center;
}

.scnwraper h2 {
	color: #000;
	font-size: 26px;
	font-family: "Buenos Aires";
	font-weight: 400;
	margin-bottom: 50px;
}

.privacy {
	padding: 100px 0px;
}

.privacy h2 {
	margin-bottom: 45px;
}

.privacy h4 {
	font-size: 20px;
	margin-bottom: 8px;
}

.privacy p {
	line-height: 30px;
	margin-bottom: 20px;
}

.booknow {
	min-height: 100vh;
	padding: 100px 0px 0px 0px;
	background-size: cover;
}

.bknwform form {
	border-radius: 50px;
	background: #fff;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	width: 100%;
	max-width: 534px;
	height: auto;
	padding: 100px 50px 60px 50px;
	margin: 50px auto;

}

.bknwform form input {
	display: flex;
	padding: 10px 14px;
	align-items: center;
	border-radius: 8px;
	width: 100%;
	border: 1px solid var(--gray-300, #d0d5dd);
	background: #FFF;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	margin-bottom: 30px;
	outline: none;
	color: gray;
}

.bknwform form select{display: flex;
	padding: 10px 14px;
	align-items: center;
	border-radius: 8px;
	width: 100%;
	border: 1px solid var(--gray-300, #d0d5dd);
	background: #FFF;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	margin-bottom: 30px;
	outline: none;
	color: gray;}

.bknwform form label {
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	margin-bottom: 10px;
	margin-left: 5px;
	
}


.bknwform form input[type="submit"] {
	border-radius: 8px;
	border: 1px solid var(--primary-600, #7F56D9);
	background: #00ADDD;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	color: white;
	width: 45%;
	margin: 10px;
	outline: none;
}

.sbmt {
    display: flex;
    justify-content: center;
}
.bknwform form a, button {
	margin: 10px;
	padding: 10px 18px;
	width: 45%;
	height: 45px;
	border-radius: 8px;
	border: 1px solid var(--gray-300, #D0D5DD);
	background-color: white;
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
	text-align: center;
	text-decoration: none;
	color: #00addd;
}

.sbmt {
	display: flex;
	justify-content: center;
	margin-top: 79px;
	border-top: 1px solid #80808057;
	padding-top: 30px;
}


/* For Webkit Browsers */
::-webkit-scrollbar {
	width: 10px;
}

::-webkit-scrollbar-thumb {
	background-color: #00addd;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

::-webkit-scrollbar-track {
	background-color: #ffffff;
}


.verify_btn {
    height: 100%;
    width: 100%;
    border: none;
    background: #149BFC;
    color: #fff;
    font-size: larger;
    border-radius: 4px;
    /*background: var(--Blue, #149BFC);
    */font-family: 'Buenos Aires';
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield; /* Firefox */
}

.btnbox .dropdown a {
    display: inline-flex;
	padding: 0px;
	justify-content: left;
	align-items: left;
	border-radius: 0 ;
	border: none !important;
	background: transparent;
	color: #149bfc;
	font-family: "Buenos Aires";
	/* font-size: 16px; */
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	margin: 10px;
}
.btnbox {
    display: contents;
}

.btnbox .dropdown button {
    background:transparent;
    color:#149bfc;
    border:none;
	width: 100%;
}

/* #searchResults {
    max-height: 120px;
    overflow-y: scroll;
    width: 215px;
    position: absolute;
    z-index: 1;
    top: 30px;
    background: linear-gradient(45deg, #cecece, #686868);
    color: #fff;
}

#searchResults li {
    list-style: none;
    cursor: pointer;
} */
#searchResults {
	margin-top: 30px;
	padding: 30px;
	/* border-radius: 20px;
	background: #fff;
	box-shadow: 0px 0px 3.75px 0px rgba(0, 0, 0, 0.25); */
	display: none;
	
}

#searchResults h3 {
	color: #000;
	font-family: "Inter", sans-serif;
	font-size: 16.875px;
	font-weight: 500;
	line-height: 157.99%;
	margin-bottom: 20px;
}

#searchResults ul li a {
	display: flex;
	align-items: center;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

/* .recentpost ul li a:last-child{
				border-bottom: none;} */

#searchResults ul li a img {
	width: 100px;
	height: 77.261px;
	margin-right: 10px;
	object-fit: cover;
}

#searchResults ul li a span {
	color: rgba(0, 0, 0, 0.5);
	font-family: "Inter", sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 157.99%;
}

#searchResults ul li a p {
	color: #000;
	font-family: "Inter", sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 134.49%;
}

.chooseNum {
    padding: 5px;
    /* width: 200px; */
    border: none;
    font-size: small;
}
.chooseNum:hover {
    background: #ffc100;
    color: #fff;
}

.boooking_table {
    padding: 20vh 10px;
    text-align:center
}
.boooking_table .row{
    margin:20px 0px;
}
.user_profile {
    /* padding: 10vh 0; */
}
.user_profile .row{
    margin: 40px 0px;
    /* box-shadow: inset 0px 0px 10px #0000004d; */
    padding: 40px 20px;
    border-radius: 10px;
}
