* {
	padding: 0px;
	margin: 0px;
}

body {
	padding-top: 100px !important;
}

.row {
	padding-bottom: 60px;
}

.title {
	padding: 50px 0px;
	text-align: center;
	width: 100%;
	color: #3f3f3f;
}

.title1 h1 {
	width: 55%;
	margin: 0px auto;
	line-height: 1.5;
}

.title p {
	padding-top: 20px;
	width: 90%;
	margin: 0px auto;
}

a {
	text-decoration: none;
	color: #3f3f3f;
	font-family: 'Work Sans', sans-serif;
}

a:hover {
	text-decoration: none;
}

ul {
	padding: 0;
	margin: 0;
}

h1 {
	font-family: 'Baskerville', sans-serif;
	font-size: 40px;
	color: #3f3f3f;
}

h2 {
	font-family: 'Work Sans', sans-serif;
	font-size: 22px;
	font-weight: 600;
	color: #3f3f3f;
	margin-bottom: 15px;
}

h4 {
	font-family: 'Inter', sans-serif;
	font-size: 16px;
}

p {
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	line-height: 2;
	color: #494848;
}

li {
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	line-height: 2;
	color: #494848;
}

.top-head {
	background-color: #eb4e1c;
	border-bottom: 1px solid #eee;
	padding: 5px 0px;
}

.top-head-item {
	text-decoration: none;
	font-size: 14px;

	font-family: 'Inter', sans-serif;
}

.top-head-item li {
	list-style: none;
	display: inline-block;
	color: #fff;
}

.top-head-item a {
	font-family: 'Inter', sans-serif;
	color: #fff;
	font-size: 16px;
}

.brk {
	padding: 0px 10px;
}

.top-head-item i {
	padding: 0px 16px;
	color: #fff;
	font-size: 18px;
}

.navbar-toggler {
	margin-right: 5px;
}

.navbar-collapse {
	flex-grow: 0;
}

.nav-item a:hover {
	color: #eb4e1c !important;
}

.navigation {
	position: fixed;
	left: 0;
	right: 0;
	z-index: 1040;
	top: 0;
	transition: top 0.3s;
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, .2);
	background-color: #fff;
}

.nav-item a {
	font-size: 18px;
	color: #000 !important;
	font-family: 'Inter', sans-serif;
}

.title_desc p {
	margin-bottom: 0px;
}

.nav-link {
	padding: 0px 25px !important;
}

/***************************************************************Banner Carousel Start*******************************/
.banner .item {
	height: 140vh;
	position: relative;
}

.banner .item img {
	width: 100%;
	height: 140vh;
	object-fit: cover;
}

.banner .item .cover {
	padding: 75px 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	display: flex;
	align-items: center;
}

.banner .item .cover .header-content {
	position: relative;
	padding: 46px;
	overflow: hidden;
}

.owl-carousel .header-content a {
	animation-duration: 1s;
	animation-delay: 2.4s;
	margin-top: 5px;
	padding: 5px 20px;
	color: #fff;
	font-weight: 600;
	font-size: 20px;
	text-transform: uppercase;
	display: inline-block;
	border-radius: 5px;
}

.clrchange {
	border: 3px solid #eb4e1c !important;
}

.clrchange1 {
	background-color: #eb4e1c !important;
	opacity: 1;
	border: 1 solid #fff;
	opacity: 0.2;
	border: 3px solid #e74322 !important;
}

.delicious-btn {
	display: inline-block;
	min-width: 150px;
	height: 50px;
	color: #ffffff;
	border: none;
	font-family: 'Baskerville', sans-serif;
	border-radius: 5px;
	padding: 0 20px;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 600;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	text-transform: capitalize;
}

.banner .item .cover .header-content .line {
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	border: 9px solid #fff;
	-webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
	clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}

.banner .item .cover .header-content h2 {
	font-weight: 300;
	font-size: 35px;
	margin-bottom: 20px;
	color: #fff;
	font-family: 'Work Sans', sans-serif;
}

