/* Custom Style Sheet */

.header .logo img {
	max-height: 100px;
}
.navmenu a {
	font-weight: 500;
	font-size: 15px;
}
.navmenu a, .navmenu a:focus {
	font-size: 15px;
	font-weight: 500;
}
.hero .hero-cta .btn-link i {
	font-size: 22px;
}

.header {
	background-color: #fff;
}

.topbar {
    background-color: var(--accent-color);
    height: 40px;
    padding: 0;
    font-size: 14px;
    transition: all 0.5s;
}
.topbar .contact-info {
    color: #fff;
    font-weight: 500;
}
.topbar .contact-info a {
    color: #fff;
    font-weight: 500;
}
.topbar .contact-info a:hover {
    color: #fff;
}
.topbar .social-links a {
    color: #fff;
    margin-right: 10px;
}
.topbar .social-links a i {
    font-size: 16px;
}
.topbar .social-links a i:hover {
    color: #012169;
}
.topbar .social-links a i {
    color: #fff;
}

.footer {
	background-color: #012169;
}
.footer-contact p {
	color: #fff;
}
.footer-links {
  padding-left: 50px;
}
.footer .footer-links ul a {
	color: #fff;
}

.footer .social-links a {
	color: #fff;
	border: 1px solid #fff;
}
.footer .copyright {
	color: #fff;
	border-top: 1px solid #fff;
}
.footer .footer-about .logo img {
	max-height: 100px;
}
.footer .footer-about p {
	font-family: Arial, Helvetica, sans-serif;
}
.hero .hero-image-wrapper .stat-card {
	background-color: #fff;
}
.hero .hero-image-wrapper .stat-card .stat-label {
	color: #012169;
}
.services .service-card {
	background-color: #fff;
}
.clients {
	background-color: #f8f5f4;
}
.stats {
	background-color: #012169;
}
.stats .section-title p{
	color: #fff;
}
.stats .stats-card .stats-content p {
	color: #012169;
}
/* ===== Buttons Css ===== */
.call-action-one .call-action-content .call-action-btn .primary-btn {
  background: var(--default-color);
  color: #fff;
  box-shadow: var(--shadow-2);
  width: 50%;
  padding: 10px 0px;
  font-size: 18px;
  border-radius: 50px;
}
.call-action-one .call-action-content .call-action-btn .primary-btn a{
	color: #fff;
}
/*===== call action one =====*/
.call-action-one {
  background-color: var(--accent-color);
  padding-top: 50px;
  padding-bottom: 100px;
}
.call-action-one .call-action-content .call-action-text {
  margin-top: 50px;
}
.call-action-one .call-action-content .call-action-text .action-title {
  font-weight: 600;
  color: #fff;
  font-size: 2rem;
}
.call-action-one .call-action-content .call-action-text .text-lg {
  color: #fff;
  margin-top: 16px;
  font-size: 16px;
}
.call-action-one .call-action-content .call-action-btn {
  margin-top: 50px;
}

/*===========================
  card-01 css
===========================*/
.single-card {
  box-shadow: var(--shadow-1);
  border-radius: 8px;
  overflow: hidden;
  margin-top: 30px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.single-card:hover {
  box-shadow: var(--shadow-4);
}
.single-card .card-image img {
  width: 100%;
  height: 100%;
}
.single-card .card-content {
  padding: 16px;
}
.single-card .card-content .card-title {
  margin-bottom: 0;
  font-weight: 700;
  color: var(--accent-color);
  font-size: 22px;
}
.single-card .card-content .card-title a {
  color: var(--black);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.single-card .card-content .card-title a:hover {
  color: var(--primary);
}
.single-card .card-content .text {
  color: var(--dark-3);
  margin-top: 8px;
  font-size: 14px;
}
.section-title {
  padding-bottom: 10px;
}
.starter-section-content-2 {
  margin: 5px 0;
  padding: 20px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
}
.starter-section-content-2 h3 {
  font-size: 22px;
  color: var(--accent-color);
  margin-bottom: 20px;
  font-weight: 600;
  padding-left: 20px;
}
.starter-section-content-2 p {
  padding-left: 20px;
}
.footer-about {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}

.footer .footer-about p strong {
  color: var(--heading-color);
  font-weight: 600;
  font-size: 16px;
}