{
	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; 
}
@media(max-width:700px){
    h1{
        font-size: 30px;
    }
}



*{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/contact.jpg);

   
}

.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%}
	 

	 
	 @media(max-width:700px){
		 .col-md-6 iframe{
			 width:300px;
			 height:300px;
		 }
	 }
     @media(max-width:1000px){
        .col-md-6 iframe{
			width:300px;
			 height:300px;
        }
    }

@media(max-width:1200px){
   .col-md-6 iframe{
	width:300px;
			 height:300px;
   }
}
.new{
    color:#8A2BE2;
}


.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;
}
@media(max-width:1000px){
	.im{
		width: 250px; 
		height: 50px;
	}
}

@media(max-width:700px){
	.hi{
		font-size: 12px;
	}
}
