/*
Theme Name: Twenty Twenty-Five Child
Theme URI: https://example.com/
Description: Child theme for Twenty Twenty-Five
Author: Your Name
Author URI: https://example.com/
Template: twentytwentyfive
Version: 1.0
Text Domain: twentytwentyfive-child
*/

/* Add your custom CSS below */




body{
	font-family: "Open Sans", sans-serif;
    font-weight: 400;
}
*, *::before, *::after{
	box-sizing: border-box;
}
 a {
    outline: none !important;
}
.logo img {
    max-width: 240px;
}
h1.wp-block-post-title {
    display: none;
}
h2.learning-title {
    font-family: "Roboto Slab", serif;
}
.poppins{
	font-family: "Poppins", sans-serif;
   font-weight: 700;
}
.wrapper {
    max-width: 1160px;
    width: 100%;
}
.access-here-btn a {
    display: flex;
    width: 145px !important;
    justify-content: center;
}
.access-here-btn a:hover {
background: #fabf11 !important;
color: #fff !important;
}
.banner-img img, .hal-block-img img {
    width: 100%;
}
.journey-title {
	font-family: "Poppins", sans-serif;
   font-weight: 700;
    margin: 50px 0 25px;
}
.sep-title::after{
	content: "";
    display: block;
    margin: 30px auto 50px;
    height: 6px;
    max-width: 65px;
    background: #c49b5a;
    border-radius: 10px;
}
  
.journey-descp {
    margin: 0 auto;
    max-width: 360px;
     font-family: "Poppins", sans-serif;
   font-weight: 400;

}
.login-wrap .login-columns {
    height: 100vh;
}
.login-left-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.form-container {
    margin: 0;
    max-width: 735px;
    box-shadow: 0px 3px 18px #0000001C;
    border-radius: 0 15px 15px 0;
    padding: 55px 20px;
    width: 100%;
    background: #fff;
}
.tml.tml-login .tml-log-wrap .tml-label, .tml.tml-login .tml-pwd-wrap .tml-label,
.tml.tml-register .tml-field-wrap .tml-label, .tml.tml-register .tml-field-wrap .tml-label ,
.tml-lostpassword .tml-field-wrap .tml-label{
    display: inline-block;
    background: #fff;
    margin: 0;
    color: #c49b5a;
    font-size: 12px;
    font-family: Poppins !important;
    padding: 0 10px;
    position: absolute;
    left: 20px;
    top: -12.5px;
}
 .form-container .tml.tml-login,
 .form-container .tml.tml-register, 
 .tml-lostpassword {
    max-width: 440px;
    width: 100%;
    margin: 0 auto;
}
.form-container .tml.tml-login {
    position: relative;
}
.tml .tml-field-wrap {
    margin-bottom: 30px;
    position: relative;
}

.tml.tml-login .tml-field , .tml.tml-register .tml-field, .tml-lostpassword .tml-field {
    width: 100%;
    background: #F4F4F4 0% 0% no-repeat padding-box;
    border: 1px solid #bfbfbf;
    border-radius: 6px;
    opacity: 1;
    height: 50px;
    letter-spacing: 0px;
    color: #333e49;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
}
.tml.tml-login .tml-field , .tml.tml-register .tml-field,
.tml-lostpassword .tml-field {
    background: #fff;
    padding-left: 30px;
    color: #4d4d4d;
    font-size: 16px;
    font-family: Poppins !important;
}
.tml-field-wrap.tml-rememberme-wrap {   
    text-align: left;
}
.tml-field-wrap.tml-rememberme-wrap {
   display: flex;
    align-items: center;
    bottom: 0;
    margin: 0px;
     margin-bottom: 20px;
}
.tml.tml-login .tml-button,
 .tml.tml-register .tml-button,
  .tml-submit-wrap .tml-button  {
    background: #ff7a03 0% 0% no-repeat padding-box;
    border-radius: 6px;
    border: 0;
    width: 100%;
    letter-spacing: 0px;
    color: #fff;
    opacity: 1;
    height: 50px;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
}
.tml.tml-login .tml-button,
 .tml.tml-register .tml-button,
 .tml-submit-wrap .tml-button  {
    background: #c49b5a 0% 0% no-repeat padding-box;
    font-family: Poppins !important;
    font-size: 14px;
    font-weight: 700;
    max-width: 210px;
    margin: 0 auto !important;
    display: block;
}
.tml-field-wrap.tml-rememberme-wrap label  {
    font-family: Poppins !important;
    font-size: 12px !important;
    color: #4d4d4d;
}
.tml-field-wrap.tml-pwd-wrap {
    margin-bottom: 15px;
}
ul.tml-links {
    list-style: none;
    padding: 0;
    position: absolute;
    right: 0;
    bottom: 105px;
    font-family: Poppins !important;
    font-size: 12px;
    margin: 0;
}
ul.tml-links a {
    color: #333;
    text-decoration: none;
}
.register-link {
    padding: 0;
}
.register-link {
    color: #4d4d4d;
    font-size: 12px;
    font-family: Poppins !important;
}
.register-link a {
    color: #c49b5a;
    border-bottom: 1px dashed;
    text-decoration: none;
}
.footer-descp {
    max-width: 525px;
    margin: 0 auto;
}
.social-icons-wrap li {
    border: 2px solid #000;
    
}
.social-icon a {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 24px;
}
.social-icons-wrap li:hover {
    transform: scale(1) !important;
    opacity: 0.8;
}
p.description.indicator-hint, .tml-reg_passmail-wrap p {
    color: #4d4d4d;
    font-size: 12px;
    font-family: Poppins !important;
    text-align: center;
}
.tml-register ul.tml-links,  
.tml-lostpassword ul.tml-links {
    display: none;
}
.tml .tml-error, .tml-lostpassword .tml-message {
    border-left-color: #dc3232;
    font-size: 14px;
    color: #4d4d4d;
    font-family: Poppins !important;
    
}
li.tml-register-link {
    display: none;
}
.logged-out-nav li a,
.logged-in-nav li a{
    text-decoration: none !important;
}


.logged-in .logged-out-nav {
    display: none;
}
.logged-in .logged-in-nav {
    display: block !important;
}
.logged-in-nav {
    display: none !important;
}