
		
*{
	padding:0;
	margin:0;
	
}

	.navbar .nav-item .dropdown-menu{  display:block; opacity: 0;  visibility: hidden; transition:.3s; margin-top:0;  }
	.navbar .nav-item:hover .nav-link{ color: #5f1782;  }
	.navbar .dropdown-menu.fade-down{ top:80%; transform: rotateX(-75deg); transform-origin: 0% 0%; }
	.navbar .dropdown-menu.fade-up{ top:180%;  }
	.navbar .nav-item:hover .dropdown-menu{ transition: .3s; opacity:1; visibility:visible; top:100%; transform: rotateX(0deg); }
#nav-bar{
	position:sticky;
	top:0;
	z-index:10;
		
}
.navbar{
	background-image:linear-gradient(57deg,#fff,#fff);
	position:sticky;
	top:0;
	z-index:10;
	box-shadow:0 0 20px 0px rgba(0,0,0,0.9);
	
}
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}
.navbar img{
	margin-top:0;
}
.navbar ul li::after{
	content:'';
	width:0%;
	height:3px;
	background:#8A2BE2;
	display:block;
	margin:auto; 
	transition:0.5s;
	
}
.navbar ul li:hover::after{
	margin-top:0;
	width:100%;

}
.navbar ul li:hover::before{
	content:'';
	width:0%;
	height:3px;
	background:#8A2BE2;
	display:block;
	margin:auto; 
	transition:0.5s;

}
.navbar ul li{
	float:left; 
	
}
ul li {
	margin-right:30px;
	
}
.navbar-nav>.active>a {
	
	color: #5f1782;
	border-bottom: 3px solid #8A2BE2; 
}

.carousel-item{
	width:100%;
	height:570px;
	background:#fff3f3;
	background-image:linear-gradient(rgba(0,0,130,0.3),rgba(0,0,130,0.3));
	
	}
	.col-md-5{
		margin-top:10%;
		margin-left:25px;
	}
	.col-md-7{
		margin-top:15%;
		color:#8A2BE2;
	}
	.inner{
		min-height:119vh;
		width:100%;
		background-image:linear-gradient(rgba(8, 18, 59, 0.6),rgba(8, 18, 59, 0.6)), url(../assets/image.jpeg);
		background-position:center;
		background-size:cover;
		position:relative;
	}
	
	.col-md-4{
		margin-top:10%;
		
	}

	.text-box{
		color:#fff;
		width:90%;
		position:absolute;
		top:40%;
		left:50%;
		transform:translate(-50%,-50%);
	    text-align:center;
		}
	.text{
		font-size: 60px;
	}
	@media(max-width:700px){
		.text{
			font-size: 30px;
		}
	}
	@media(max-width:700px){
		h1{
			font-size: 30px;
		}
	}
	
	.hero-btn{
		display:inline-block;
text-decoration:none;
color:white;
border:1px solid #fff;
padding:12px 34px;
font-size:13px;		
border-radius:10px;
background:transparent;
position:relative;
cursor:pointer;

	 }
	 .hero-btn:hover{
		 border:1px solid #8A2BE2;
		 background:#8A2BE2;
		 transition:1s;
		 color: #fff;
	 }

	 .footer{
		box-shadow:0 0 20px 0px rgba(0,0,0,0.2);
		
	}
	.footer h4{
		margin-bottom:25px;
		 font-weight:600;
		 color:#8A2BE2;
		 font-family: 'Courier New', Courier, monospace;
	}
	.footer p{
		color:#8A2BE2;
		
	}
	.footer h6{
		color:#8A2BE2;
		
	}
	.icons .fa{
		color:#8A2BE2;
		margin:0 13px;
		cursor:pointer;
		padding:18px 0;
	}
	.h{
	 font-weight: 400;
	}
	.footer span{
		color:#8A2BE2;
	}


	.testimonials{
		width:80%;
		margin:auto;
		
		text-align:center;
		margin-top: 6%;
	}
	.testimonials-col {
		flex-basis:44%;
		border-radius:10px;
		margin-bottom:5%;
		text-align:left;
		 background:#fff3f3;
		 padding:25px;
		  cursor:pointer;
		  display:flex;
		  
	}
	.testimonials-col img{
		height:40px;
		margin-left:5px;
		 margin-right:30px;
		 border-radius:50%;
	}
	.testimonials-col p{
		padding:0;
	}
	.testimonials-col h3{
		margin-top:15px;
		text-align:left;
	}
	
	.testimonials-col .fa{
		color:#f44336;
	}
	.row{
		
		display:flex; 
		justify-content:space-between;
	}
	
	.new{
		color:#8A2BE2;
	}
	.cta{
		margin:100px auto;
		width: 80%;
		background-image:linear-gradient(rgba(8, 18, 59, 0.7),rgba(8, 18, 59, 0.7)), url(../assets/enrol.jpg);
		background-position:center;
		background-size:cover;
		border-radius:10px;
		text-align:center;
		padding:100px 0;
	}
	.cta h1{
		color:#fff;
		margin-bottom:40px;
		padding:0;
	}
	@media(max-width:700px){
		.cta h1{
			font-size:24px;
		}
	}
	@media(max-width:700px){
		h3{
			font-size: 30px;
		}
	}
	@media(max-width:700px){
		.row1{
			flex-direction:column; 
		}
	}
	@media(max-width:700px){
		.row{
			flex-direction:column; 
		}
	}
	@media(max-width:1000px){
		.im{
			width: 250px; 
			height: 50px;
		}
	}

	.move:hover:hover::before{
		content:'';
		width:0%;
		height:5px;
		
		margin:auto; 
		transition:0.9s;
	
	}
	
	.service {
		
		width: 100%;
		display: grid;
		place-items: center;
		
		position: relative;
	  }
	  .row1 {
		display: flex;
		flex-wrap: wrap;
	  }
	  .column1 {
		width: 100%;
		padding: 0 1em 1em 1em;
		text-align: center;
	  }
	  .card1 {
		width: 100%;
		height: 100%;
		padding: 2em 1.5em;
		background: linear-gradient(#ffffff 50%, #8A2BE2 50%);
		background-size: 100% 200%;
		background-position: 0 2.5%;
		border-radius: 5px;
		box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
		cursor: pointer;
		transition: 0.5s;
	  }
	  h3 {
		font-size: 20px;
		font-weight: 600;
		color: #8A2BE2;
		margin: 1em 0;
	  }
	  p {
		
		font-size: 15px;
		line-height: 1.6;
		letter-spacing: 0.03em;
	  }
	  .icon-wrapper1 {
		background-color: #8A2BE2;
		position: relative;
		margin: auto;
		font-size: 30px;
		height: 2.5em;
		width: 2.5em;
		color: #ffffff;
		border-radius: 50%;
		display: grid;
		place-items: center;
		transition: 0.5s;
	  }
	  .card1:hover {
		background-position: 0 100%;
	  }
	  .card1:hover .icon-wrapper {
		background-color: #ffffff;
		color: #8A2BE2;
	  }
	  .card1:hover h3 {
		color: #ffffff;
	  }
	  .card1:hover p {
		color: #f0f0f0;
	  }
	  @media screen and (min-width: 768px) {
		.service {
		  padding: 0 2em;
		}
		.column1 {
		  flex: 0 50%;
		  max-width: 50%;
		}
	  }
	  @media screen and (min-width: 992px) {
		.service {
		  padding: 1em 3em;
		}
		.column1 {
		  flex: 0 0 33.33%;
		  max-width: 33.33%;
		}
	  }
	  #fixedbutton {
		position: fixed;
		bottom: 12px;
		left: 12px;
		padding: 13px;
		text-decoration: none;
		border-radius: 25px;
		background-color: #25D366;
		color: #fff;

		z-index: 10;
	  }	
	  .col-sm-4{
		display:flex; 
		flex-wrap: wrap;
	  }
	  @media(max-width:700px){
			.col-sm-4{
				flex-direction:column;
	}
	}

	
	
	.contact-section .contact-info p a{color:#1a1a1a}.contact-section .box{width:100%;display:block;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;box-shadow:0 0 20px 0px rgba(0,0,0,0.2);}@media(max-width:991.98px){.contact-section .box{margin-bottom:30px;}}.contact-section .box .icon{width:100px;height:100px;background:#fff;margin:0 auto;margin-bottom:2em;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;border-radius:50%}.contact-section .box .icon span{color:#299adc;font-size:40px}.contact-section .box h3{font-weight:500;text-transform:uppercase}.contact-section .contact-form{width:100%}
	 

	
	
	
	#clients .clients-wrap {
		border-top: 1px solid #fff;
		border-left: 1px solid #fff;
		margin-bottom: 30px;
	}
	
	#clients .client-logo {
		padding: 64px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
		overflow: hidden;
		background: #fff;
		height: 160px;
	}
	
	#clients img {
		transition: all 0.4s ease-in-out;
	}
	 

	@media(max-width:700px){
		.hi{
			font-size: 12px;
		}
}