.banner .item .cover .header-content h1 {
	font-size: 56px;
	font-weight: 600;
	margin: 5px 0 30px;
	word-spacing: 3px;
	color: #fff;
	font-family: 'Baskerville', sans-serif;
}

.banner .item .cover .header-content h4 {
	font-size: 24px;
	font-weight: 300;
	line-height: 36px;
	color: #fff;
	margin-bottom: 25px;
	font-family: 'Work Sans', sans-serif;
}

.banner .owl-item.active h1 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInDown;
	animation-delay: 0.3s;
}

.banner .owl-item.active h2 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInDown;
	animation-delay: 0.3s;
}

.banner .owl-item.active h4 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInUp;
	animation-delay: 0.3s;
}

.banner .owl-item.active .line {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInLeft;
	animation-delay: 0.3s;
}

.banner .owl-nav .owl-prev {
	position: absolute;
	left: 15px;
	top: 43%;
	opacity: 0;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	background: rgba(0, 0, 0, 0.5) !important;
	width: 40px;
	cursor: pointer;
	height: 40px;
	position: absolute;
	display: block;
	z-index: 1000;
	border-radius: 0;
}

.banner .owl-nav .owl-prev span {
	font-size: 1.6875rem;
	color: #fff;
}

.banner .owl-nav .owl-prev:focus {
	outline: 0;
}

.banner .owl-nav .owl-prev:hover {
	background: #000 !important;
}

.banner .owl-nav .owl-next {
	position: absolute;
	right: 15px;
	top: 43%;
	opacity: 0;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	background: rgba(0, 0, 0, 0.5) !important;
	width: 40px;
	cursor: pointer;
	height: 40px;
	position: absolute;
	display: block;
	z-index: 1000;
	border-radius: 0;
}

.banner .owl-nav .owl-next span {
	font-size: 1.6875rem;
	color: #fff;
}

.banner .owl-nav .owl-next:focus {
	outline: 0;
}

.banner .owl-nav .owl-next:hover {
	background: #000 !important;
}

.banner:hover .owl-prev {
	left: 0px;
	opacity: 1;
}

.banner:hover .owl-next {
	right: 0px;
	opacity: 1;
}

/***********************************Banner Carrousel End***********************************/
/***********************************Animation Start***********************************/
.title_ani2 {
	opacity: 0;
}

.title_ani2.animated {
	opacity: 1;
}

.imgback {
	opacity: 0;
}

.imgback.animated {
	opacity: 1;
}

.title_ani1 {
	opacity: 0;
}

.title_ani1.animated {
	opacity: 1;
}

.title_ani3 {
	opacity: 0;
}

.title_ani3.animated {
	opacity: 1;
}

.profileimg {
	opacity: 0;
}

.profileimg.animated {
	opacity: 1;
}

.title_ani4 {
	opacity: 0;
}

.title_ani4.animated {
	opacity: 1;
}

.title_ani5 {
	opacity: 0;
}

.title_ani5.animated {
	opacity: 1;
}

.imgbackvdo {
	opacity: 0;
}

.imgbackvdo.animated {
	opacity: 1;
}

/***********************************Animation End***********************************/
/***********************************************Box Start***************************************/
.specialisation {
	background-color: #fff;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
	padding-bottom: 60px;
	width: 88%;
	margin: 0 auto;
	position: absolute;
	bottom: -100%;
	left: 0;
	right: 0;
	z-index: 1000;
}

.specialisation {
	opacity: 0;
}

.specialisation.animated {
	opacity: 1;
}

.spc {
	padding: 20px;
}

.spccontent {
	box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.5);
	padding: 25px;
	text-align: center;
}

.spccontent p {
	text-align: center;
	color: #494848;
}

.spccontent img {
	padding: 5px;
	height: 50px;
	width: 50px;
	color: #eb4e1c;
	margin-bottom: 5px;
}

.spccontent i {
	color: #eb4e1c;
	margin-bottom: 20px;
	font-size: 30px;
	width: 50px;
	height: 50px;
	border: 1px solid #eee;
	padding: 10px;
}

