body {
	width: 100%;
	margin: 0px;
	font-family: 'Roboto', sans-serif;
}

a {
	text-decoration: none;
	color: inherit
}

* {
	outline: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
	padding: 0px;
}

h4 {
	font-size: 35px;
	text-align: center;
	padding-bottom: 10px
}

h2 {
	font-size: 35px;
	text-align: center;
	color: #e7b65f;
	padding-bottom: 5px
}

p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	line-height: 21px;
}

.mfp-figure small {
	display: none !important;
}

/* .owl-carousel.owl-drag .owl-item {
  width: 350px !important;
  height: 400px;
} */
.subheading {
	width: 65%;
	margin: 0px auto 20px;
	font-size: 14px;
	text-align: center;
	line-height: 21px;
}

.clearfix {
	clear: both
}

.btn-common {
	background: -webkit-linear-gradient(left, rgb(252 179 31) 0%, #87b908 50%, rgb(252 179 31) 100%);
	background-size: 300%, 1px;
	background-position: 0%;
	font-size: 17px;
	border-radius: 5px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	padding: 13px 40px;
	font-weight: 400;
	display: inline-block;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease
}

.btn-common:hover {
	background-position: 100%
}

.container {
	margin: 0px auto;
	width: 1200px;
	max-width: 100%;
	overflow: hidden;
}

.loader {
	display: none;
}

.err {
	border-bottom: 4px solid #e7b65f !important;
}

.header {
	/* padding: 5px 0; */
	-webkit-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.2);
	position: sticky;
	width: 100%;
	z-index: 999;
	top: 0px;
	background-color: #4b0b6a;
}
.padding-header{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 5px 0;
}

.header .container {
	
}

.header-top .header_icon span,.header-top .btn-holder a .header_i{
	/* background: #fff; */
	padding: 6px 10px;
	/* border-radius: 50px; */
} 

.header-top .btn-holder .phone{
	border-right: 1px solid #fff;
	padding-right: 10px;
}

.header-top .btn-holder a span{
	color: #fff;
	font-size: 14px;
}

.header-top .header_icon i,.header-top .btn-holder a span i {
	color:#4b0b6a;
	font-size: 17px;
}

.header_top_div{
	display: flex;
	justify-content: center;
}
.header_top_div a{
	border: none;
	background: transparent;
	padding: 0;
	cursor: pointer;
	font-family: 'Lato',sans-serif;
	font-size: 20px;
	line-height: 25px;
	color: #4b0b6a;
	font-weight: 400;
}

.header_top_div a:hover{
	color:#fff;
}
.header .logo {
	width: 160px;
}

.header .logo img {
	width: 100%;
}

.header .nav {
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	width: 60%;
}

.header .nav ul {
	margin: 0px;
	display: flex;
	flex-wrap: wrap;
}

.header .nav ul li {
	display: inline-block;
	position: relative;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	margin: 0px 10px;
}

.header .nav ul li:hover a {
	color: #e7b65f
}

.bg_color{
	background-color: #f4f4f4;
}

.joinourcomunity {
	display: flex;
	border-bottom: 2px solid #4b0b6a;
	border-radius: 50px;
	margin: 20px 0;
	background-color: #4b0b6a;
	color: #fff;
	padding: 10px 15px;
	align-items: center;
}

.joinourcomunity .btn {
	width: 12%;
	text-align: center;
}

.joincomimg {
	width: 17%;
}

.joincomimg img {
	width: 100%;
	display: block;
	margin-bottom: 0px;
}

.joincomtext {
	width: 67%;
}

.joincomtext h6 {
	font-size: 30px;
	padding-bottom: 5px;
	line-height: 24px;
}

.joincomtext p {
	margin-bottom: 0px;
}
.header-top {
	background: #e7b65f;
	padding: 7px 0;
	position: relative;
	line-height: 2.0;
  }
  .student-login {
	position: absolute;
	right: 7%;
	top: 50%;
	transform: translateY(-50%);
  }
  .student-login a{
	color: #fff;
  }
  .student-login a:hover{
	color:#000;
  }
.header .nav ul li a {
	display: block;
	font-size: 15px;
	font-weight: 400;
	padding: 10px;
	font-weight: 600;
	color: #fff;
}
.div_top{
	display: flex;
	justify-content: center;
}

