*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html{
	font-family:Mukta , sans-serif;
	font-size: 10px;
}


body{
	background-color:var(--Dark-blue);
	width: 100%;
	height: 100vh;
	display: flex;
	overflow-x: hidden;
}

main{
	width:100%;
	margin: 90px 0 0 0;
}

#slideout-menu {
  display: none;
  background-color:var(--White);
  z-index: 100;
  position:fixed;
  top:0px;
  transition: 0.4s;
  margin-top: 72px;
  width: 100%;
  text-align: center;
  opacity:0;
  pointer-events:none;
}

#slideout-menu ul {
  list-style: none;
  padding: 0 32px;
}

#slideout-menu ul li {
  padding: 12px;
  margin: 5px;
}

#slideout-menu a{
  font-family:Acme, sanserif;
  font-size: 20px;
  color: var(--Dark-blue);
  text-decoration:none;
  
}

#slideout-menu a.active{
  color:var(--Green);
  
}

#slideout-menu p {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  color: var(--White);
}



#menu-icon {
	height: 100%;
	font-size: 28px;
	padding-left: auto;
	color: var(--Green);
	display: none;
	float:right;
	margin-right:10px;
}

nav {
	left: 0;
	height: 72px;
	width: 100%;
	margin: 0;
	position: fixed;
	font-family:Acme, sans-serif;
	font-size: 20px;
	display: flex;
	justify-content: space-between;
	padding: 0 16px 0 0;
	box-sizing: border-box;
	z-index: 100;
	background:var(--White);
	transition: 0.6s ease;
}

.animate{
	transform: translate(0,-4em);
}

nav a {
  padding: 0 20px;
  color:var(--Dark-blue) ;
  transition: 0.4s;
  text-decoration: none;
}

nav a:hover {
   color:var(--Green);
}

nav ul {
  display: flex;
  list-style: none;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  margin: 0;
}

nav ul a{
	border-right: 3px solid var(--Dark-blue); 
}

.active {
  color:var(--Green);
}

#logo-img{
	padding:15px 0 0 0;
}

.main-logo
{
	height:40px;
	width:auto;
}

.ban1{
	background-image: url(img/ban1.jpg);
	min-height:105vh;
	position: relative;
	background-position: center;
	margin-bottom: 30px;
	background-repeat:no-repeat;
	background-size: cover;
}

.ban1 div{
	width:100%;
	height:63%;
	background: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.1));
	display: flex;
	justify-content :center;
	align-items: center;	
	flex-direction: column;
}

.ban1 h1{
	text-align:center;
	font-size: 2.4vw;
	padding: 5px;
	color: var(--White);
	text-shadow:2px 2px black;
	width: 70%;
	order:1;
}

.ban1 a{
	text-align:right;
	font-size: 1.7vw;
	color: var(--White);
	border:2px solid var(--White);
	border-radius: 3px;
	text-decoration:none;
	padding:7px;
	margin: 7px;
	order:2;
}

.ban1 a:hover{
	background-color:rgba(232,232,232,0.5);
	cursor: pointer;
}

.videos{
	display :flex;
	justify-content: space-around;
	align-items: center;
	margin: 20px;
}

.videos iframe{
	margin:10px;
}

.carosel{
	display: flex;
	align-items: center;
	width:100%;
	justify-content: center;
	margin: 5px;
}
.container{
	width:100%;
	/* max-width: 120rem; */
	margin: auto;
	padding: 0 1rem;
	margin: 10px 0px;
}

.image-gallery{
	display:grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: auto;
	grid-gap: 1rem;
	grid-template-areas: 
			"img-1 img-1 img-2 img-3"
			"img-1 img-1 img-5 img-6"
			"img-7 img-7 img-8 img-4"; 
}




.image-gallery a{
	height: 25rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative; 
	display:flex;
	align-items: center;
	justify-content: center; 
}


 .image-gallery a::before{ 
	content: '';  
	position: absolute; 
	width: 100%; 
	height: 100%; 
	top: 0; 
	left: 0; 
	background-color: rgba(0,0,0,.3); 
	opacity: 0; 
	transition: opacity .5s; 
 } 

   /* .image-gallery a:hover i,    */ 
  .image-gallery a:hover::before{   
	  opacity: 1;   
 }   

