@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: 'NeueHaasUnicaLight';
  src: url('fonts/Neue-Haas-Unica-W1G-Light.otf') format('opentype');
  font-display: swap;
}
@font-face {
  font-family: 'NeueHaasUnicaReg';
  src: url('fonts/Neue-Haas-Unica-W1G-Regular.otf') format('opentype');
  font-display: swap;
}
@font-face {
  font-family: 'NeueHaasUnicaMed';
  src: url('fonts/Neue-Haas-Unica-W1G-Medium.otf') format('opentype');
  font-display: swap;
}
@font-face {
  font-family: 'NeueHaasUnicaBold';
  //font-weight: bold;
  src: url('fonts/Neue-Haas-Unica-W1G-Bold.otf') format('opentype');
  font-display: swap;
}

*:focus{
    outline: 0 !important;
}


body{
	font-family: 'NeueHaasUnicaLight', sans-serif;
	font-size:15px;
	line-height:1.8em;
	background:#ffffff;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center top;
	-webkit-font-smoothing: antialiased;
	color: #343a40;
	position: relative;
}

.text-NeueHaasUnicaBold{
	font-family: 'NeueHaasUnicaBold', sans-serif;
}
.text-NeueHaasUnicaMed{
	font-family: 'NeueHaasUnicaMed', sans-serif;
}

.text-color1{
	color: #b3b3b3;/* light gray color */
}

/*----------- scroll top btn css -----------*/
button.scroltop { 
	height: 80px;  
	width: 55px;
	background: transparent;  
	border: none;
	color: #000;
	font-size: 8px;
	line-height: 16px;
	font-weight: bold;
	margin: 0; 
	padding: 0;    
	cursor: pointer;    
	display: none;    
	text-align: center;  
	z-index: 999;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	/*left: auto;
    right: 10px;*/
	left: 50%;
	margin-left: 519px; /*half the width*/
	
}
button.scroltop i{
	display: block;
    font-size: 18px;
    line-height: 23px;
}

/*** 

====================================================================
	Navbar CSS
====================================================================

 ***/
.navbar-brand{
	font-family: 'NeueHaasUnicaMed', sans-serif;
}
.main-navbar .dropdown-menu{
	border: none;
}
.main-navbar .dropdown-item{
	padding: 0 0 10px;
	font-size:14px;
}
.main-navbar .nav-link{
	padding: .25rem 0rem;
}
.main-navbar .dropdown-item{
	color: rgba(0,0,0,.5);
}
.main-navbar .dropdown-item:hover{
	color: #000;
}
.main-navbar .nav-link:hover{
	color: #000 !important;
}
.main-navbar .active>.nav-link{
	color: #000 !important;
}
.main-navbar .navbar-collapse{
	right: 0;
	top: 60px;
}
.main-navbar .navbar-nav{
	width: 260px;
}

.main-navbar .dropdown-item:active { background: none !important; }
.menu-categories{ display: none; }

.logo-menu-divider{
	font-size:19px;
}
.logo-categories {
    margin-top: 4px;
}

/*** 

====================================================================
	Home Page CSS
====================================================================

 ***/
.homepage .page-link{
	color: #c3c3c3;
	border: none;
}
.homepage .page-item.active .page-link{
	background-color: #c3c3c3;
    border-color: #c3c3c3;
}
.msgShow{display: none;}

.keywords-container{
	margin-top: -4px;
}

/*** 

====================================================================
	About Page CSS
====================================================================

 ***/
.about-content p{
	font-size: 20px;
}

/*** 

====================================================================
	Project Page CSS
====================================================================

 ***/
@keyframes glowing {
  0% { box-shadow: 0 0 -10px #fff; }
  40% { box-shadow: 0 0 22px #fff; }
  60% { box-shadow: 0 0 22px #fff; }
  100% { box-shadow: 0 0 -10px #fff; }
}
.projects-list{
	display: none;
}
.youtube-icon img{
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}
.youtube-icon span{
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    font-size: 24px;
    background: #000;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding-left: 6px;
	margin-left: -50px;
}
.youtube-icon span{
    animation: glowing 2500ms infinite;
}

/*** 

====================================================================
	Responsive CSS
====================================================================

 ***/
@media (min-width: 200px) {
	button.scroltop { 
		margin-left: 105px;
	}
}
@media (min-width: 360px) {
	button.scroltop { 
		margin-left: 125px;
	}
}
@media (min-width: 475px) {
	button.scroltop { 
		margin-left: 219px;
	}
}
@media (min-width: 768px) {
	button.scroltop {
		margin-left: 305px;
		height: 35px;  
	}
}
@media (min-width: 1000px) {
	button.scroltop {
		margin-left: 428px;
		height: 30px;  
	}
}
@media (min-width: 1200px) {
	button.scroltop {
		margin-left: 519px;
		height: 120px;  
	}
}

@media (min-width: 1380px) {
	/*========= About Page - Footer border top margin ==========*/
	.about-footer-border{
		margin-top: 100px;
	}
}

@media (max-width: 1199px) {
	.logo-categories, .logo-menu-divider{
		display: none;
	}
	.menu-categories{
		display: block;
	}
}