.btn-holder .btnh {
	padding: 7px 15px;
	font-size: 17px;
	display: block;
	margin: 0px 5px;
	font-weight: 600;
}

.btn-header1 {
	background-color: #e7b65f;
	border-radius: 10px;
	border: 1px solid #e7b65f;
	color: #fff;
}

.btn-header1:hover {
	background-color: #00528a;
}

.btn-header2 {
	border: 1px solid #fff;
	color: #fff;
	border-radius: 50px;
}

.btn-header2:hover {
	border: 1px solid #e7b65f;
	color: #e7b65f;
}

.banner {
	position: relative;
	overflow: hidden;
	/* background-image: url('../images/banner1.jpg');*/
	background-repeat: no-repeat;
	background-size: cover;
/*	padding: 40px 0;*/
/*	margin-top: 55px;*/
	padding-bottom: 0;
}

/* .banner-carousel .one{
	background-image: url('../images/banner/1.png');
	background-repeat: no-repeat;
	background-size: cover;
}
.banner-carousel .two{
	background-image: url('../images/banner/3.png');
	background-repeat: no-repeat;
	background-size: cover;
}
.banner-carousel .three{
	background-image: url('../images/banner/5.png');
	background-repeat: no-repeat;
	background-size: cover;
} */
.banner .mainbanner::after {
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	content: "";
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6)
}

.formwrp {
	background-color: #fff;
	width: 35%;
	border-radius: 20px;
	float: right;
	padding-bottom: 20px;
}

.formwrp p {
	color: #333 !important;
	font-size: 15px !important;
	margin-bottom: 0px !important;
	text-align: center;
	margin-top: 0px;
	padding: 0 25px;
}

.formwrp p a {
	color: #e7b65f;
	font-weight: 600;
}

.formwrp h2 {
	font-weight: 600;
	color: #333;
	text-align: left;
	padding: 20px 25px 10px;
	font-size: 20px;
	text-align: center;
}

.formwrp form {
	padding: 20px 25px 10px;
}

.banner .container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.locationzz {
	background-color: rgb(75 11 106 / 70%);
	border-radius: 30px;
	padding: 15px 25px;
	color: #333;
	width: fit-content;
	align-items: center;
	display: flex;
	color: #fff;
	margin-bottom: 20px;
	font-weight: 400;
}

.locationzz img {
	margin-right: 5px;
	width: auto !important;
}

.halfleft {
	width: 55%;
	margin-right: 0%;
}

.formwrp {
	width: 35%;
	margin: 3% 0% 3%  10%;
}

.banner .halfleft .main-form {
	position: relative
}

.banner .formgroup {
	padding: 0px 0 0px 0;
	border: 1px solid #ebebeb;
	width: 100%;
	margin-bottom: 10px;
	border-radius: 7px;
}

.banner .formgroup ::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #d0d0d0;
	opacity: 1;
	/* Firefox */
}

.banner .formgroup :-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #d0d0d0;
}

.banner .formgroup ::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #d0d0d0;
}

.banner .formgroup label {
	font-size: 14px;
	display: block;
	padding: 10px 0px 0 10px;
	margin-bottom: 0px;
	font-weight: 500;
}

.banner .formgroup label span {
	color: #e7b65f;
}

.banner .formgroup.textaea {
	width: 98%;
}

.banner .formgroup input,
.banner .formgroup select,
.banner .formgroup textarea {
	font-size: 14px;
	text-indent: 0.8rem;
	padding: 14px 0;
	outline: none;
	width: 100%;
	border: 0px;
	border-radius: 7px;
	-webkit-transition: border-color 0.15s;
	-o-transition: border-color 0.15s;
	transition: border-color 0.15s;
	font-weight: normal;
	-webkit-box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
	box-sizing: border-box
}

.banner .formgroup input option,
.banner .formgroup select option,
.banner .formgroup textarea option {
	color: #333
}

.banner .submitbtn input {
	font-size: 20px;
	text-transform: uppercase;
	background-color: #e7b65f;
	color: #fff;
	border: 0px;
	border-radius: 50px;
	padding: 15px 30px;
	cursor: pointer;
	width: 100%;
	font-weight: 500;
	-webkit-appearance: none;
	-moz-appearance: none
}