/***************************************************************Box End**********************************************/
/***************************************************************About Start**********************************************/
.about {
	padding-top: 200px;
}

.aboutschoolfrench {
	text-align: left;
	padding: 20px;
}

.aboutschoolfrench h1 {
	line-height: 1.5;
	text-align: left;
}

.title_ani1 p {
	padding-bottom: 15px;
}

.imgback {
	background-image: url("../images/aboutschoolfrench.jpg");
	background-size: cover;
	height: 100%;
	width: 100%;
}

#background-video {
	width: 100%;
	height: auto;
}

.mybutton {
	padding-top: 20px;
}

.mybutton a {
	border-radius: 5px;
	padding: 8px 20px;
	font-size: 20px;
	font-family: 'Work Sans', sans-serif;
	color: #fff;
	background-color: #eb4e1c;
	text-transform: uppercase;
	font-weight: 600;
}

.mybutton a:hover {
	color: #eb4e1c;
	background-color: #fff;
	border: 1px solid #eb4e1c;
}

.aboutschoolfrench img {
	width: 100%;
}

#boldandbig {
	font-weight: bold;
}

/************************************************** About End******************************/
/************************************************** Features Start******************************/
.about_class.showContent ul {
	height: auto;
}

.morebtn {
	border-radius: 5px;
	padding: 8px 20px;
	font-size: 20px;
	font-family: 'Work Sans', sans-serif;
	color: #fff;
	background-color: #eb4e1c;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 10px;
}

.about_class ul {
	height: 400px;
	overflow: hidden;
	margin-bottom: 20px;
}

.features li {
	display: inline-block;
	margin: 0px 6px;
}

.ourfeatures h1,
.ourfeatures p {
	text-align: center !important;
}

.about_features p {
	text-align: center;
	padding-top: 20PX;
}

.about_features {
	padding: 20px;
}

.about_features video {
	width: 100%;
	height: auto;
}

.features {
	padding: 0PX 0PX 30px 0px;
	text-align: center;
}

.features li :hover {
	background-color: #eb4e1c;
	color: #fff;
}

.features a {
	border-radius: 5px;
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, .5);
	display: block;
	padding: 5px 15px;
	font-size: 22px;
	font-family: 'Baskerville', sans-serif;
}

.active1 a {
	color: #fff;
	background-color: #eb4e1c !important;
}

.feat {
	display: none;
}

.subact {
	display: inline-block;
}

.classvideo {
	width: 100%;
	padding-bottom: 20px;
}

.feat li {
	font-size: 16px;
	list-style: none;
	padding: 8PX 0PX;
	display: inline-block;
	width: 100%;
}

.feat i {
	color: #eb4e1c;
	padding: 0px 15px 0PX 0PX;
	font-size: 20px;
}

.video_desc {
	padding-top: 20px;
}

.imgbackvdo img {
	height: auto;
	width: 100%;
	text-align: center;
}

.morebtn:hover {
	color: #eb4e1c;
	background-color: #fff;
	border: 1px solid #eb4e1c;
}

/************************************************** Features End*****************************/
/************************************************** Course-Start*****************************/
.courses {
	background-color: #eee;
}

.course_cat h2 {
	margin-top: 25px;
}

.course_cat {
	text-align: center;
	height: 300px;
	justify-content: center;
	vertical-align: middle;
	align-items: center;
	display: flex;
}

.course_data {
	background-color: #fff;
	padding: 20px;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	position: relative;
	height: 250px;
	width: 100%;
}

.course_cat a {
	color: #eb4e1c;
	background-color: #f7f7f7;
	border-radius: 50%;
	height: 40px;
	width: 40px;
	display: block;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	margin: 0px auto;
	line-height: 40px;
	font-size: 20px;
}

.course_cat a:hover {
	color: #fff;
	background-color: #eb4e1c;
}

.course_icon {
	color: #eb4e1c;
	background-color: #fff;
	border-radius: 50%;
	height: 70px;
	width: 70px;
	display: block;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
	line-height: 70px;
	margin: 0px auto;
	position: absolute;
	top: -20%;
	right: 40%;
	font-size: 34px;
}

