/*
*THEME NAME:LCPS Business Courses
*Author: Shariq Niazi
*Version:1
*/

body{
    margin:0px;
    
}
body > .content{
    min-height:calc(100vh - 275px);
    padding-bottom:20px;
}
button{
    height: fit-content;
    padding: 12px;
    border:none;
    font-size:1rem;
}
.btn{
    height: fit-content;
    padding: 12px;
    border:none;
    font-size:1rem;
    border-radius:4px;
}
.btn.btn-primary{
    background-color:var(--e-global-color-primary);
    color:#fff;
    transition:background-color 0.3s ease;
}
a.btn.btn-primary:hover{
    color:#fff;
    background-color:#159f95;
}
.top-bar{
    padding:10px 20px;
}
.top-bar a,.top-bar a:link,.top-bar a:visited{
    color:#ffffff !important;
    text-decoration:none;
    transition:color 0.3s ease;
}
.top-bar a:hover{
    color:var(--e-global-color-accent) !important;
}
.top-bar *{
    color:#ffffff;
}
img.custom-logo{
    max-width:90px !important;
    height:auto !important;
}

footer{
    padding:25px;
    background-color:#242424;
}
footer *{
    color:#ffffff;
}
footer a:link,footer a:visited,footer a{
    color:#ffffff;
    text-decoration:none;
}
footer a:hover{
    color:var(--e-global-color-accent) !important;
}
table{
    width:100% !important;
}
table tr td{
    padding:8px;
    border:1px solid #c3c3c3;
}
ul{
    text-transform:capitalize;
}



#contact_us{
    position:fixed;
    width:416px;
    max-width:100vw;
    height:100vh;
    top:0px;
    left:-416px;
    transition:left 0.4s ease;
    z-index:9999;
}
#contact_us.active{
    left:0px;
}
#contact_us .form_container{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    background-color:#fff;
    height:100%;
    padding:50px 15px 15px;
}

#contact_us .label{
    position:fixed;
    left:-40px;
    top:30%;
    width:fit-content;
    background-color:#fff;
    height:fit-content;
    transform:rotate(90deg);
    padding:10px;
    background-color:var(--e-global-color-primary);
    color:#fff;
}

.grecaptcha-badge{
    display:none !important;
}