.banner .submitbtn input:hover {
	background-color: #4b0b6a
}

.banner .main-form .submitbtn {
	margin: 0px auto 0;
	display: block;
	width: 100%
}

.back-video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	width: 100%;
}

.halfleft h1 {
	font-size: 84px;
	color: #fff;
	line-height: 77px;
	margin-bottom: 20px;
	text-shadow: 3px 4px 11px #333333d4;
}

.bannerlisting {
	display: flex;
	flex-wrap: wrap;
	margin: 40px 0 0 0;
	padding: 0px;
	list-style: none;
}

.bannerlisting li {
	display: flex;
	flex-wrap: wrap;
	width: 50%;
	margin-bottom: 20px;
	align-items: center;
	color: #fff;
}

.bannerlisting li img {
	width: 50px;
	margin-right: 10px;
}
.banner-slide,.banner_slider {
	position: relative;
  }
  .banner_slider{
	  /* height: 50vh; */
  }
  .banner-slide img {
	width:100% ;
	height:100%;
	object-fit:cover;
	display:block;
	margin:auto;
	position: relative;
  }
  .banner-slide:before{
	  content: '';
	  /* background-color: #2c044094; */
	  width: 100% !important;
	  height: 100%;
	  top: 0;
	  display: inline-block;
	  position: absolute;
	  z-index: 5;
  }
  .banner_slider .cover{
	  /* position: absolute; */
	  top:0;
	  display: flex;
	  flex-wrap: wrap;
	  align-items: center;
	  justify-content: center;
	  /* padding: 0 5%; */
	  /* background: #2c044094; */
	  /* height: 100%; */
	  /* width: 100%; */
	  /*left: 50%;
	  transform: translateX(-50%); */
	  /* z-index: 9; */
  }
  
  
  @keyframes backgroundLinera{
	  0%{width:0}
	  50%{width:50%}
	  to{width:100%}
  }