.course_icon:hover {
	color: #fff;
	background-color: #eb4e1c;
}

.courseactive {
	color: #fff;
	background-color: #eb4e1c;
}

/************************************************** ourse-End*****************************/
/************************************************** ourse-togg-start*****************************/
.toggle ol {
	padding: 20px;
}

.toggle ol>li {
	font-weight: 600;
	padding: 5px;
}

.toggle ul>li {
	padding: 5px 0px;
}

p .toggle li {
	padding: 10px;
}

.toggle a {
	color: #eb4e1c;
	font-size: 25px;
	text-align: center;
	display: block;
	font-weight: 600;
	text-decoration: underline !important;
}

.secondp {
	margin-top: 10px;
}

.course1 {
	padding-bottom: 60px;
}

.toggle {
	display: none;
}

/************************************************** ourse-toggleEnd*****************************/
/**********************************************Testimonial Caroussel start********************************/
.carousel-inner h1 {
	color: #fff !important;
}

#client-testimonial-carousel {
	height: 500px;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	display: flex;
	width: 70%;
	margin: 0px auto;
}

.blockquote p {
	color: #fff;
}

.blockquote-footer {
	color: #fff;
}

.testimonial {
	background-image: url("../images/Eiffeltower.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	width: 100%;
	position: relative;
}

.testi_olay {
	width: 100%;
	background-color: #000;
	opacity: 0.8;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.client-review-stars i {
	color: #f9d50b;
}

/***********************************************Testimonial Carousel End**********************************/
/***********************************************Contact start**********************************/
.btncolor:hover {
	color: #e74322;
	font-weight: 600;
	font-size: 20px;
	background-color: #fff;
	border: 1px solid #e74322;
}

.btn {
	border-radius: 5px;
	display: inline-block;
	padding: 5px 20px;
	font-size: 20px;
	font-family: 'Work Sans', sans-serif;
	color: #fff;
	background-color: #eb4e1c;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 20px;
}

.profileimg {
	background-image: url("../images/Profile_img.png");
	background-size: cover;
	height: 500px;
	width: 100%;
}

.contact_col {
	padding: 20px;
}

.success {
	color: #e74322;
	font-size: 25px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	display: block;
}

.s_message {
	box-shadow: 0px 0px 5px #eee;
	width: 50%;
	margin: auto;
	text-align: center;
	display: flex;
	vertical-align: middle;
	align-items: center;
	justify-content: center;
	margin-top: 100px;
	padding: 55px;
}

.c_form {
	width: 100%;
	margin: auto;
	font-size: 16px;
	color: #545454;
	font-family: 'Poppins', sans-serif;
}

.c_form h1 {
	text-align: left !important;
}

.form-control {
	border: none;
	padding: 10px 20px !important;
	background-color: #F9FBF3 !important;
	border-color: #F9FBF3 !important;
}

.form-group {
	margin-bottom: 20px;
}

.error {
	color: #FF0000;
	font-size: 14px;
	margin-top: 20px;
	display: block;
	padding: 0px 20px;
}

/***********************************************Contact End**********************************/
/***********************************************Map start**********************************/
.map {
	padding: 20px;
	background-color: #454545;
}

.map .row {
	padding-bottom: 0px;
}

.map iframe {
	width: 100%;
}

.map_space {
	color: #fff;
	vertical-align: middle;
	align-items: center;
	justify-content: center;
	display: flex;
}

.address_det i {
	font-size: 20px;
	color: #fff;
	background-color: #eb4e1c;
	text-align: center;
	height: 40px;
	width: 40px;
	line-height: 2;
	display: block;
	margin: 0px auto;
	border-radius: 5px;
	margin-bottom: 20px;
}

.address_det p {
	text-align: center;
	color: #fff;
}

/***********************************************Map End**********************************/
/***********************************************footer start**********************************/
.foot_col {
	padding: 20px;
}

.foot_col img {
	width: 100%;
}

.proffiles img {
	width: 100%;
	height: 100%;
	border: 1px solid #eb4e1c;
}

.proffiles {
	height: 40px;
	width: 112px;
	float: right;
	padding: 0px !important;
	margin: 0px 10px 10px 0px;
	display: block;
	text-align: left;
}

.footer {
	background-color: #363636;
	color: #fff !important;
}

.footer p {
	color: #eee;
	padding-top: 20px;
	text-align: left;
	font-size: 16px;
	font-family: 'Inter', sans-serif;
}

.footer .row {
	padding-bottom: 10px;
}

.footer h2 {
	color: #eee;
	text-align: left;
}

.footer li {
	padding: 10px 0px 10px 0px;
	list-style: none;
}

.footer a {
	color: #fff;
}

.footer a:hover {
	color: #eb4e1c;
}

.foot_copy p {
	text-align: center;
	padding-top: 0px !important;
	color: #9e9e9e !important;
	margin-bottom: 0px !important;
}

.design {
	text-align: center;
	padding-top: 0px !important;
	color: #9e9e9e !important;
	padding-bottom: 10px;
	font-size: 10px;
}

.foot_copy {
	text-align: center;
	width: 100%;
}

/***********************************************footer End**********************************/
/***********************************Call And Pro Stat**********************************************/
.poffiles img {
	width: 100%;
	height: auto;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, .2);
	margin: 1px;
}

.call_n_what i {
	background-color: #03a84e;
	height: 50px;
	width: 50px;
	align-items: center;
	display: flex;
	justify-content: center;
	color: #fff;
	border-radius: 50%;
	font-size: 35px;
	text-align: center;
}

.call_n_what {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 1000;
}

.phn {
	margin-top: 5px;
	display: block;
}

.back-to-top {
	position: fixed;
	bottom: 30%;
	right: 10px;
	display: none;

}

/***********************************************call End**********************************/
/***********************************Resposive**********************************************/
@media screen and (max-width:992px) {
	.proffiles img {
		width: 30% !important;
	}

	.foot_col>img {
		width: 35%;
	}

	.course_icon {
		right: 45%;
	}

	.mybutton {
		margin: 0px auto;
		text-align: center;
	}

	.title {
		padding: 20px 0px;
	}

	.aboutschoolfrench {
		padding-top: 0px;
	}

	.title h1 {
		text-align: center;
	}

	.container {
		max-width: 992px;
	}

	.top-head-item i {
		padding: 0px 8px;
		font-size: 14px;
	}

	.top-head-item li {
		font-size: 14px;
	}

	.top-head-item a {
		font-size: 14px;
	}

	.navbar {
		padding: 0px;
		margin: 0px;
	}

	.nav-item a {
		font-size: 18px;
	}

	.nav-link {
		padding: 10px 15px !important;
	}

	.nav-item a {
		color: #fff !important;
	}

	.navbar-brand {
		padding: 10px 15px;
	}

	.navbar-nav {
		background-color: #eb4e1c;
	}

	.navbar-collapse .nav-item a:hover {
		color: #000 !important;
		background-color: #eee;
	}

	.banner .item .cover .header-content h2 {
		font-size: 26px;
		margin-bottom: 20px;
	}

	.banner .item .cover .header-content h1 {
		font-size: 40px;
		margin-bottom: 30px;
	}

	.banner .item .cover .header-content h4 {
		font-size: 22px;
	}

	.banner .item .cover .header-content {
		padding: 30px;
	}

	.banner .item .cover .header-content .line {
		border: 6px solid #fff;
	}

	.banner .item {
		height: 90vh;
		width: 100%;
	}

	.banner .item img {
		width: 100%;
		height: 95%;
	}

	.banner .item .cover {
		width: 100%;
		height: 95%;
	}

	.specialisation {
		position: static;
		bottom: 0;
		padding: 0px;
		width: 100%;
	}

	.delicious-btn {
		min-width: 150px;
		height: 50px;
		line-height: 1.5;
	}

	.owl-carousel .header-content a {
		font-size: 20px;
	}

	.about {
		padding-top: 0px;
	}

	.imgback {
		height: 400px;
	}

	.profileimg {
		height: 400px;
	}

	.proffiles img {
		width: 100% !important;
	}

	.proffiles {
		width: 155px;
		float: none;
	}
}

@media screen and (max-width:768px) {
	.poffiles img {
		width: 50%;
	}

	.foot_col>img {
		width: 35%;
	}

	.course_icon {
		right: 45%;
	}

	.title {
		padding: 20px 0px;
	}

	.aboutschoolfrench {
		padding-top: 0px;
	}

	.title h1 {
		text-align: center;
	}

	.mybutton {
		margin: 0px auto;
		text-align: center;
	}

	.container {
		max-width: 768px;
	}

	.top-head-item i {
		padding: 0px 8px;
		font-size: 12px;
	}

	.top-head-item li {
		font-size: 12px;
	}

	.navbar {
		padding: 0px;
		margin: 0px;
	}

	.nav-item a {
		font-size: 18px;
	}

	.nav-link {
		padding: 10px 15px !important;
	}

	.nav-item a {
		color: #fff !important;
	}

	.navbar-brand {
		padding: 10px 15px;
	}

	.navbar-nav {
		background-color: #eb4e1c;
	}

	.navbar-collapse .nav-item a:hover {
		color: #000 !important;
		background-color: #eee;
	}

	.banner .item .cover .header-content h2 {
		font-size: 24px;
		margin-bottom: 15px;
	}

	.banner .item .cover .header-content h1 {
		font-size: 35px;
		margin-bottom: 15px;
	}

	.banner .item .cover .header-content h4 {
		font-size: 20px;
	}

	.banner .item .cover .header-content {
		padding: 55px;
	}

	.banner .item .cover .header-content .line {
		border: 4px solid #fff;
	}

	.banner .item {
		height: 80vh;
		width: 100%;
	}

	.banner .item img {
		width: 100%;
		height: 90%;
	}

	.banner .item .cover {
		width: 100%;
		height: 90%;
	}

	.specialisation {
		position: static;
		bottom: 0;
		padding: 0px;
	}

	.spccontent {
		margin-bottom: 35px;
	}

	.spc {
		padding: 0px;
	}

	.delicious-btn {
		min-width: 140px;
		height: 40px;
		line-height: 1.5;
	}

	.owl-carousel .header-content a {
		font-size: 18px;
	}

	.about {
		padding-top: 0px;
	}

	.imgback {
		height: 400px;
	}

	.profileimg {
		height: 400px;
	}

	.proffiles img {
		width: 100% !important;
	}

	.proffiles {
		width: 155px;
		float: none;
	}
}

@media screen and (max-width:575px) {
	.foot_col>img {
		width: 55%;
	}

	.course_icon {
		right: 40%;
	}

	.title {
		padding: 20px 0px;
	}

	.aboutschoolfrench {
		padding-top: 0px;
	}

	.title h1 {
		text-align: center;
	}

	.row {
		padding-bottom: 20px;
	}

	h1 {
		font-size: 30px;
	}

	h2 {
		font-size: 18px;
	}

	p {
		font-size: 14px;
	}

	.navbar {
		padding: 0px;
		margin: 0px;
	}

	.nav-item a {
		font-size: 22px;
	}

	.nav-link {
		padding: 10px 15px !important;
	}

	.nav-item a {
		color: #fff !important;
	}

	.navbar-brand {
		padding: 10px 15px;
	}

	.navbar-nav {
		background-color: #eb4e1c;
	}

	.navbar-collapse .nav-item a:hover {
		color: #000 !important;
		background-color: #eee;
	}

	.banner .item .cover .header-content h2 {
		font-size: 18px;
		margin-bottom: 15px;
	}

	.banner .item .cover .header-content h1 {
		font-size: 25px;
		margin-bottom: 15px;
	}

	.banner .item .cover .header-content h4 {
		font-size: 14px;
	}

	.banner .item .cover .header-content {
		padding: 25px;
	}

	.banner .item .cover .header-content .line {
		border: 4px solid #fff;
	}

	.banner .item {
		height: 80vh;
		width: 100%;
	}

	.banner .item img {
		width: 100%;
		height: 90%;
	}

	.banner .item .cover {
		width: 100%;
		height: 90%;
	}

	.specialisation {
		position: static;
		bottom: 0;
		padding: 0px;
		width: 100%;
	}

	.delicious-btn {
		min-width: 135px;
		height: 35px;
		line-height: 1;
	}

	.owl-carousel .header-content a {
		font-size: 16px;
	}

	.about {
		padding-top: 0px;
	}

	.imgback {
		height: 350px;
	}

	.proffiles img {
		width: 100% !important;
	}

	.proffiles {
		width: 155px;
		float: none;
	}
}

@media screen and (max-width:480px) {
	.toggle a {
		font-size: 18px;
	}

	.course_icon {
		right: 40%;
	}

	.features li {
		margin: 0px;
	}

	.features a {
		padding: 5px 8px;
		font-size: 16px;
	}

	.our_features .title {
		padding: 20px 20px;
	}

	.title {
		padding: 20px 0px;
	}

	.title1 h1 {
		width: 100%;
	}

	.title h1 {
		text-align: center;
	}

	.aboutschoolfrench p {
		text-align: center;
	}

	.mybutton {
		display: block;
		text-align: center;
		align-items: center;
		justify-content: center;
		vertical-align: middle;
	}

	.mybutton a {
		font-size: 16px;
		font-weight: 600;
	}

	.morebtn {
		font-size: 16px;
		font-weight: 600;
	}

	.row {
		padding-bottom: 20px;
	}

	h1 {
		font-size: 30px;
	}

	h2 {
		font-size: 18px;
	}

	p {
		font-size: 14px;
	}

	.top-head-item i {
		font-size: 10px;
		padding: 0px 5px;
	}

	.top-head-item li {
		font-size: 10px;
	}

	.top-head-item a {
		font-size: 10px;
	}

	.brk {
		padding: 0px 2px;
	}

	.navbar img {
		width: 75%;
	}

	.navbar {
		padding: 0px;
	}

	.nav-item a {
		font-size: 15px;
	}

	.nav-link {
		padding: 10px 15px !important;
	}

	.nav-item a {
		color: #fff !important;
	}

	.navbar-brand {
		padding: 10px 15px;
	}

	.navbar-nav {
		background-color: #eb4e1c;
	}

	.navbar-collapse .nav-item a:hover {
		color: #000 !important;
		background-color: #eee;
	}

	.banner .item .cover .header-content h2 {
		font-size: 18px;
		margin-bottom: 15px;
	}

	.banner .item .cover .header-content h1 {
		font-size: 25px;
		margin-bottom: 15px;
	}

	.banner .item .cover .header-content h4 {
		font-size: 14px;
	}

	.banner .item .cover .header-content {
		padding: 25px;
	}

	.banner .item .cover .header-content .line {
		border: 4px solid #fff;
	}

	.banner .item {
		height: 80vh;
		width: 100%;
	}

	.banner .item img {
		width: 100%;
		height: 90%;
	}

	.banner .item .cover {
		width: 100%;
		height: 90%;
	}

	.delicious-btn {
		min-width: 130px;
		height: 30px;
		line-height: 1;
	}

	.owl-carousel .header-content a {
		font-size: 14px;
	}

	.specialisation {
		position: static;
		bottom: 0;
		padding: 0px;
		width: 100%;
	}

	.spccontent {
		margin-bottom: 35px;
	}

	.spc {
		padding: 0px;
	}

	.about {
		padding-top: 0px;
	}

	.imgback {
		height: 350px;
	}

	#client-testimonial-carousel {
		width: 100%;
	}

	.foot_col img {
		width: 55%;
	}

	.proffiles img {
		width: 100% !important;
	}

	.proffiles {
		width: 155px;
		float: none;
	}
}