/*--font-family: 'Montserrat', sans-serif;--*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700&amp;display=swap');

/*-- Small devices (landscape phones,359px and up)--*/
@media screen and (max-width:320px)  {
	
}
/*-- Small devices (landscape phones, 576px and up)--*/
@media (min-width: 320px) and (max-width: 767.98px) {
	.nav-info {
		font-size: .83rem;
		font-weight: 500;
		vertical-align: middle;
		margin: 5px 0;
	}
	.nav-info img {
		width: 18px;
		margin-right: 3px;
	}
	.nav-info .search-sec img {
		width: 30px;
		margin-right: 0px;
	}
	.nav-info a {
		margin-right: 10px;
	}
	#about-sec {	
		background:none;
	}
	#about-sec .arow-img{
		position: absolute;
		right: 20px;
		bottom: 10px;
		animation-duration: 1.5s;
		animation-iteration-count: infinite;
		width: 170px;
	}
 }

/*-- Medium devices (tablets, 768px and up)--*/
@media (min-width: 768px) and (max-width: 1023.98px) {	
	.nav-info {
		font-size: 1.3rem;
		font-weight: 500;
		vertical-align: middle;
		margin: 5px auto;
	}
}

/*-- Large devices (desktops, large desktops, 1024px and up)--*/
@media (min-width: 1024px) { 
	.navbar-theme .dropdown .dropdown-menu {
		border-top: 4px solid rgba(255, 255, 255, 0.2);
		border-left: 0;
		display: block;
		position: absolute;
		box-shadow: 0 2px rgba(17, 16, 15, 0.1), 0 2px 10px rgba(20, 19, 18, 0.1);
		background: #320d72;
		top: 48px;
	}
	
}