.btn-holder {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.sec-4boximg {
	padding: 50px 0;
	padding-bottom: 0;
	background-color: #4b0b6a;
}

.sec-4boximg .subheading,
.sec-4boximg ul li p {
	color: #ffffffc9;
}

.sec-4boximg ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.sec-4boximg ul li {
	width: 25%;
	/*margin-bottom: 20px;*/

}

/* .sec-4boximg ul:hover li {
	opacity: 0.5;
}
.sec-4boximg ul li:hover {
	opacity: 1;
} */
.sec-4boximg ul li h6 {
	font-size: 19px;
	padding-top: 5px;
	font-weight: 400;
	position: absolute;
	bottom: 20%;
	left: 0px;
	right: 0px;
	color: #fff;
	margin: auto;
	z-index: 99;
	width: fit-content;
	height: fit-content;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease
}

.sec-4boximg ul li .sec4box-wwo {
	position: relative;
}

.sec-4boximg ul li .sec4box-wwo:before {
	position: absolute;
	bottom: 0;
	height: 0;
	width: 100%;
	left: 0;
	background: rgba(61, 17, 82, .5);
	content: "";
	transition: all 0.6s ease-in-out 0s;
}

.sec-4boximg ul li .sec4box-wwo:hover::before {
	height: 100%;
}

/* .sec4box-wwo:hover .sec4box-wwo:before{
	transform: translateY(0%);
} */

/* .sec-4boximg ul li:hover::before {
	background: linear-gradient( #4b0b6a0001f, #ce120094);
}
.sec-4boximg ul li:hover h6 {
	bottom: 10px;
	top: auto;
} */
.sec-4boximg ul li .sec4box-wwo {
	overflow: hidden;
	position: relative;
	border-radius: 10px;
}

.sec-4boximg ul li p {
	margin-top: 10px;
	text-align: center;
}

.sec-4boximg ul li img {
	width: 100%;
	min-height: 230px;
	display: block;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;

}

/* .danceBox {
	position: relative;
  }
  .danceBox::before {
	position: absolute;
	bottom: 0;
	height: 0;
	width: 100%;
	left: 0;
	background: rgba(61,17,82,.5);
	content: "";
	transition: all 0.6s ease-in-out 0s;
  }
  .danceBox:hover::before {
	height: 100%;
  }
  
.dance-content {
  position: absolute;
  bottom: 0;
  padding: 15px;
  text-align: center;
  width: 100%;
  overflow: hidden;
  left: 0;
  right: 0;
  transition: all 0.6s ease-in-out 0s;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-image: linear-gradient(to top,rgba(61,17,82,.9),rgba(61,17,82,.6),rgba(61,17,82,.3),rgba(61,17,82,0));
} */
/* .sec-4boximg ul li:hover img {
	scale: 112%;
} */
/* 4 Icons */
.sec-4boxicons {
	padding: 50px 0;
	background-color: #e7b65f;
}

.sec-4boxicons h2,
.sec-4boxicons p {
	color: #fff;
}

.sec-4boxicons ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.sec-4boxicons ul li {
	width: 20%;
	margin: 0px 0.5% 20px;
	text-align: center;
	padding: 2%;
	position: relative;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 5px 10px rgb(137 137 137 / 10%);
}

.sec-4boxicons ul li h6 {
	font-size: 22px;
	font-weight: 500;
	width: 100%;
	color: #2d2d2d;
	margin-bottom: 5px;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease
}

.sec-4boxicons ul li p {
	font-size: 14px;
	color: #333;
	line-height: 18px;
}

.sec-4boxicons ul li img {
	display: block;
	width: 60px;
	margin: 0px auto;
}

.danceBox {
	position: relative
}

.danceBox:before {
	position: absolute;
	bottom: 0;
	height: 0;
	width: 100%;
	left: 0;
	background: rgba(61, 17, 82, .5);
	content: "";
	transition: all 0.6s ease-in-out 0s
}





/* .danceBox:hover .dance-content {
	height: 100%
} */

/* .dance-contentInner p {
	font-size: 18px;
	display: none;
	color: "#fff";
} */

.dance-contentInner .btn.btn-sm {
	padding: 4px 20px;
	font-size: 18px;
	/* display: none; */
	width: 140px;
	margin: 0 auto
}

.danceBox:hover .dance-content  {
	visibility: visible;
	transform: translateY(10%);
}

.danceBox {
	position: relative;
	overflow: hidden;
}

.danceBox:before {
	position: absolute;
	bottom: 0;
	height: 0;
	width: 100%;
	left: 0;
	background: rgba(61, 17, 82, .5);
	content: "";
	transition: 900ms;
}

.danceBox:hover:before {
	height: 100%;
}

.dance-content {
	position: absolute;
	bottom: 0;
	padding: 15px;
	text-align: center;
	/*! width:100%; */
	/*! overflow:hidden; */
	left: 0;
	right: 0;
	/*! transition:all 0.6s ease-in-out 0s; */
	/*! display:flex; */
	/*! flex-flow:wrap; */
	justify-content: center;
	align-items: center;
	overflow: hidden;
	background-image: linear-gradient(to top, rgba(61, 17, 82, .9), rgba(61, 17, 82, .6), rgba(61, 17, 82, .3), rgba(61, 17, 82, 0));
	display: flex;
	justify-content: center;
	align-content: center;
	height: 100%;
	transform: translateY(35%);
	transition: 1800ms;
}

.danceBox:hover .dance-content {
	height: 100%
}

.dance-contentInner p {
	font-size: 14px;
	/* display: none; */
	opacity: 0;
	color: #fff;
	transition:all 0.6s ease-in-out 0s; */
}
.danceBox:hover .dance-content p {
	opacity: 1;
}
.dance-contentInner h2 {
	font-size: 25px;
}

.dance-contentInner .btn.btn-sm {
	padding: 4px 20px;
	font-size: 18px;
	visibility: hidden;
	width: 140px;
	margin: 0 auto
}

.danceBox:hover .dance-contentInner p{
	visibility: visible;
}

.boximagejs .owl-item {
	margin: 0 !important;
}

/* 2 images */
.fun-sec {
	position: relative
}

.fun-sec:before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	content: "";
	width: 50%;
	height: 100%;
	background: rgba(65, 29, 77, .6)
}