.img-1{
	grid-area: img-1;
	min-height: 51.5rem; 
	background-image: url("img/large.jpg");
	
}

.img-2{
	grid-area: img-2;
	background-image: url("img/med.jpg");
	
}

.img-3{
	grid-area: img-3;
	background-image: url("img/small.jpg");
}

.img-4{
	grid-area: img-4;
	background-image: url("img/med2.jpg");
}

.img-5{
	grid-area: img-5;
	background-image: url("img/small2.jpg");
}

.img-6{
	grid-area: img-6;
	background-image: url("img/med3.jpg");
}

.img-7{
	grid-area: img-7;
	background-image: url("img/small3.jpg");
}

.img-8{
	grid-area: img-8;
	background-image: url("img/large2.jpg");
}

.title{
	width: 20px 30px;
	margin: 20px 140px 40px 20px;
	font-size:30px;
	font-family: Mukta;
	/* background: rgb(17,54,70); */
	color: var(--Green);
	/* text-shadow: 2px 1px 2px black; */
	/* text-decoration:underline; */
}

.carousel-container{
	order: 2;
	overflow:hidden; 
	border: 5px solid var(--White);
	position:relative;
	background-color: rgba(0,0,0,1);
}

.carousel-slide{	
	display:flex;
	width: 600px;
	z-index:14;
}

.carousel-slide img{
	width: 100%;
	height: auto;
	opacity: .9;
	flex-shrink: 0;
}

#paragraph{
	display: block;
	color: var(--White);
	width: 100%;
	text-align: center;
	margin-top: 1vw;
	font-size: 4vw;
}

#prevBtn{
/*	position: fle;
	top:auto;
	Z-index: 10;*/
	margin:10px;
	font-size: 7vw;
    color: var(--Green);
	cursor: pointer;
	order: 1;
}

#nextBtn{
/*	position: absolute;
	top:auto;
	Z-index: 10;*/
	margin:10px;
	font-size: 7vw;
    color: var(--Green);
	cursor: pointer;
	order: 3;
}

#main-text{
	position: absolute;
	top:85%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 19;
	text-align:center;
	transition:0.4s;
}

#main-text h1{
	color:var(--White);
	font-size:5vw;
	text-shadow:1px 2px black;
}

#main-text a{
	color:var(--White);
	font-size:1.6vw;
	border:3px solid var(--White);
	border-radius: 3px;
	text-decoration:none;
}

#main-text a:hover{
	background-color:rgba(232,232,232,0.5);
	cursor: pointer;
	
}

.home-section{
	width:80%;
	margin:auto;
}

.home-section img{
	width:100%;
	height: auto;
	cursor: pointer;
	  

}

.home-section img:hover{
	box-shadow: 0 10px 6px -6px #777;
}

.home-section p{
	font-size:15px;
	color:var(--White);
}

.read-more-btn{
	text-decoration: none;
	font-size:20px;
	padding: 4px;
	color: var(--White);
	transition: 0.4s;
	border:2px solid var(--White);
	border-radius:5px;
}

.read-more-btn:hover{
	background-color:var(--White);
}

/* trainings ---------------------------------------------*/
.training-section{
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	
}


/* use less card, i gess no use*/
.card{
	width:400px;
	height:480px;
	transition: 0.4s;
	display:flex;
	flex-wrap: wrap;
	border: 4px solid var(--White);
	border-radius: 5px;
	margin:10px;
	justify-content: center;
}

.card p{
	margin: 10px 0;
	color: var(--White);
	font-size:13px;
}

.card a{
	text-decoration:none;
	font-size:20px;
}

/* contact */
.contact-section{
	width:80%;
	margin:auto;
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
}

.contact-section img{
	width:100%;
	height: auto;
	cursor: pointer;
	  

}

.contact-section img:hover{
	box-shadow: 0 10px 6px -6px #777;
}

.contact-section p{
	font-size:20px;
	color:var(--Green);
}

