*
{
	margin: 0;
	padding: 0;
}

/* HEADER AND MENU */
#nav-bar
{
	position: sticky;
	top: 0;
	z-index: 10;
}

.navbar-brand img
{
	height: 30px;
	padding-left: 20px;
}

.navbar-nav li
{
	padding-right: 20px; 
}

.navbar-nav li a
{
	float: right;
	text-align: left;
}

#nav-bar ul li a:hover
{
	color: #004f98!important;
}

.navbar
{
	background: #000000;
	min-height: 50px;
}

.navbar-toggler
{
	border: none!important;
	color: white;
	position: relative;
}

.nav-link
{
	color: #FFFFFF!important;
	font-weight: 700;
	font-size: 15px;
}

/* ABOUT US */
#aboutus
{
	position: relative;
	width: 100%;
	padding: 50px;
	background: #FFFFFF;
}

#aboutus h2
{
	color: #000000;
	font-weight: 500;
	padding-bottom: 30px;
	font-size: 30px;
	text-transform: uppercase;
	text-align: center;
	background: #FFFFFF;
}

#aboutus p
{
	color: #000;
	text-align: justify;
	font-size: 15px;
	font-weight: 400;
	padding-left: 300px;
	padding-right: 300px;
}

.article
{
	background-color: #fff;
	width: 100%;
}

/* GALLERY */
.heading 
{
	text-align: center;
	padding-top: 20px;
	background: #FFFFFF;
	padding-bottom: 20px;
	color: #FFFFFF;
	font-size: 25px;
	font-weight: 500;
}

.tz-gallery
{
    padding: 30px;
	background: #FFFFFF;
}

.tz-gallery .lightbox img
{
    width: 100%;
    margin-bottom: 30px;
    transition: 0.2s ease-in-out;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}


.tz-gallery .lightbox img:hover
{
    transform: scale(1.05);
	filter: saturate(1.8);
    box-shadow: 0 8px 15px rgba(0,0,0,0.3);
}

.baguetteBox-button
{
    background-color: transparent !important;
}

@media(max-width: 768px)
{
    body
	{
        padding: 0;
    }

    .container.gallery-container
	{
        border-radius: 0;
    }
}

/*companies*/

#companies
{
	
	position: relative;
	padding: 10px;
	background: #FFFFFF;
	padding-left: 50px;
	padding-right: 50px;
}
#companies h2
{
	color: #000000;
	font-weight: 500;
	font-size: 30px;
	text-transform: uppercase;
	text-align: center;
	background: #FFFFFF;
	padding-bottom: 30px;
	padding-top: 30px;
}

.clients 
{
	background-color: #FFFFFF;
	padding-left: 50px;
	padding-right: 50px;
}
.clients img 
{
	width: 80%;
	transition: all 0.4s ease-in-out;
	padding-bottom: 30px;
}
  .clients img:hover 
{
	transform: scale(1.15);
}
@media (max-width: 768px) {
	.clients img {
	  max-width: 100%;
	}
}
@media only screen and (max-width: 800px)
{
    .circle
    {
	   display: none;
    }

}

/* Top Message */
.section-title {
	padding: 60px 0;
	text-align: center;
	padding-bottom: 30px;
  }
  .section-title h2 {
	font-size: 30px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
  }
.about .content h3 {
	font-weight: 600;
	font-size: 23px;
}
  .about .content p {
	margin-bottom: 10;
	text-align: justify;
}

/* FOOTER */
.footer
{
	width: 100%;
	background: #000;
	display: block;
}

.footer-bottom
{
	padding: 10px;
	background: #001a4d;
	color: #C4C4C4;
	font-size: 10px;
	text-align: center;
}

@media screen and (max-width: 1085px)
{
	.footer-items
	{
		width: 50%;
		font-size: small;
	}
	.circular--square{
		width: 300px;
		height: 300px;
	}
	#aboutus p{
		padding-left: 50px;
		padding-right: 50px;
	}
}

@media screen and (max-width: 600px)
{
	.footer-items
	{
		width: 100%;
		font-size: small;
	}
	#aboutus p{
		padding-left: 25px;
		padding-right: 25px;
	}
}