.fun-box {
	padding: 100px 15px; 
	/* padding: 250px 15px; */
	max-width: 450px;
	margin: 0 auto
}

.Rigth-box {
	margin-left: 50%;
	position: relative;
	color: #fff !important;
	text-align: center;
	width: 50%;
}

.Rigth-box h2 {
	font-size: 40px;
	text-align: center;
	color: #fbfbfb;
	padding-bottom: 20px;
}

.Rigth-box p {
	margin-bottom: 20px;
}

.Rigth-box .submitbtn {
	display: flex;
	justify-content: center;
}

.Rigth-box .submitbtn a {
	display: inline-block;
	vertical-align: top;
	background: #e7b65f;
	color: #000;
	padding: 14px 35px;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	text-transform: capitalize;
	border: 2px solid #fff;
	border-radius: 50px;
	transition: all 0.6s ease-in-out 0s;
	margin-bottom: 1.5rem !important;
}

.Rigth-box .submitbtn a:hover {
	background-color: #4b0b6a;
	color: #fff;
}

.right_head {
	font-size: 18px;
	text-align: center;
}

.wedding-box {
	padding: 250px 15px;
	max-width: 450px;
	margin: 0 auto
}

.wedding-sec.commonBg {
	background-position: 0 100%
}

.wedding-sec {
	position: relative;
	background-color: #171717
}

.wedding-sec:before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	content: "";
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to left, #171717, rgba(0, 0, 0, .1), rgba(0, 0, 0, 0))
}
.commonBg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
  }
.teachingmethod {
	padding: 50px 0px;
}

.teachingmethod h5 {
	text-align: center;
	font-size: 25px;
	margin-top: 10px;
}

.tmethod {
	display: flex;
}

.tmethod-box {
	width: 30%;
	padding: 0px 2%;
	text-align: center;
}

.tmethod-box img {
	width: 100%;
}

.sec-2boximg {
	padding: 50px 0;
	background-color: #005188;
}

.sec-2boximg h2 {
	color: #fff;
}

.sec-2boximg ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.sec-2boximg ul li {
	width: 46%;
	margin: 0px 2% 20px;
	text-align: center;
	position: relative;
}

.sec-2boximg ul li h6 {
	font-size: 22px;
	font-weight: 500;
	width: 100%;
	margin-top: 10px;
	color: #fff;
	margin-bottom: 7px;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease
}

.sec-2boximg ul li img {
	display: block;
	width: 100%;
	margin: 0px auto;
}

/* Gallery */
.gallery {
	padding: 50px 0;
	background-color: #4b0b6a;
}

.gallery ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.gallery ul li {
	width: 23%;
	margin: 1%;
	text-align: center;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}

.gallery ul li img {
	display: block;
	width: 100%;
	margin: 0px auto;
}

/* Testimonial */
.testimonial {
	padding: 50px 0;
	background-color: #f4f4f4;
	position: relative;
	text-align: center
}

.testimonial .ctp-wid {
	width: 100%;
	margin: 0px auto;
	font-size: 14px;
	font-weight: 400;
	font-style: italic;
	line-height: 21px
}

.testimonial .item {
	width: 70%;
	margin: 0px auto;
}

.testimonial .ct-img {
	width: 80px;
	height: 80px;
	float: left;
	border-radius: 100px;
	overflow: hidden;
	margin-top: 20px;
	display: none
}

.testimonial .name {
	color: #4b0b6a;
	font-weight: bold;
	margin-top: 30px
}

.testimonial .name p {
	font-size: 17px
}

.testimonial .design {
	width: 80px;
	margin: 0px auto
}

.testimonial .design img {
	width: 100%
}

.testimonial .owl-nav span {
	display: none
}

.banner_slider .banner-carousel {
	position: absolute;
	z-index: -5;
}

.banner-carousel .owl-nav span{
	font-size: 30px;
}

.testimonial .owl-nav button,.banner-carousel  .owl-nav button {
	background-repeat: no-repeat !important;
	position: absolute;
	top: 30%;
	width: 30px;
	height: 30px
}