.contact-box{
	width:200px;
	height:120px;
	transition: 0.4s;
	display:flex;
	flex-wrap: wrap;
	border: 3px solid var(--Green);
	border-radius: 10px;
	margin:25px;
	justify-content: center;
}

.contact-box p{
	margin: 10px 0;
}
.contact-box a{
	margin: 10px;
	color: var(--Green);
	text-decoration: none;
	font-size:20px;
	transition: 0.4s;
	border:2px solid var(--Green);
	border-radius:5px;
	padding: 5px 30px;
}

.contact-box a:hover{
	background-color: var(--Green);
}

/* training-section */

.ts-image img { 
  width:100%;
  height:250px;
  max-height:300px;
  transition:0.4s;
  transition: transform .5s ease;
}

.ts-image {
  transition: 0.4s;
  width:100%;
  height:300px;
  overflow: hidden;
  
}

.card-title{
  font-size:30px;
  color:var(--Green);
  text-decoration: none;
  transition: 0.4s ease;
  cursor:pointer;
}

.card-title:Hover{
  color:var(--White);
}


.ts-image img:hover {
	transform: scale(1.2);
  
}

.ts-description {
  padding: 0 8px;
}

/* training-div */

.td{
	width:80%;
	margin:auto;
	border:2px solid var(--White);
	margin-bottom:10px;
	margin-top:20px;
	border-radius:5px;
	padding-bottom:10px;
}

.td img{
	width:100%;
	height:auto;
}

.td h3{
	font-size:50px;
	padding-left:10px;
	color:var(--Green);
}

.td p{
	font-size:20px;
	color:var(--White);
	padding-left:5px;
	margin-bottom:20px;
}

.td ul{
	padding-left:30px;
	font-size:20px;
	margin-bottom:20px;
	color:var(--White);	
}

.td .read-more-btn{
	margin:10px;
}

.CS{
	font-size:40px;
	font-family:Acme, sanserif;
	padding-bottom:400px;
	padding-left:25px;
	color:var(--Green);
}

.HH1{
	font-size:40px;
	font-family:Acme, sanserif;
	margin:auto;
}

.HH2{
	font-size:40px;
	font-family:Acme, sanserif;
	margin:auto;
	color: var(--Green);
}

.HH54{
	font-size:30px;
	font-family:Acme, sanserif;
	margin:auto;
	color:var(--Green);
}

.PP1{
	font-size:20px;
	color:var(--White);
	margin-top:40px;
}

.PP2{
	font-size:20px;
	color:var(--White);
}

.benefits{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 80px 40px;
	color: var(--White);
}

.benefits h1{
	font-size: 52px;
}

.benefits-box{
	width: 450px;
	flex-wrap: wrap;
	display: flex;
	margin: 10px 0;
}

.benefits-box div{
	color: var(--Yellow);
	border: 0.5px solid var(--White);
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 20px;
	font-family:Acme, sans-serif;
	margin-top: 3px;
}

.benefits-box h3{
	color: var(--Green);
	font-family:Acme, sans-serif;
	font-size: 30px;
	padding: 0 10px;
}

.benefits-box p{
	padding: 7px 5px;
	font-size: 20px;
}

.why{
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 80px 40px;
	color: var(--White);
}

.why h1{
	font-size: 52px;
	border-left: 4px solid var(--Green);
	color: var(--Green);
	padding: 0 20px;
}

.why p{
	padding: 7px 5px;
	font-size: 20px;
}

.what{
	margin: 80px 40px;
}

.what h1{
	font-size: 52px;
	border-left: 4px solid var(--Green);
	color: var(--Green);
	padding: 0 20px;
	margin: 30px 10px;
}

.what h2{
	font-size: 40px;
	color: var(--Green);
	width: 180px;	
}

.who{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 15px;

}

