html{
	scroll-behavior: smooth;
	max-width: 100%;
	overflow-x: hidden;
}
body{
	background: #2a2a2a;
	max-width: 100%;
	overflow-x: hidden;
}
@font-face {
  font-family: ark;
  src: url(../fonts/Arkipelago.otf);
}
@font-face {
  font-family: capture;
  src: url(../fonts/Capture.ttf);
}
@font-face {
  font-family: Didot;
  src: url(../fonts/Didot.otf);
  line-height: 48px;
}
p {
	font-size: 1.25em;
}
.menu{
	height: 105px;
	background: #e5007d;
	/*border-bottom: solid 5px  #9C9C9B;*/
	box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.8);
	transition: 0.5s;
	position: sticky;
	width: 100%;
	top:0%;
	left: 0%;
	z-index: 10;


}
.menu ul{
	margin-top: 45px;
	text-align: right;
	font-weight: 600;
}
.menu li{
	margin-right: 20px;
	list-style: none;
	display: inline-flex;
}
.menu img{
	height: 75px;
	transition: 0.5s;

}
.menu a{
	color: #FFFFFF;

}
.menu a:hover{
	color: #2a2a2a;
}
.burger{
	visibility: hidden;
}
.burger img{
	width: auto;
	position: absolute;
	top: 33%;
	right:2%;


}
 .scroll{
	height: 50px;
	box-shadow: none;
	transition: 0.5s;
	background:#9c9c9b;
	

	position:fixed;
	top:0px;
	z-index: 12 !important;

}
.scroll img{
	height: 25px !important;
	
}
.scroll ul{
	margin-top: 10px;
	
}
.scroll a{

}

.big-talk{
	margin-top: 55px;
	padding-left: 25px;
}
.big-talk h4{
	color: #FFFFFF;
	font-size: 3.5em;
}
.big-talk h1{
	font-family: helvetica;
	font-size: 8em;
	margin-top: 10px;
	font-weight: 900;

	background-image:linear-gradient( to bottom right, #FFFFFF, #e5007d, #9C9C9B);
	  -webkit-background-clip: text;
	  -webkit-text-fill-color: transparent;
	/*box-shadow: 0px 0px 55px rgba(0, 0, 0, 1);*/

}
.home-head-wrapper{
	padding-bottom: 50px;
	padding-top: 50px;
	/*box-shadow: 0px 0px 15px rgba(230, 0, 126, 0.7);*/
}
.home-head-wrapper img{
	/*aspect-ratio: 1/1;*/
	width: 90%;

	/*object-fit: cover;*/
	/*border-radius: 50%;*/
	margin-top: 55px;
	/*box-shadow: 0px 0px 55px rgba(0, 0, 0, 1);*/
	border:solid 8px #9C9C9B ;
}
.head-wrap h4{
	color: #FFFFFF;
	text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.7);
	margin-top: -95px;
	z-index: 3;
	font-family: ;
}

#pat1 img{
	margin-left: 10px;
	height:300px ;
	position: absolute;
	z-index: -1;
}
#pat2 img{
	right: 0%;
	height:400px ;

	position: absolute;
	z-index: -1;
}
#pat3 img{
	left: 0;
	width:100% ;
	height: 200px;
	position: absolute;
	z-index: -1;
}
#pat4 img{
	margin-left: 0px;
	height:700px ;
	position: absolute;
	z-index: -1;
}

.home-info-wrapper{
	padding-top:50px ;
	font-family: Didot;
	/*background:#9C9C9B ;*/
	color: #E5007D;
	color: #FFF;
	font-size: 1em;
	line-height: 48px;


}
.home-info-wrapper h3{

	color: #FFF;
	font-size: 2em;
	line-height: 48px;
}
.team-wrap ul li{
	text-align: left;
}
.team-wrap img{

		aspect-ratio: 1/1;
		width: 50%;

		object-fit: cover;
		border-radius: 50%;
		margin-top: 55px;
		margin-bottom: 55px;
		/*box-shadow: 0px 0px 55px rgba(0, 0, 0, 1);*/
		border-right:solid 8px #E5007D ;

}
.team-wrap{
	padding: 50px;
}
#pinkBreak{
	border-top: solid 2px #E5007D;
	padding-top: 75px;
	margin-top: 75px;
}
.devide-wrap{
	/*min-height: 50px;*/
	background: #9C9C9B;
	margin-top: 75px;
	box-shadow: 0px 0px 55px rgba(0, 0, 0, 1);


}
.devide-wrap h4{
	/*font-family: capture;*/
	font-weight: 900;
	font-size: 3em;
	width: 100%;
	text-align: center;
	color:  #2a2a2a;
	text-transform: uppercase;
}
.home-about-wrapper{
	padding:50px;
	color: #FFFFFF;

}
.home-about-wrapper h2{
	/*text-align: left;*/
	width: 100%;
	margin-bottom: 50px;
}
.about-wrap{
	padding:25px;
}
.right-line{
	border-right:solid 6px #9c9c9b;
}
.gallery-break-wrapper{
	margin-top: 75px;
	padding-top: 20px;
	padding-bottom: 25px;
	margin-bottom: 75px;
	/*background:#E5007D;*/
}
.gallery-break-wrapper img{
	width: 23%;
	height: 350px;
	object-fit: cover;
	margin-left: 1%;
	margin-right:1%;
/*	border-top: solid 10px #E5007D;
	border-left: solid 12px #E5007D;*/
	box-shadow: 0px 0px 105px rgba(0, 0, 0, 1);


}
.class-wrap p{
	min-height: 75px;
}
.class-wrap img{
	width: 50%;
	aspect-ratio: 1/1;
	object-fit: contain;
	border-radius: 0px !important;

}
.class-desc-wrap{
	display: none;
	background: #9c9c9b;
	color:#000000;
	padding: 20px;
	margin-top: 25px;
	margin-bottom: 25px;
	border-left: solid 10px #E5007D;
	border-right: solid 12px #E5007D;
}
.hide-thing{
	float: right;
	width: 100%;
}
#bortl{
	border-top: solid 10px #E5007D;
	border-left: solid 12px #E5007D;
}
#borbl{
	border-bottom: solid 10px #E5007D;
	border-left: solid 12px #E5007D;
}
#bortr{
	border-top: solid 10px #E5007D;
	border-right: solid 12px #E5007D;
}
#borbr{
	border-bottom: solid 10px #E5007D;
	border-right: solid 12px #E5007D;
}
#bortb{
	border-top: solid 10px #E5007D;
	border-bottom: solid 12px #E5007D;
}
#borlr{
	border-left: solid 10px #E5007D;
	border-right: solid 12px #E5007D;
}

