*{
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding: 0px;
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.header{
	min-height: 100vh;
	width: 100%;
	background-image: linear-gradient(rgba(255,255,255,0.70),rgba(255,255,255,0.70)),url(image/logo.png);
	background-position: center;
	background-size:cover;
	position: relative;
	
}
nav{
	display: flex;
	padding: 2% 6%;
	justify-content: space-between;
	align-items: center;
	}
nav img{
	width: 150px;
	
}
.nav-links{
	flex: 1%;
	text-align: right;
	
}
.nav-links ul li{
	list-style: none;
	display: inline-block;
	padding: 8px 12px;
	position: relative;
		
}
.nav-links ul li a{
	color: #6BA41F;
	text-decoration:none;
	font-size: 18px;
}

.nav-links ul li ul.dropdown li{
	display: block;
}
.nav-links ul li ul.dropdown{
	width: 100%;
	background: #fff;
	position: absolute;
	z-index: 999;
	display: none;
	
}
.nav-links ul li ul.dropdown2 li{
	display: block;
}
.nav-links ul li ul.dropdown2{
	width: 100%;
	background: #fff;
	position: absolute;
	z-index: 999;
	display: none;
}
.nav-links ul li a:hover{
	background: #A1E3F4;
}
.nav-links ul li:hover ul.dropdown{
	display: block;
}

.nav-links ul li a:hover{
	background: #A1E3F4;
}

.nav-links ul li:hover ul.dropdown2{
	display: block;
}

.nav-links ul li::after{
	content: '';
	width: 0%;
	height: 2px;
	background: #000000;
	display: block;
	margin: auto;
	transition: 0.2s;
	
}
.nav-links ul li:hover::after{
	width: 100%;
	
}  
.text-box{
	width: 90%;
	color: #6BA41F;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	
}
.text-box h1{
	font-size: 72px;
}
.text-box h2{
	margin: 10px 0 10px;
	font-size: 42px;
	color: #3784C4;
	}
.apt-btn{
	display: inline-block;
	text-decoration: none;
	color: #FFFFFF;
	border: 1px solid #AEE368;
	padding: 8px 12px;
	font-size: 24px;
	background:#030303;
	position: relative;
	cursor: pointer;
}
.apt-btn:hover{
	border: 1px solid #7CBB29;
	background: #7CBB29;
	transition: 0.3s;
	
}


/*-------------Training--------------*/

.training{
	width: 90%;
	margin: auto;
	text-align: center;
	padding-top: 100px;
}
h1{
	font-size: 40px;
	font-weight: 600;
}
p{
	color: #010101;
	font-size: 16px;
	font-weight: 100;
	line-height: 22px;
	padding: 10px;
	text-align: left;
	 
}
.row{
	margin-top: 1%;
	display: flex;
	justify-content: space-between;
}

.training-col{
	flex-basis: 31%;
	background: #C6E974;
	margin: 15px;
	border-radius: 10px;
	margin-bottom: 1%;
	padding: 22px 14px;
	box-sizing: border-box;
	transition: 0.2s;
}
h3{
	text-align: center;
	font-weight: 400;
	margin: 5px 0;
}
.training-col:hover{
	box-shadow: 0 0 20px 0px rgba(2,16,53,0.75);
}
@media(max-width: 700px){
	.row{
		flex-direction: column;
	}
}

/*-----------------Specialilty-----------*/

.speciality{
	width: 90%;
	margin: auto;
	text-align: center;
	padding-top: 100px;
}
h1{
	font-size: 40px;
	font-weight: 600;
}
p{
	color: #010101;
	font-size: 16px;
	font-weight: 200;
	line-height: 22px;
	padding: 8px;
	text-align: center;
	background: #C6E974;
	}
 h2{
	margin: 5px 0 5px;
	font-size: 38px;
	color: #3784C4;
	}

/*------------Gallery------------*/

h1{
	font-size: 40px;
	font-weight: 600;
	text-align: center;
}

.gallery{
    left: 121px;
    padding: 0px;
    margin: 1px;
    box-sizing: border-box;
    height: 500px;
    width: 80%;
    position: absolute;
    transform: translate(-50% -50%);
    box-shadow: 1px 2px 10px 10px #C6E974;
    background-image: url("../image/img1.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    animation-name: photoani;
    animation-duration: 25s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}


@keyframes photoani{
	
	5%{background-image: url("../image/img1.jpg")}
	15%{background-image: url("../image/img2.jpg")}
	27%{background-image: url("../image/img3.jpg")}
	35%{background-image: url("../image/img4.jpg")}
	48%{background-image: url("../image/img5.jpg")}
	58%{background-image: url("../image/img6.jpg")}
	68%{background-image: url("../image/img7.jpg")}
	78%{background-image: url("../image/img8.jpg")}
	88%{background-image: url("../image/img9.jpg")}
	80%{background-image: url("../image/img10.jpg")}
	
}


/*--------------testimonials---------------*/

#testimonials{
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
width: 100%;
	
}

.testimonial-heading{
    letter-spacing: 0px;
    margin-top: 531px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 30px;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	
}
.row2{
	margin-top: 1%;
	display: flex;
	justify-content: space-between;
}

.testimonial-heading span{
	font-size: 2.3rem;
	color: #2E99D4;
	margin-bottom: 10px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.testimonial-box-container{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 80%;
	
}

.testimonial-box{
	width: 400px;
	box-shadow: 2px 2px 30px rgba(0,0,0,0.2);
	background-color: #fff;
	padding: 5px;
	margin: 5px;
	cursor: pointer;
	
}
.profile-img{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 10px;
}
.profile-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.profile{
	display: flex;
	align-items: center;
	
}
.name-user{
	display: flex;
    flex-direction: column;
}
.name-user strong{
	color: #030303;
	font-size: 0.9rem;
	letter-spacing: 0.5px;
}
.name-user span{
	color: #979797;
	font-size: 0.5rem;
	
}
.reviews{
	color: #2E99D4;
}
.box-top{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
	
}
.client-comment p{
	font-size: 0.9rem;
	color: #2D2D2D;
	text-align: left;
}
.testimonial-box:hover{
	transform: translateY(-10px);
	transition: all ease 0.3s;
	
}

@media(max-width:1060px){
	.testimonial-box{
		width: 45%;
		padding: 10px;
	}
}

@media(max-width:790px){
	.testimonial-box{
		width: 100%;
	}
	.testimonial-heading h1{
		font-size: 1.4rem;
	}
}

@media(max-width:340px){
	.box-top{
		flex-wrap: wrap;
	margin-bottom: 10px;
	}
	.reviews{
		margin-top: 10px;
	}
}
::selection{
	color: #fffffff;
    background-color: #4F4F4F;
}

/*------------Reference link-----------*/

.btnex{
    display: inline-block;
    justify-content: space-between;
    align-items: center;
    block-direction: column;
    width: 100%;
    height: 350px;
    margin: 2px 2px 2px 80px;
    padding: 2px;
	
}

.btnex bambo{
	margin-top: 1%;
	display: inline-block;
	justify-content: space-between;
}

.direction{
    display: inline-block;
    width: 380px;
    height: 280px;
    border: 1px none #FFFFFF;
    position: absolute;
	color: #FFFFFF;
}
.direction p{
	text-align: center;
	text-size: 4.5rem;
}
.feedback{
    width: 388px;
    height: 338px;
    box-shadow: 2px 2px 40px rgba(0,0,0,0.2);
    background-color: #fff;
    padding: 0px;
    margin: 1px;
    align-content: center;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    border: 0px solid #2E99D4;
    font-size: 24px;
    background: #FFFFFF;
    position: absolute;
    cursor: pointer;
    left: 384px;
    top: -1px;
        
}
.feedback a{
	margin: 0px;
	padding: 0px;
	color: #000000;
	text-size: 4.5rem;
	display: inline-block;
	align-content: center;
    text-align: center;
    text-decoration: none;
	
}
.feedback img{
	width: 350px;
	height: 200px;
	overflow: hidden;
	margin: 2px;
	padding: 10px;
	align-items: center;
	
}
.feedback a:hover{
	border: 1px;
	background: #C6E974;
	transition: 0.3s;
	
}

.contact{
    width: 360px;
    height: 336px;
    box-shadow: 2px 2px 40px rgba(0,0,0,0.2);
    background-color: #fff;
    padding: 1px;
    margin: 1px;
    align-content: space-between;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    border: 0px solid #2E99D4;
    font-size: 18px;
    background: #FFFFFF;
    position: absolute;
    left: 391px;
    top: -1px;
}
.contact a{
	text-size: 18px;
	text-align: center;
	align-items: center;
	text-decoration: none;
	display: inline-block;
}
.contact img{
	align-content: center;
	margin: 0px;
	padding: 0px;
	width: 360px;
	overflow: hidden;
}
.contact a:hover{
	border: 1px;
	background: #C6E974;
	transition: 0.3s;
}
/*--------------advertise----------*/
.adv{
    width: 90%;
    height: 400px;
    margin: 40px;
    padding: 1px;
    color: #C6E974;
    box-shadow: 2px 2px 30px rgba(0,0,0,0.2);
    display: inline-block;
    margin-top: 1%;
    justify-content: space-around;
	
}

.adv p{
    align-content: space-between;
    text-align: center;
    text-decoration: none;
	
}
.adv video{
    width: 480px;
    height: 320px;
    align-content: center;
    margin: 10px;
    padding: 1px;
    
}
.count{
	width: 200px;
	height: 40px;
	align-items: center;
	margin: 0px;
	padding: 0px;
	text-align: center;
	text-decoration: none;
	box-shadow: 2px 2px 20px rgba(0,0,0,0.2);
	display: inline-block;
	justify-content: justify;
	position: absolute;
	
		
}
.count img{
	width: 180px;
	height: 100px;
	align-items: center;
}
.count h2{
	text-size: 22px;
	text-align: center;
	color: #0E76AF;
	display: inline-block;
}
@media(max-width:1060px){
	.adv video{
    width: 40%;
    padding: 2px;
	}
}
.dev{
	width: 100px;
	height: 40px;
	position: absolute;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
.visitor{
    width: 200px;
    height: 100px;
    position: absolute;
	margin: 0px 4px 0px 4px;
    padding: 1px;
	display: inline-block;
	left: 215px;
    top: 0px;
}