.who section{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.who div{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 170px;
	margin: 40px;
}

.who img{
	width: 100%;
	height: auto;
	border: Solid 1px black;
	border-radius: 20px;
}				  

.who p{
	font-size: 25px;
	color: var(--White);
}

.program-glimps{
	display: flex;
	flex-direction: column;
	align-items: center;

}

.program-glimps div{
	width: 70vw;
	height: 20vw;
	overflow: hidden;
	margin: 20px 0; 
	border-radius : 20px;
	transition: .4s ease;
}

.program-glimps div:hover{
	width: 80vw;
	height: 20.3vw;
}

.program-glimps a{
	width: 70vw;
	height: 20vw;
	overflow: hidden;
	margin: 20px 0; 
	border-radius : 20px;
	transition: .4s ease;
}



.program-glimps img{
	width:100%;
	transform: translateY(-6.5vw);
}

.program-glimps p{
	position: absolute;
	left: 50%;
	transform: translate(-50%,80%);
	z-index: 19;
	text-align:center;
	transition:0.4s;
	color:var(--White);
	font-size:6vw;
	-webkit-text-stroke: thin;
	text-shadow:.2vw .3vw black;
}


.program-glimps p:hover{
	cursor: pointer;
}

.about-section{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin:5px;
	margin-top:20px
	}
	
.about-section div{
	background : var(--Green);
	width: 337.5px;
	height: 190px;
	overflow: hidden;
	margin: 27px 27px; 
	border: 5.4px solid var(--White); 
	border-radius : 33.75px;
	transition: .4s ease;
}

.about-section div:hover{
	width: 364.5px;
	height: 229.5px;
}

.about-section h3{
	text-align:center;
	transition:0.4s;
	color:var(--White);
	font-size:54px;
	-webkit-text-stroke: thin;
	text-shadow:2.16px 3.24px black;
}

.about-section p{
	text-align:center;
	transition:0.4s;
	color:var(--White);
	font-size:27px;
	-webkit-text-stroke: thin;
}

.vision{
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 80px 40px;
	color: var(--White);
}

.vision h1{
	font-size: 52px;
	border-left: 4px solid var(--Green);
	color: var(--Green);
	padding: 0 20px;
}

.vision p{
	padding: 7px 5px;
	font-size: 30px;
}

footer {
  background: var(--White);
  padding: 8px;
  display: flex;
}

footer h3 {
	font-size:20px;
  	color:var(--Dark-blue);
}


footer #left-footer {
	font-family:Acme, sans-serif;
	border-right: 1px solid var(--Dark-blue);
	padding-left: 10px;
}

footer #left-footer h3{
	margin-bottom:20px;
	color:var(--Green);
}

footer #left-footer ul {
  padding: 0;
  list-style: none;
  line-height: 2;
  display:flex;
  flex-direction:row;
  justify-content: left;
  flex-wrap:wrap;
  width:150px;
}

footer #left-footer ul li{
	margin:0px;
	padding: -10px -10px;
}


footer #left-footer a {
	margin-left:40px;
	color:var(--Dark-blue);
	border-radius:20px;
	text-decoration:none;
	font-size:15px;
	transition: .4s ease;
}

footer #left-footer a:hover {
	color:var(--Green);
}

footer #right-footer{
	justify-content: space-around;
	text-align: center;
}

footer #right-footer {
  flex: 2;
  padding: 8px;
  text-align: center;
  justify-content: center;
  margin:20px;
}

footer #right-footer  p{
	margin: 20px;
	font-size:15px;
	color:var(--Dark-blue);
}


footer #social-media-footer a .fa-facebook ,.fa-youtube, .fa-instagram{
  color:var(--Dark-blue);
  transition: 0.4s;
}

footer #social-media-footer ul {
  display: flex;
  list-style: none;
  justify-content: center;
  padding: 0;
}

footer #social-media-footer ul li {
  font-size: 48px;
  padding: 16px;
  transition: 0.4s;
}


footer #social-media-footer ul li:hover a .fa-facebook {
  color: #4267B2;
}

footer #social-media-footer ul li:hover a .fa-youtube {
  color: #FF0000;
}

footer #social-media-footer ul li:hover a .fa-instagram {
	background-image: linear-gradient(#405DE6, #5851DB, #833AB4, #C13584, #E1306C, #FD1D1D, #F56040, #F77737, #FCAF45, #FFDC80);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent; 
}

