{
	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; 
}



*{padding: 0; margin: 0; box-sizing: border-box;}
body{height: 900px;}
header {
	text-align: center;
	width: 100%;
	height: auto;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	overflow: hidden;
	border-radius: 0 0 85% 85% / 30%;
}
header .overlay{
	width: 100%;
	height: 100%;
	padding: 50px;
    background-position:center;
		background-size:cover;
		position:relative;
	color: #FFF;
	text-shadow: 1px 1px 1px #333;
    background-image:linear-gradient(rgba(8, 18, 59, 0.6),rgba(8, 18, 59, 0.6)), url(../assets/about.jpg);

   
}
.new{
    color:#8A2BE2;
}

h1 {
	
	
}

h3, p{
	
	
}
.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}@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-size:17px;font-weight:500;text-transform:uppercase}.contact-section .contact-form{width:100%}
	 


.text-box{
    color:#fff;
    width:90%;
    position:absolute;
    top:40%;
    left:50%;
    transform:translate(-50%,-50%);
    text-align:center;
    }
.text{
    font-size: 60px;
}

.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;
    padding-top:90px;
    text-align:center;
}

/* .col-md-6{
    background-color: #fff3f3;
} */
.row{
		
    display:flex; 
    justify-content:space-between;
}
.course{
    width:80%;
    margin:auto;
    text-align:center;
    padding-top:100px;
}
h1{
    
    
}
p{


    
}
.row{
    margin-top:5%;
    display:flex; 
    justify-content:space-between;
}
.course-col{
    flex-basis:31%;
    background:#fff3f3;
    border-radius:10px;
    margin-bottom:5%;
     padding:20px 12px;
     box-sizing:border-box;
        transition:0.5s;
    
}
h3{
    text-align:center;
    font-weight:600;
    margin:10px 0;
}
.course-col:hover{
    box-shadow:0 0 20px 0px rgba(0,0,0,0.2);
}
@media(max-width:700px){
    .row{
        flex-direction:column; 
    }
}


body {
    
    margin: 0;
  }
  
  html {
    box-sizing: border-box;
  }
  
  *, *:before, *:after {
    box-sizing: inherit;
  }
  
  .column {
    float: left;
    width: 33.3%;
    margin-bottom: 16px;
    padding: 0 8px;
  }
  
  .card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    margin: 8px;
  }
  
  .about-section {
    padding: 50px;
    text-align: center;
    color: white;
  }
  
  .container {
    padding: 0 16px;
  }
  
  .container::after, .row::after {
    content: "";
    clear: both;
    display: table;
  }
  
  .title {
    color: #8A2BE2;
  }
  
  .button {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 8px;
    color: white;
    background-color: #8A2BE2;
    text-align: center;
    cursor: pointer;
    width: 100%;
    border-color:#8A2BE2 ;
  }
  
  .button:hover {
    background-color: #8A2BE2;
    border-color:#8A2BE2 ;
  }
  
  @media screen and (max-width: 650px) {
    .column {
      width: 100%;
      display: block;
    }

  }
    @media(max-width:1000px){
      .im{
        width: 250px; 
        height: 50px;
      }
    }
    @media(max-width:700px){
      .hi{
        font-size: 12px;
      }
  }
  


  
  
  .responsive-cell-block {
    min-height: 75px;
  }
  
  .text-blk {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    line-height: 25px;
  }
  
  .responsive-container-block {
    min-height: 75px;
    height: fit-content;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    justify-content: space-evenly;
  }
  
  .team-head-text {
    font-size: 48px;
    font-weight: 900;
    text-align: center;
  }
  
  .team-head-text {
    line-height: 50px;
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 50px;
    margin-left: 0px;
  }
  
  .container1 {
    max-width: 1255px;
    margin-top: 60px;
    margin-right: auto;
   
    margin-left: auto;
    padding-top: 0px;
    padding-right: 30px;
    padding-bottom: 0px;
    padding-left: 30px;
  }
  
  .card {
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 20px 7px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
    padding-right: 25px;
    padding-bottom: 30px;
    padding-left: 25px;
  }
  
  .card-container {
    width: 310px;
    margin-top: 0px;
    
    margin-bottom: 25px;
    
  }
  
  .name {
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    font-size: 18px;
    font-weight: 800;
  }
  
  .position {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
  }
  
  .feature-text {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    color: rgb(122, 122, 122);
    line-height: 30px;
  }
  
  .social-icons {
    width: 70px;
    display: flex;
    justify-content: space-between;
  }
  
  .team-image-wrapper {
    clip-path: circle(50% at 50% 50%);
    width: 130px;
    height: 130px;
  }
  
  .team-member-image {
    max-width: 100%;
  }
  
  @media (max-width: 500px) {
    .card-container {
      width: 100%;
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 25px;
      margin-left: 0px;
    }
  }