/* Add here all your CSS customizations */
.hidden {
  display: none;
}


.page-header.page-header-modern.page-header-background.page-header-background-md {
	padding: 160px 0;
}

.page-header .breadcrumb > li {
	font-size: 1rem;
}

.page-header.page-header-modern h1 {
    font-size: 40px;
}

.page-header h1 {
	font-weight: 600;
	letter-spacing: 0.6px;
}

@media (min-width: 992px) {
	#header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a, #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a {
		color: #000;
		font-size: 1rem;
		letter-spacing: 0.2px;
	} 
}

#header .header-logo img {
	width: 140px;
	height: auto;
}

p.lead {
    color: #000;
    font-weight: 400;
}

.company-experience .experience-columns {
	display: flex;
	justify-content: space-between;
}

.experience-column {
	flex: 1;
}

.company-experience .experience-item {
	margin-bottom: 20px;
	text-align: center;
	border: 1px solid whitesmoke;
	padding: 20px
}

.company-experience .experience-item i {
	font-size: 32px;
	margin-bottom: 10px;
	color: #00a2dd;
}

.company-experience .experience-item h3 {
	margin-bottom: 5px;
	color: #001d4a;
	font-size: 1.2rem;
	font-weight: 600;
}

.company-experience .experience-item p {
	margin: 0;
	color: #666;
}

.section-title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #333;
}

.mission, .vision, .values {
	background-color: #f9f9f9;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 20px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.mission i, .vision i, .values i {
   display:none;
}

.mission h3, .vision h3, .values h3 {
	font-size: 20px;
	color: #00a2dd!important;
	font-weight: 600;
	margin-bottom: 10px;
}

.mission p, .vision p, .values p {
	color: #666;
}

video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    object-position: center;
    object-fit: cover;
    filter: brightness(0.7);
}

.sort-source.sort-source-style-3 > li > a {
    color: #000;
    font-size: 0.8rem!important;
    font-weight: 500;
}

.btn-modern {
    text-transform: uppercase;
    font-size: 0.8rem;
    padding: 12.8px 24px;
    padding: 1rem 2.4rem;
    font-weight: 600;
    letter-spacing: 0.8px;
}


/* Style for social links */
.social-links {
  list-style: none;
  padding: 0;
}
.social-links li {
  display: inline-block;
  margin-right: 10px;
}
.social-links li:last-child {
  margin-right: 0;
}
.social-links a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
}

.parallax-background {
	background-position: bottom;
	transform: initial!important;
	background-position-x: initial!important;
	filter: brightness(0.6);
}

.thumb-info .thumb-info-wrapper {
	border: 6px solid #d1d4db;
}