@media (max-width: 1000px) {
	nav ul{
		display:none;
	}
	
	#menu-icon {
    display: flex;
	padding-top:20px;
  }
  

  #slideout-menu {
    display: block;
  }
  
  .carousel-slide{	
	width: 68vw;
}
  
  .videos{
	flex-direction : column;
	}
	
	.about-section{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin:5px;
	margin-top:20px
	}
	
	.about-section div{
		background : var(--Green);
		width: 250px;
		height: 150px;
		overflow: hidden;
		margin: 20px 20px; 
		border: 4px solid var(--White); 
		border-radius : 25px;
		transition: .4s ease;
	}

	.about-section div:hover{
		width: 270px;
		height: 170px;
	}

	.about-section h3{
		text-align:center;
		transition:0.4s;
		color:var(--White);
		font-size:40px;
		-webkit-text-stroke: thin;
		text-shadow:1.6px 2.4px black;
	}

	.about-section p{
		text-align:center;
		transition:0.4s;
		color:var(--White);
		font-size:20px;
		-webkit-text-stroke: thin;
	}
}	

@media (max-width: 719px) {
	.benefits h1{
	font-size: 5.3vw;
}

.benefits-box{
	width: 60vw;
}

.benefits-box div{
	width: 6vw;
	height: 6vw;
	font-size: 4.5vw;
	margin-top: 0;
}

.benefits-box h3{
	font-size: 5.2vw;
	padding: 0 2vw;
}

.benefits-box p{
 	font-size: 3.5vw;
}
	
	.image-gallery{
	display:grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto;
	grid-gap: 1rem;
	grid-template-areas: 
		"img-1 img-1"
		"img-1 img-1"
		"img-2 img-3"
		"img-5 img-6"
		"img-7 img-7" 
		"img-8 img-4"; 
	}
	
	#menu-icon {
    display: flex;
  }
  
	.ban1 h1{font-size: 3.2vw;}
	.ban1 a{font-size: 2.4vw;}
}

@media (max-width: 600px) {
	.image-gallery{
	display:grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto;
	grid-gap: 1rem;
	grid-template-areas: 
		"img-1"
		"img-2"
		"img-3"
		"img-5"
		"img-6"
		"img-7" 
		"img-8"
		"img-4"; 
	}
	
	.img-1{
	min-height: 30.5rem; 
	}
	
	.img-5{
	min-height: 70.5rem; 
	}

	#main-text a{

		border: 1px solid white;
	}
	
	.ban1 h1{font-size: 3.5vw;}
	.ban1 a{font-size: 3.4vw;}
	
	.why h1{
	font-size: 7vw;
	}
	.why p{
		font-size: 4vw;
	}
	.what{
	margin: 8vw 4vw;
	}
	
	.what h1{
		font-size: 7vw;
	}
	
	.what h2{
		font-size: 6vw;
	}
	
	.who div{
		width: 30vw;
		margin: 4vw;
	}
	
	.who p{
		font-size: 5vw;
	}
	
	footer #right-footer {
		width:150px;
	}
	
	.IF1{
		width: 80vw;
		height: 47vw;
	}
	
	.IF2{
		width: 80vw;
		height: 83vw;
	}
	

	

}

@media (max-width: 450px) {
	
	.ban1 h1{font-size: 3.9vw;}
	.ban1 a{font-size: 4vw;}
	
	footer #social-media-footer ul li{
		font-size:35px;
		padding: 10px;
	}
	
}

@media (max-width: 350px) {	
	footer #social-media-footer ul li{
		font-size:30px;
		padding: 5px;
	}
	
	footer #left-footer {
		padding-left : 0;
	}
	
	footer #left-footer ul{
		width: 100px;
	}
	
	footer #left-footer a{
		margin-left: 20px;
	}
	
	footer #right-footer {
		margin: 5px;
	}
	
	.ban1 h1{font-size: 4.6vw;}
}

@font-face {
  font-family: Acme;
  src: url(fonts/Acme-Regular.ttf);
}

@font-face {
  font-family: Mukta;
  src: url(fonts/Mukta-Regular.ttf);
}

:root {
  --Dark-blue: #07354c;
  --Blue: #236476;
  --Dark-green: #4a6c2f;
  --Green: #65b345;
  --White: #FFFFFF;
  --Yellow: #fae740;
}