*{
	margin: 0px;
	padding: 0px;
}
html{
	scroll-behavior: smooth;
}
body{
	background-color: #F2F4F7;
	font-family: "Raleway", sans-serif;
	font-size: 20px;
}
::-moz-selection { /* Code for Firefox */
	background-color: #7CDEB5;
}

::selection {
	background-color: #96eac4;
}

#myBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	border: none;
	outline: none;
	cursor: pointer;
	border-radius: 50%;
	background: transparent;
}
#myBtn > img{
	width: 50px;
	height: 50px;
}

.main-heading{
	font-family: Handlee;
	font-size: 36px;
	font-weight: bold;
}
.sub-heading{
	font-family: Handlee;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 1px;
}
.default-font{
	font-size: 20px;
}

.flex{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly; /*or space-around or center*/
	align-items: center;
	align-content: space-evenly;
}
.flex-with-2-box{
	width: 50%;
	text-align: center;
}
.flex-with-3-box{
	width: 33%;
	text-align: center;
}
.dropdown{
	width: 65%;
	text-align: center;
	padding: 10px 50px;
	background-color: white;
	border-radius: 50px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.dropdown-container{
	width: 65%;
	height: 100px;
	text-align: center;
	margin-top: 2px;
	padding: 10px 50px;
	background-color: white;
	border-radius: 30px;
	border: 1px solid #E7E6E6;
}
.dropdown-container > a{
	display: block; text-decoration: none;
	color: black;
}
.dropdown-container > a:hover{
	color: #00A3D6;
}

.topnav {
	overflow: hidden;
	background-color: green;
	font-weight: bold;
}

.topnav a {
	float: left;
	display: block;
	color: yellow;
	text-align: center;
	padding: 10px 16px;
	text-decoration: none;
}

.topnav a:hover {
	color: white;
}

.topnav .icon {
	display: none;
}

.grass{
	background-image: url(../english/image/grass.png); 
	height: 70px; 
	rotate: 180deg; 
	background-size: 50% 70px;
}

.form-heading{
	font-family: Handlee; 
	font-weight: bold; 
	letter-spacing: 1px; 
	margin-bottom: 5px;
}
.counselling-form{
	width: 65%;
	padding: 25px 30px;
	border-radius: 30px;
	background-color: white;
	margin: 2% auto;
	text-align: left;
	border: 1px solid #E7E6E6;
}
input{
	width: 94%;
	margin-bottom: 10px;
	font-family: Handlee;
	font-size: 20px;
	padding: 5px 10px;
	border: 2px solid #D8D6D6;
}
select{
	width: 100%;
	margin-bottom: 10px;
	font-family: Handlee;
	font-size: 20px;
	padding: 5px 10px;
	border: 2px solid #D8D6D6;
}
.button{
	width: 40%;
	margin: 10px 30% auto 30%;
	font-family: Handlee;
	font-size: 20px;
	padding: 5px 10px;
	border-radius: 5px;
	border: 2px solid red;
	font-weight: bold;
	letter-spacing: 1px;
	background-image: linear-gradient(to right, #FFC000 , red);
}
.button:hover{
	background: #F2F4F7;
	border: 2px solid #D8D6D6;
}
.form-image{
	width: 70%;
}

.about{
	background-image: url("../english/image/welcome_bg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 650px;
	margin-top: 5%;
}
.welcome_image{
	width: 60%;
	position: relative;
	left: -15px;
}
.content {
		width: 90%;
		margin-right: 10%;
}
.content_2 {
		width: 90%;
		margin-right: 10%;
}
.div_top_margin{
	margin-top: 5%;
}
.group_content{
	width: 80%; 
	margin: 1% 10% 5% 10%; 
	text-align: center;
}
.group_1{
	background-image: url('../english/image/group_1.jpg');
	background-size: 100%;
	width: 60%;
	margin: 0px 0px 0px 40%;
	border-radius: 20px;
	color: transparent;
}
.group_1:hover{
	background: white;
	color: black;
	transition: .5s ease;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.group_2{
	background-image: url('../english/image/group_2.jpg');
	background-size: 100%;
	width: 60%;
	margin: 0px 0px 0px 20%;
	border-radius: 20px;
	color: transparent;
}
.group_2:hover{
	background: white;
	color: black;
	transition: .5s ease;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.group_3{
	background-image: url('../english/image/group_3.jpg');
	background-size: 100%;
	width: 60%;
	margin: 0px 20% 0px 0px;
	border-radius: 20px;
	color: transparent;
}
.group_3:hover{
	background: white;
	color: black;
	transition: .5s ease;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.group_container{
	width: 100%;
	margin-top: 5%;
	background-color: #4472C4;
	padding: 5px 0px;
	color: white;
	border-radius: 0px 0px 20px 20px;
}

.why_bg{
	background-image: url("../english/image/why_bg.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 750px;
	margin-top: 5%;
}
.why_bg > p{
	position: relative;
	top: 7%;
	left: 5%;
}
.why_contain{
	background-image: url("../english/image/why_choose.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	height: 600px;
	width: 90%;
	position: relative;
	top: 15%;
	left: 5%;
}

/*slider div for testimonials*/
.swiper {
	width: 90%;
	height: 400px;
	margin-top: 50px;
}

.swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	transition: transform 0.3s ease, opacity 0.3s ease;
}

.swiper-slide img {
	width: 350px;
	height: 350px;
	margin-left: 15px;
	border-radius: 20px;
	object-fit: cover;
	transition: all 0.4s ease;
	transform: scale(0.8);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.swiper-slide-active img {
	transform: scale(1);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.swiper-button-next, .swiper-button-prev {
	color: #333;
	font-weight: bold;
}