.navbar-brand{
	padding: 5px 5px;
	margin: 0;
}
 
.navbar-brand img{width: 130px;}
 
.navbar {
  padding: 10px 15px;
  align-items: center;
  border-bottom: 1px solid var(--dark-divider-color);
}

.read_btn::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15%;
  right: 0;
  width: 0;
  height: 106%;
  background: var(--btn-bg);
  transform: skew(45deg);
  transition: all 0.4s ease-in-out;
  z-index: -1;
}

.head_bg{
  	background-color: rgba(255, 255, 255, 0.7);
	backdrop-filter: blur(5px);
	border-radius: 0 0 5px 5px;
}

.main-menu ul li a {
  font-family: var(--accent-font);
  font-size: 16px;
  font-weight: 400;
  padding: 15px 14px !important;
  color: #000;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}

.nav-link.active_link{ color: var(--accent-color);}

/* Footer */

.main-footer{
	padding: 20px 0 0 0;
	background: #f4f4f4;
}

.footer-logo{ width:130px;}
.footer-logo img{ width: 100%}
 
.footer-social-link-title h3 {
  font-size: 15px;
  text-transform: capitalize;
  color: var(--primary-color);
}

.footer-social-link-title h3 {
  font-size: 12px;
  text-transform: capitalize;
  color: #acacac;
  font-weight: normal;
} 

.footer-copyright {
  border-top: 1px solid #FFF;
  text-align: left;
  margin-top: 0px;
  padding: 10px 0;
} 

.footer-copyright-text p {
  color: var(--primary-color);
  margin: 0;
  font-size: 12px;
}
 
.footer-copyright-text p a{
  color: var(--primary-color);}

.footer-copyright-text p a:hover{color: var(--accent-color);}

.main-footer .footer-header {
  border-bottom: 1px solid #6A68681A;
  margin-bottom: 0px;
  padding-bottom: 10px;
}

.footer-social-links ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--white-color);
  border-radius: 50%;
  height: 30px;
  width: 30px;
  transition: all 0.3s ease-in-out;
}

.footer-social-links ul li a i {
  font-size: 14px;
  color: var(--accent-color);
  transition: all 0.3s ease-in-out;
}

.footer-social-links {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 15px;
}
.head_bg {
  /* background-color: #d1d1d1; */
  background-color: #fff;
}

@media screen and (max-width:767px) {
.footer-social-links {
  justify-content: start;
}
.nav-link.active_link {
  color: #fff;
}
.mo_pt0{
	padding-top: 0px;
}
}