.card {
    font-size: 1em;
    overflow: hidden;
    padding: 0;
    border: none;
    border-radius: .28571429rem;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
}

.card-block {
    font-size: 1em;
    position: relative;
    margin: 0;
    padding: 1em;
    border: none;
    border-top: 1px solid rgba(34, 36, 38, .1);
    box-shadow: none;
}

.card-img-top {
    display: block;
    width: 100%;
    height: auto;
}

.card-title {
    font-size: 1.28571429em;
    font-weight: 700;
    line-height: 1.2857em;
}

.card-text {
    clear: both;
    margin-top: .5em;
    color: rgba(0, 0, 0, .68);
}

.card-footer {
    font-size: 1em;
    position: static;
    top: 0;
    left: 0;
    max-width: 100%;
    padding: .75em 1em;
    color: rgba(0, 0, 0, .4);
    border-top: 1px solid rgba(0, 0, 0, .05) !important;
    background: #fff;
}

.card-inverse .btn {
    border: 1px solid rgba(0, 0, 0, .05);
}

.profile {
    position: absolute;
    top: -12px;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    width: 25px;
    height: 25px;
    margin: 0;
    border: 1px solid #fff;
    border-radius: 50%;
}

.profile-avatar {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.profile-inline {
    position: relative;
    top: 0;
    display: inline-block;
}

.profile-inline ~ .card-title {
    display: inline-block;
    margin-left: 4px;
    vertical-align: top;
}

.text-bold {
    font-weight: 700;
}

.meta {
    font-size: 1em;
    color: rgba(0, 0, 0, .4);
}

.meta a {
    text-decoration: none;
    color: rgba(0, 0, 0, .4);
}

.meta a:hover {
    color: rgba(0, 0, 0, .87);
}


.button{
	
	padding: 5px;
	text-decoration: none;
}

.card1:hover .button {
	
	border: 2px solid #fff;
	color:#fff;
  }