/*============================================================================================
	Footer Area
==============================================================================================*/

.footer-area {
    background: linear-gradient(#ffffff, var(--primary-color-opa)), url(../../../images/bg/footer-bg-one.jpg) no-repeat center center fixed;
    background-size: cover;
}
.footer-top {
  padding-bottom: 44px;
  padding-top: 4px;
}
.footer-widget {
  margin-top: 40px;
}
.footer-widget-title {
  font-size: 20px;
  line-height: 150%;
  border-radius: 6px;
  display: block;
  position: relative;
  padding: 12px 12px 12px 20px;
  z-index: 2;
  margin-bottom: 32px;
}
.footer-widget-title::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 24px;
  background: var(--secondary-color);
  left: 0;
  top: 14px;
  z-index: -1;
}
.footer-widget-title::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  left: 0;
  top: 0;
  border-radius: 6px;
  opacity: 0.1;
  z-index: -1;
}
.quick-links-inner {
  margin-left: 20px;
}
.footer-widget ul li {
  margin-bottom: 28px;
}
.footer-widget ul li:last-child {
  margin: 0;
}
.footer-widget ul li img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin-right: 12px;
}
/* .footer-widget ul li a {

} */
.footer-widget ul li a:hover {
  color: var(--secondary-color);
}
.footer-contact-widget {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
}
.footer-contact-widget:last-child {
  margin-bottom: 0;
}

.pathshala_logo2 img {
  border-radius: 4px;
  padding: 10px;
  width: 100%;
}

.footer-contact-icon {
  width: 30px;
  min-width: 30px;
  height: 30px;
  border-radius: 10px;
  background: #fff;
  text-align: center;
  line-height: 30px;
  align-items: center;
    justify-content: center;
    display: flex
;
}
.footer-contact-icon i{
  color: var(--primary-color);
}
.footer-contact-icon img {
  width: 20px;
  height: 20px;
  object-fit: cover;
}
.footer-contact-text {
  margin: 0;
  font-weight: 600;
  color: var(--white-color);
  line-height: 150%;
}
.footer-contact-info a {
  display: block;
  font-weight: 600;
  line-height: 150%;
}
.footer-contact-info a:hover {
  color: var(--secondary-color) !important;
}
.footer-contact-info ul li {
  margin-bottom: 0;
  line-height: 150%;
  color: var(--hints-color);
  font-weight: 600;
}
.footer-contact-info ul li span {
  color: var(--white-color);
  font-weight: 700;
  margin-left: 4px;
}
.footer-bottom2 {
  padding: 12px 0px;
  background: #fff
}
.footer-social {
  float: left;
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer-social span {
  color: var(--hints-color);
}
.footer-social ul li {
  display: inline-block;
  margin-right: 12px;
}
.footer-social ul li:last-child {
  margin: 0;
}
.footer-social ul li img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.footer-copyright-text {
  color: var(--white-color);
  margin-bottom: 4px;
}
.footer-copyright span {
  color: var(--hints-color);
}
.footer-copyright a {
  margin-left: 6px;
  font-weight: 600;
  color: #2267aa;;
}
.footer-copyright .call-link {
    color: #9d9d9d;
    font-weight: normal;
}
.footer-copyright a:hover, .footer-copyright .call-link:hover{
  color: var(--secondary-color);
}
.footer-copyright span {
  margin-top: -20px;
  display: block;
}
.footer-copyright .copyright{
  text-align: right;
}
.footer-copyright .copyright p{
  display: inline-block;
}

.useful-links a{
  margin-bottom: 15px;
  transition: 0.5s ease;
  font-size: 0.9rem;
}
.useful-links a:hover{
  color: var(--secondary-color);
}
.useful-links a i{
  margin-right: 5px;
}
#current_visitor, #current_visitor div{
  display: inline-block;
} 


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-copyright {
    text-align: center;
  }
  .footer-social {
    float: initial;
    justify-content: center;
    margin-top: 20px;
    border-top: 1px solid #ddd3;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .quick-links-inner {
    margin-left: 0;
  }
  .footer-widget ul li {
    margin-bottom: 20px;
  }
  .footer-widget ul li a {
    font-size: 15px;
  }
  .footer-widget-title {
    font-size: 18px;
    margin-bottom: 18px;
  }
  .footer-contact-icon {
    width: 56px;
    height: 56px;
    line-height: 56px;
    min-width: 56px;
  }
  .footer-contact-widget {
    margin-left: 0;
  }
  .footer-contact-icon img {
    width: 24px;
    height: 24px;
  }
  .footer-contact-text {
    font-size: 14px !important;
  }
  .footer-contact-info a {
    font-size: 14px;
  }
  .footer-contact-info ul li {
    font-size: 14px;
  }
  .footer-social span {
    display: none;
  }
  .footer-social {
    float: inherit;
    justify-content: center;
    margin-top: 16px;
    border-top: 1px solid #dddddd2b;
    padding-top: 16px;
  }
  .footer-social ul li img {
    width: 24px;
    height: 24px;
  }
  .footer-copyright-text {
    font-size: 14px !important;
  }
  .footer-copyright span {
    font-size: 14px !important;
  }
  .footer-copyright {
    text-align: center;
  }
}

.pathshala_logo2 img
{
    border-radius: 4px;
    padding: 10px;
    background: #ffffff99;
    box-shadow: none;
    
}

@media only screen and (max-width: 767px) {

  .pathshala_logo2 img{
    border-radius: 4px;
    padding: 10px;
    background: transparent;
    box-shadow: none;
    margin: 10px 0px 0px 0px;
    
  }
}

/*============================================================================================
	End Footer Area
==============================================================================================*/
