/*
Theme Name: Practice Academy Online
Theme URI: https://webkalp.com
Template: tutorstarter
Author: Ravindra Udgiri
Author URI: https://webkalp.com
Description: Developed for Practice Academy Online
Tags: Education, E-Commerce, Blog, Custom Logo, Grid Layout, One Column, Two Columns, Custom Background, Custom Colors, Custom Header, custom-menu, Featured Images, flexible-header, Full Width Template, Sticky Post, Theme Options, threaded-comments, translation-ready, rtl-language-support, Footer Widgets, Left Sidebar, Right Sidebar
Version: 1.1.1
Updated: 2025-05-17 08:46:23

*/

.navbar .navbar-brand img{max-height:80px }

.navbar {
    max-width: 1280px;
    margin: 0 auto;
    padding: 2px 30px;
    position: relative;
    transition: .3s linear;
    display: grid;
    grid-auto-flow: column;
    grid-gap: 30px;
    align-items: center;
    justify-content: space-between
}

   .footer {
    font-size: 14px;
    background-color: var(--footer-widget-bg-color);
    padding: 50px 0;
    color: white;
  }
  
  .footer .footer-info .logo {
    line-height: 0;
    margin-bottom: 25px;
  }
  
  .footer .footer-info .logo img {
    max-height: 100px;
    margin-right: 6px;
  }
  
  .footer .footer-info .logo span {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    font-family: var(--font-primary);
  }
  
  .footer .footer-info p {
    font-size: 14px;
    font-family: var(--font-primary);
  }
  
  .footer .social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    margin-right: 10px;
    transition: 0.3s;
  }
  
  .footer .social-links a:hover {
    color: #fff;
    border-color: #fff;
  }
  
  .footer h4 {
    font-size: 16px;
    
    position: relative;
    padding-bottom: 12px;
  }
  
  .footer .footer-links {
    margin-bottom: 30px;
  }
  
  .footer .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .footer .footer-links ul i {
    padding-right: 2px;
    color: rgba(0, 131, 116, 0.8);
    font-size: 12px;
    line-height: 0;
  }
  
  .footer .footer-links ul li {
    color:#fff;
    padding: 5px 0;
    display: flex;
    align-items: center;
  }
  
  .footer .footer-links ul li:first-child {
    padding-top: 0;
  }
  
  .footer .footer-links ul a {
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
    text-decoration: none;
  }
  
  .footer .footer-links ul a:hover {
    color: #fff;
  }
  
  .footer .footer-contact p {
    line-height: 26px;
  }
  
  .footer .copyright {
    float:left;
  }
  
  .footer .credits {
    padding-top: 4px;
    text-align: center;
    font-size: 13px;
  }
  
  .footer .credits a {
    color: #fff;
  }

.footer .privacy-links{
float:right;color:#fff
}
.footer .privacy-links a{
  color:#fff
  } 