.home-serve-wrapper{
	color: #FFF;
}
.youtube-wrapper h2,
.home-serve-wrapper h2{
	font-size: 2.5em;
	color: #E5007D;
	font-weight: 900;
	margin-bottom: 25px;
}
.serve-wrap {
	/*border-bottom: solid 2px #9c9c9b;*/
	padding-bottom: 25px;
}
.home-serve-wrapper h4{
	margin-top: 35px;
}
#botline{
	border-bottom: solid 2px #9c9c9b;
}
.serve-wrap p {
	min-height: 75px;
}
.serve-wrap img{
	width: 75%;
	aspect-ratio: 1/1;

	object-fit: cover;
	border-radius: 50%;
}
.home-conclude-wrapper{
	margin-top: 75px;
	margin-bottom: 75px;
}
.home-conclude-wrapper h3{
	color: #FFF;
	font-size: 1.5em;
	line-height: 48px;
	font-family: ;
	/*color: #E5007D;*/
	
}
.testimonials {
  /*background-color: #e8e8e5;*/
  overflow: hidden;
  width: 100%;
}

.testimonials ul {
  list-style: none;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 0;
}

.testimonials ul li {
  display: inline-block;
  padding: 1rem;
  position: relative;
  text-align: center;
  width: 100vw;
}

.testimonials ul li p {
  max-width: 600px;
  margin: 1rem auto;
  width: 50%;
}

.testimonials-control {
  /*background-color: rgba(255,255,255,0.2);*/
  display: flex;
  justify-content: center;
  font-size: 2em;
}

.testimonials-control i {
  cursor: pointer;
  padding: 1.3rem;
	color: #E5007D;

}
.youtube-wrapper {
	margin-top: 150px;
	margin-bottom: 150px;
}
.youtube-wrapper iframe{
	margin-top: 25px;
}

.foot{
	margin-top: 150px;
	background: #9C9C9B;
	
	box-shadow: 0px -15px 15px rgba(0, 0, 0, 0.8);
	padding:25px;

}
.contact h4{
	font-weight: 900;
}
.contact ul li{
	list-style: none;
	font-size: 1.25em;
	margin-top: 25px;
	font-weight: 700;
}
.contact a {
	color: #2a2a2a;
}
.contact a:hover{
	color:#FFFFFF;

}
.contact img{
	height: 35px;
}
.contact span{
	color: #E5007D;
}
.map iframe{
	padding: 0;
	margin-bottom: 1em;
	  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    border-bottom: solid 10px #E5007D;
	border-left: solid 12px #E5007D;

}
.final{
	background: #E5007D;
}
.final h4 {
	font-weight: 900;
	font-size: 1.5em;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	text-transform: uppercase;
}
.desc-m{
	border-bottom: solid 2px #E5007D;
	margin-top: 25px;
	margin-bottom: 25px;
	padding-bottom: 25px;
	
}
.pins img{
	width: 20%;
	margin:2%;
	border:none;
	border-radius: 0px;
}

@media only screen and (max-width: 600px){
	body{
		/*width: 100%;
		overflow-x: hidden;*/

	}
	.menu{
		/*width: 100%;*/
	}

	.menu logo{
		text-align: left;
	}
	

	.big-talk{
		font-size: 0.5em;
		text-align: center;
	}
	.burger{
		visibility: visible;

	}
	.burger img{
		height: 25px !important;
	}
	.menu-items{
		width: 100%;
		text-align: right;
		background:#9c9c9b;
		/*margin-top:-50px;*/
		z-index: 10;
		position: absolute;
		top:55px;
		display: none;
	}

	.menu-items li{
		display: block;
		border-top: solid 1px #E5007D;
		padding:10px;
		margin-bottom: 5px;
		margin-top: 5px;
	}
	#menu.scroll .menu-items{
	top:0px;

	}
	.home-info-wrapper{
		font-size: 0.75em;
	}
	.devide-wrap h4{
		font-size: 2em;
	}
	.hide-me-small{
		visibility: hidden;
	}
	.team-wrap{
	padding: 0px;
	}
	.testimonials ul li p {
 	width: 100%;
}


}
@media only screen and (max-width: 450px){

		.big-talk{
		font-size: 0.4em;
	}
	.home-info-wrapper{
		font-size: 0.75em;
	}

}