.banner-carousel .owl-nav .owl-next{
	right: 0px
}
.banner-carousel .owl-nav .owl-next, .banner-carousel .owl-nav .owl-prev{
	background: #dddddd94 !important;
	width: 50px;
	height: 50px;
	border-radius: 50px;
}
.testimonial .owl-nav .owl-next{
	background-image: url("../images/right-arrow.png") !important;
	right: 0px
}
.banner-carousel .owl-nav .owl-prev{
	left: 0px
}
.testimonial .owl-nav .owl-prev {
	background-image: url("../images/left-arrow.png") !important;
	left: 0px
}

.testimonial .owl-dots {
	margin: 10px 0 0 0
}

.testimonial .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	margin: 3px;
	border-radius: 40px;
	background-color: #ccc
}

.testimonial .owl-dots .owl-dot.active {
	background-color: #ffda41
}

/* Form and Map */
.footermapandform {
	padding: 50px 0;
	background-color: #4b0b6a;
}

.footermapandform .container {
	display: flex;
	flex-wrap: wrap;
}

.footermap {
	width: 50%;
}

.footermap p {
	margin-bottom: 10px;
	font-size: 14px;
	color: #fff;
}

.footermap p a {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
}

.footermap p a:hover {
	color: #e7b65f;
}

.footermap iframe {
	width: 100%;
	height: 450px;
}

.footercontactform {
	width: 45%;
	margin: 0px 2.5%;
	border-radius: 10px;
}

.footercontactform h2,
.footercontactform p {
	text-align: center;
}

.footercontactform .formgroup {
	padding: 0px 0 0px 0;
	border: 1px solid #ebebeb3b;
	width: 100%;
	margin-bottom: 10px;
	border-radius: 7px;
}

.footercontactform .formgroup ::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #acacac;
	opacity: 1;
	/* Firefox */
}

.footercontactform .formgroup :-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #acacac;
}

.footercontactform .formgroup ::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #acacac;
}

.footercontactform .formgroup label {
	font-size: 14px;
	display: block;
	padding: 10px 0px 0 10px;
	margin-bottom: 0px;
	font-weight: 500;
	color: #fff;
}

.footercontactform .formgroup label span {
	color: #e7b65f;
}

.footercontactform .formgroup.textaea {
	width: 98%;
}

.footercontactform .formgroup input,
.footercontactform .formgroup select,
.footercontactform .formgroup textarea {
	font-size: 14px;
	text-indent: 0.8rem;
	padding: 14px 0;
	outline: none;
	width: 100%;
	border: 0px;
	border-radius: 7px;
	-webkit-transition: border-color 0.15s;
	-o-transition: border-color 0.15s;
	transition: border-color 0.15s;
	font-weight: normal;
	-webkit-box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
	background-color: transparent;
	color: #fff;
	box-sizing: border-box
}

.footercontactform .formgroup input option,
.footercontactform .formgroup select option,
.footercontactform .formgroup textarea option {
	color: #333
}

.footercontactform .submitbtn input {
	font-size: 20px;
	text-transform: uppercase;
	background-color: #e7b65f;
	color: #fff;
	border: 1px solid #e7b65f;
	border-radius: 7px;
	padding: 15px 30px;
	cursor: pointer;
	width: 100%;
	font-weight: 500;
	-webkit-appearance: none;
	-moz-appearance: none
}

.footercontactform .submitbtn input:hover {
	background-color: #4b0b6a;
	border: 1px solid #fff;
}

.footercontactform .main-form .submitbtn {
	margin: 0px auto 0;
	display: block;
	width: 100%
}

.footercontactform p {
	color: #333 !important;
	font-size: 15px !important;
	margin-bottom: 0px !important;
	text-align: center;
	margin-top: 0px;
	padding: 0 25px;
}

.footercontactform p a {
	color: #e7b65f;
	font-weight: 600;
}

.footermap h2 {
	margin-bottom: 10px;
	text-align: left;
}

.footercontactform .contactform {
	margin-top: 20px;
}

/* Copyright */
.copyrights-design {
	padding: 15px 0;
	background-color: #4b0b6a;
	border-top: 1px solid #282828;
}

.copyrights-design .container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.copyright-left {
	text-align: left;
	width: 70%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.copyright-left p {
	width: fit-content;
	display: block;
	color: #fff;
	font-size: 14px;
}

.separator {
	margin: 0px 10px;
	color: #fff;
}

.copyright-right {
	text-align: right;
	width: 30%;
}

.copyright-right p {
	font-size: 14px;
	color: #fff;
}

/* About Us */
.aboutus {
	padding: 50px 0;
	position: relative;
	overflow: hidden;
	background-color: #f3f5fc;
}

.aboutus .container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.about-left h2 {
	text-align: left;
	line-height: 43px;
	margin-bottom: 10px;
}

.about-left {
	width: 50%;
	padding: 2.5%;
	position: relative;
	z-index: 9;
	background-color: #fff;
	border-radius: 10px;
}

.btn {
	background-color: #e7b65f;
	/* border:1px solid #e7b65f; */
	border: 1px solid #e7b65f;
	border-color: #fff;
	border-radius: 50px;
	/* border: 0px; */
	color: #fff;
	padding: 10px 25px;
	font-size: 17px;
	display: inline-block;
	font-weight: 500;
}

.btn:hover {
	background-color: #4b0b6a;
	border-color: "#fff";
	border: 1px solid #fff;
}

.about-left p {
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 15px;
}

.about-right {
	width: 50%;
	position: absolute;
	right: 0px;
}

.about-right img {
	width: 100%;
}

/* RESPONSIVE */
@media (min-width:0px) and (max-width:320px) {}

@media (min-width:0px) and (max-width:459px) {
	.sec-4boximg ul li h6 {
		font-size: 18px !important;
	}

	.sec-4boxicons ul li {
		width: 86% !important;
	}

	.banner {
/*		margin-top: 100px !important;*/
		background-position: center;
	}

	.aboutus {
		padding: 0;
	}

	.sec-4boximg ul li {
		margin-bottom: 20px;
	}
	/* .banner_slider .owl-carousel .owl-stage-outer {
		height: 30vh !important;
	  } */
}
@media (min-width:460px) and (max-width:574px) {
	.banner {
/*		margin-top: 60px !important;*/
		background-position: center;
	}
}

@media only screen and (max-width: 575px){
	.fun-box, .wedding-box {
	padding: 40px 15px;
	}
	.student-login {
		position: relative;
		right: 0;
		top: inherit;
		transform: inherit;
	  }
	  .halfleft {
		top: -28% !important;
	  }
	 
}

@media (min-width:578px) and (max-width:599px) {
	.halfleft {
		top:-38% !important;
	  }
}

@media only screen and (max-width: 600px) {
	.fun-sec::before {
		width: 100%;
	}

	.Rigth-box {
		margin: 0;
		width: 100%;
	}
	.sec-4boximg ul li {
		/* width: 86%; */
		margin-bottom: 20px;
	}
	.header_top_div {
		display: flex;
		flex-wrap: wrap;
		justify-content: center !important;
		align-items: center !important;
	  }
	  .header_top_div a{
		font-size: 16px;
		width: 100%;
		text-align: center;
	  }
	  .banner {
/*		margin-top: 135px;*/
		background-position: center;
	  }
	 
	/* .boximagejs .owl-item{
		margin-left: 10px !important;
		margin-right: 10px !important;
	   }
	   .sec-4boximg {
		padding: 50px 0;
		padding-bottom: 50px !important;
		background-color: #4b0b6a;
	  } */
	  .halfleft {
		margin-top: 10% !important;
	}
}

@media screen and (max-width: 768px) {
	.header .container {
		justify-content: center;
	}

	.testimonial .item {
		width: 90%;
	}

	.fun-sec::before {
		width: 100%;
	}

	.Rigth-box {
		margin: 0;
		width: 100%;
	}

	.nav {
		display: none;
	}

	.locationzz {
		margin: 0px auto 20px;
	}

	.banner {
/*		margin-top: 61px ;*/
		background-position: center;
	}

	.banner .container {
		justify-content: center;
	}

	.sec-4boximg ul li h6 {
		font-size: 22px;
	}

	.halfleft h1 {
		font-size: 26px;
		color: #fff;
		line-height: 31px;
	}

	.halfleft {
		width: 90%;
		text-align: center;
	}

	.formwrp {
		width: 90%;
		margin: 20px auto 0;
	}

	.subheading {
		width: 92%;
	}

	.sec-4boximg ul li {
		width: 86%;
		margin-bottom: 20px;
	}

	.tmethod {
		flex-wrap: wrap;
	}

	.tmethod-box {
		width: 90%;
		margin: 0px auto 20px;
	}

	.about-right {
		width: 100%;
		margin-top: 10px;
		position: inherit;
	}

	.joinourcomunity {
		flex-wrap: wrap;
		padding: 30px 15px;
		margin-left: 15px;
		margin-right: 15px;
	}
	.gallery,.sec-4boxicons,.teachingmethod,.sec-4boximg,.testimonial,.footermapandform {
		padding: 30px 0;
	}
	.joincomimg {
		width: 40%;
		margin: 0px auto;
	}

	.joincomtext {
		width: 100%;
		text-align: center;
		margin: 20px 0;
	}

	.joinourcomunity .btn {
		width: 52%;
		text-align: center;
		margin: 0px auto;
	}

	.sec-4boxicons ul li {
		width: 40%;
	}

	.sec-2boximg ul li {
		width: 90%;
	}

	.about-left {
		width: 80%;
		margin: 0px auto;
		margin-top: 15px;
	}

	.gallery ul li {
		width: 46%;
	}

	.footermap,
	.footercontactform {
		width: 90%;
		margin: 0px auto;
	}

	.copyright-left {
		text-align: center;
		width: 100%;
		flex-direction: column;
	}

	.separator {
		display: none;
	}

	.copyright-right {
		width: 50%;
		text-align: center;
		margin: 0px auto;
	}

	.copyright-left p {
		display: block;
		margin-bottom: 5px;
	}
	.fun-box, .wedding-box {
		padding: 30px 15px;
	}
	.header_top_div {
		display: flex;
		flex-wrap: wrap;
		/* justify-content: space-between; */
		justify-content: center;
	}
	.halfleft {
		width: 90%;
		text-align: center;
		/* position: absolute; */
		z-index: 9;
		margin-top: 21%;
	}
	.banner_slider .cover {
	position: relative !important;
	}
	
	.aboutus {
		padding-top: 30px;
		padding-bottom: 0;
	}
	h2 {
		font-size: 30px;
	}
}

@media (min-width:601px) and (max-width: 767px){
	/* .banner_slider .owl-carousel .owl-stage-outer {
		height: 29vh !important;
	  } */
	  .halfleft {		
		top: -26%;
	  }
}

@media (min-width:769px) and (max-width: 1024px) {

	
	.fun-box, .wedding-box{
		padding: 60px 15px;
	  }
	  /* .banner_slider .owl-carousel .owl-stage-outer {
		height: 90vh !important;
	  } */
	  /* .banner_slider .owl-carousel .owl-item img {
		height: 90vh;
	  } */
	  .banner_slider .cover {
		padding:0 14px;
	  }
	  .formwrp {
		margin-left: 7%;
	  }
}


@media (min-width:1025px) and (max-width: 1199px){
	.fun-box, .wedding-box {
	padding: 80px 15px;
	}
	/* .banner_slider .owl-carousel .owl-stage-outer {
		height: 92vh !important;
	} */
}

@media (min-width:1200px) and (max-width: 1366px){
	.fun-box, .wedding-box{
	padding: 100px 15px;
	}
	/* .banner_slider .owl-carousel .owl-stage-outer {
		height: 98vh !important;
	  } */
	  .formwrp{
		margin-top: 1.5%;
	  }
}

@media (min-width:1367px) and (max-width: 1480px){
	.fun-box, .wedding-box {
	padding: 150px 15px;
	}
	/* .banner_slider .owl-carousel .owl-stage-outer {
		height: 70vh !important;
	  } */
}

@media (min-width:1481px) and (max-width: 1600px){
	.fun-box, .wedding-box {
		padding: 200px 15px;
	}
	/* .banner_slider .owl-carousel .owl-stage-outer {
		height: 65vh !important;
	  } */
}

@media (min-width:1601px) and (max-width: 1920px){
	/* .banner_slider .owl-carousel .owl-stage-outer {
		height: 65vh !important;
	  } */
}

