

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
.mynavbar .navbar-nav .nav-item .nav-link.active {
    border-bottom: 3px solid #315AC5;
}
.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}
body
{
    font-family:roboto-regular;
}
/*font family*/

@font-face {
    font-family: 'roboto-regular';
    src: url('../font/roboto-regular.ttf') format('truetype');
}
@font-face {
    font-family: 'roboto-mediumitalic';
    src: url('../font/roboto-mediumitalic.ttf') format('truetype');
}
@font-face {
    font-family: 'roboto-medium';
    src: url('../font/roboto-medium.ttf') format('truetype');
}
@font-face {
    font-family: 'roboto-bold';
    src: url('../font/roboto-bold.ttf') format('truetype');
}
@font-face {
    font-family: 'roboto-black';
    src: url('../font/roboto-black.ttf') format('truetype');
}
@font-face {
    font-family: 'roboto-thin';
    src: url('../font/roboto-thin.ttf') format('truetype');
}
@font-face {
    font-family: 'roboto-light';
    src: url('../font/roboto-light.ttf') format('truetype');
}
@font-face {
    font-family: 'roboto-italic';
    src: url('../font/roboto-italic.ttf') format('truetype');
}
.italic {
    font-family: 'roboto-italic';
}
.regular {
    font-family: 'roboto-regular';
}
.medium {
    font-family: 'roboto-medium';
}
.semi-bold {
    font-family: 'roboto-bold';
}
.bold {
    font-family: 'roboto-bold';
}
.fs-10
{
    font-size:10px;
}
.fs-12
{
    font-size:12px;
}
.fs-14
{
    font-size:14px;
}
/**/
.btn-register {
    background-color: #315AC5;
    color: white;
    border-radius: 5px;
    font-family: roboto-regular;
    padding:8px 16px;
}
    .btn-register:hover, .btn-register:first-child:active {
        background-color: #234AAF;
        color: white;
    }

.btn-login {
    background-color: transparent;
    color: white;
    border: 1px solid white;
    font-family: roboto-regular;
    padding:8px 16px;
}
    .btn-login:hover, :not(.btn-check) + .btn-login:active{
        background-color: white;
        color: black;
    }
/*.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
    background-color: white!important;
    color: black!important;
}*/
#mynavbar .navbar-nav .nav-item .nav-link {
    color: white;
}
/*banner image*/
.hero-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width:100%;
}
.banner-text
{
    font-size:50px;
    font-family:roboto-bold;
}
/*card section*/
.card-custom {
    border: 1px solid #ddd;
    transition: all 0.3s ease-in-out;
    border-bottom: 5px solid #242424;
    cursor: pointer;
    padding: 50px 20px !important;
}

/*    .card-custom:hover {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        border-bottom: 5px solid #242424;
        transform: scale(1.05);
    }*/

.card-icon {
    background-color: #242424;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px auto;
    color: white;
    font-size: 24px;
    position: absolute;
    top: 0;
    transform: translate(15%, -25px);
    left: 40%;
}
.ericson-background, .bg-dark {
    background-color: #0C0C0C!important;
}
.branding-card .card-title {
    font-size: 20px;
    margin-bottom: 25px;
    font-family:roboto-medium;
}
.branding-card .card-heading {
    font-size: 20px;
    font-family: roboto-regular;
}
.branding-card .card-text {
    font-size: 16px;
    font-family: roboto-regular;
}
.white
{
    color:white;
}
.explore-head
{
    color:white;
    font-size:52px;
    font-family:roboto-bold;
}
.explore-subhead {
    font-size: 52px;
    font-family: roboto-thin;
    color: white;
    line-height: normal;
}
.explore-txt
{
    font-size:52px;
    font-family:roboto-bold;
}
.pointer
{
    cursor:pointer;
}
.image-container {
    position: relative;/*
    display: inline-block;*/
}
.card-overlay-header
{
    font-size:40px;
}
.button-overlay {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}
.button-overlay button {
    font-size:22px;
}
/*.about-head {
    font-size: 46px;
}*/
.about-subhead
{
    font-size:16px;
}
.bg-gray {
    background-color: #F2F2F2;
}
.heading-section {
    font-family: roboto-light;
    font-size: 52px;
    /*padding-top: 2.5rem;*//*
    padding-left: 3rem;*/
}
.heading-section-bold {
    font-family: roboto-medium;
    font-size: 52px;
}
    .bg-blue {
        background-color: #1174E6;
    }
.card-academia .card-heading {
    font-size: 16px;
    font-family: 'roboto-regular';
}
#carouselLife .carousel-indicators {
    margin-bottom: 0rem!important;
}
.footer-back {
    background-image: url('/images/footer-img.png');
    padding: 20px 22px;
    background-repeat: no-repeat;
    background-size: 100%;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #444;
}

.footer-logo svg {
    height: 24px;
    width: 24px;
}

.footer-text {
    font-size: 14px;
}

.footer-icons a {
    font-size: 20px;
}

.testimonial {
    color: white;
    border-radius: 10px;
    position: relative;
    height: 100%; /* Ensure equal height for all testimonials */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .testimonial p {
        font-style: italic;
    }

.testimonial-info {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

    .testimonial-info img {
        width: 50px;
        height: 50px;
        margin-right: 10px;
        object-fit: cover;
    }

    .testimonial-info h5, .testimonial-info p {
        margin: 0;
    }
.image-container {
    position: relative;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 50px; /* Adjust size as needed */
    cursor: pointer;
}

.black-box {
    background-color: #242424;
    padding:40px 20px;
}
/*
.image-container-hover {
    position: relative;
    width: 100%;
    max-width: 500px;
}*/

.overlay-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background-color: #315AC5;
    color: white;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    padding: 20px;
    text-align: left;
}

.image-container:hover .overlay-text {
    opacity: 1;
}
.card-hover-text
{
    font-size:20px;
}
.mobile-btn {
    text-align: end;
}
.thank-you-box {
    /* border-top: 10px solid #315AC5;*/
    /*   padding: 60px 180px;*/
    /*padding: 30px 100px 45px 100px;*/
    /*   height: calc(100vh - 50px);
    align-content: center;*/
   /* display: flex;
    justify-content: center;
    margin: auto;
    align-items: center;*/
}
/*.blue-border {
    border-top: 10px solid #315AC5;
}*/
.text-align-left
{
    text-align:left;
}
    .text-align-center
    {
        text-align:center;
    }
    .reset-link {
        font-size: 22px;
    }
/*after log in block css*/
.white-box {
    box-shadow: 4px 0px 12px 0px #00000040;
    border-left: 4px solid #242424;
}
.pb-40px
{
    padding-bottom:40px;
}
.btn-learning {
    border-radius: 6px;
    border-radius: 6px;
    border-color: #242424;
    font-size: 18px;
    padding: 8px 16px;
    background-color: transparent;
}
    .btn-learning:hover {
        background-color: #242424;
        color:white;
    }
    .pointer-none
    {
        cursor:none;
    }
.accordion-button:focus , .btn:focus
{
    box-shadow:none!important;
}
/*my learning css*/
.learning-banner {
    background-image: url('/images/learning-banner.png');
    background-size: cover;
    background-position: center;
    height: 200px; /* Adjust height as needed */
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: white;
    padding-right: 20px;
}
#learningNav .nav-tabs .nav-link.active {
    border-bottom: 2px solid #315AC5;
}
#learningNav .nav-tabs .nav-link
{
    border:none;
    color:black;
    font-size:20px;
}
#learningNav .card-text {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    white-space: normal;
    height:100px;
}
.course-header {
    background-image: url('/images/automation-banner.png');
    color: white;
    padding: 20px 25px;
    position: relative;
    background-size: cover;
    background-repeat:no-repeat;
}
.course-header-5G {
    background-image: url('/images/5g-fundamental.png');
    color: white;
    padding: 20px 25px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}
.course-header-tele {
    background-image: url('/images/telecomunication-banner.png');
    color: white;
    padding: 20px 25px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}
.course-header-ML {
    background-image: url('/images/ml-banner.png');
    color: white;
    padding: 20px 25px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

    .course-header img {
        max-height: 250px;
        object-fit: cover;
        width: 100%;
    }
.img-details
{
    width:13px!important;
    height:13px;
}
.course-tags div {
    background-color: #fff;
    color: #000;
    border-radius: 25px;
    padding: 2px 9px;
    margin-right: 10px;
    color: #6C6C6C;
}
.course-header-content p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
}
.opacity-3
{
    opacity:0.3;
}

.assessment-section {
    padding: 10px;
    background: rgba(49, 90, 197, 0.10);
    border-radius: 8px;
}
.image-container-details {
    position: relative;
    width: 100%;
    max-width: 100%;
}

    .image-container-details img {
        width: 100%;
        height: auto;
        display: block;
    }

.text-overlay {
    position: absolute;
    bottom:0px;
    left: 20px; /* Adjust this value to move the text left or right */
    color: white;
}
.back-btn
{
    text-decoration:none;
    color:black;
    font-size:18px;
    font-family:roboto-medium;
}
.image-hover-container {
    /*width: 300px;*/ /* Adjust based on your image size */
    /*height: 200px;*/ /* Adjust based on your image size */
    overflow: hidden;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Dark overlay */
    opacity: 0;
    transition: opacity 0.3s ease;
}

.image-hover-container:hover .overlay {
    opacity: 1;
}
.white-box-course {
    background-color: #FFFFFF;
    padding:20px;
}
.launch-course {
    background-color: #F5F5F5;
    padding-bottom:3rem;
}
/*end learning css*/
/*schedule css*/
.blue-box {
    background: #1174E60D;
    padding:15px 19px;
}
.schedule-tbl {
    border-bottom: 2px solid #1174E6;
}
  
    .btn-learning-card {
        border-radius: 5px;
        background-color: #315AC5;
        color: white;
        font-size: 18px;
    }
    .btn-learning-card:hover {
        background-color: #234AAF;
        color: white;
    }
    /*schedule css end*/
    /*ILT CARD 1*/
    #ILTCard .card-header {
        border-bottom: 2px solid #1174E6;
        background: transparent;
    }
/*ILT CARD2*/
#ILTCard2 .card-header {
    border-bottom: 2px solid #1174E6;
    background: transparent;
}
.error-msg {
    font-size: 12px;
    font-family: roboto-light;
    color: #F60303;
    margin-top: 8px;
    margin-bottom:0px;
}
.form-control:disabled {
    background-color: var(--bs-secondary-bg);
    opacity: 0.5;
}
.error-no-assessment {
    font-size: 16px;
    color: #F83B3B;
}
/*Start: Loading ...*/

.center-div {
    width: 300px;
    height: 300px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -150px;
}

.spinner {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}

.loader {
    margin: auto;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #1174E6;
    border-bottom: 16px solid #1174E6;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.inner-div {
    background-color: antiquewhite;
    border-radius: 15px;
    margin: auto;
    padding: 2%;
    width: 150px;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*End: Loading ...*/
/*header css*/
.resp-padIn {
    padding-right: 2rem;
    padding-left: 2rem;
}
.blue-color {
    color: #315AC5!important;
}
.download-img .bi-download::before {
    content: "\f30a";
    color: black;
    font-weight: bold !important;
    font-size: 24px!important;
}
.home-banner {
    background-image: url('/images/home-banner.jpg');
    background-size: cover;
    background-position: center;
    height: 468px; /* Adjust height as needed */
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: white;
    background-repeat:no-repeat;
}
.home-banner-txt {
    width: 50%;
    font-size: 52px;
}
.home-banner-login {
    background-image: url('/images/home-banner.jpg');
    background-size: cover;
    background-position: center;
    height: 262px; /* Adjust height as needed */
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: white;
    background-repeat: no-repeat;
}
/*about us page*/
.about-banner {
    /*    background-image: url('/images/ericsson-academia.png');*/ 
    background-image: url('/images/home-banner.jpg');
    background-size: cover;
    background-position: center;
    height: 600px; /* Adjust height as needed */
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: white;
    padding-left: 30px;
}
.about-banner-txt {
    width: 70%;
    font-size:52px;
    
}
.bg-grey {
    background-color: #F2F2F2;
}
.color-grey
{
    color:#242424;
}
/*.note-padding {
    padding: 20px 20px 100px 20px;
}*/
.padin-bottom
{
    padding-bottom:7rem;
}
.carousel-indicators [data-bs-target] {
    background-color: #6D6D6D!important;
}
/*register success*/
.wrapper-content {
    /*display: flex;
    flex-direction: column;*/
    /*min-height: 100vh;*/
    /*height: calc(100vh - 121px);*/
    display: flex;
    flex-direction: column;
    /* min-height: 100vh; */
    min-height: calc(100vh - 167px);
    justify-content: center;
    border-top: 7px solid #315AC5;
}
.resolution-img {
    color: #6C6C6C;
    font-size:12px;
}
.blue-line {
    border-bottom: 7px solid #315AC5;
}
/*end*/
/*.footer-bottom {
    position: absolute;
    width: 100%;
    bottom: 0;
}*/
.wrapper-height {
    padding-top: 85px;
}
/*.ericson-top 
{
    padding-top:7rem!important;
}*/
/*.eric-branding-responsive {
    height: 300px;
}*/
.ericson-top-margin
{
    margin-top:56px;
}
/*.assessment-wrapper
{
    height:100vh;
}*/

/*log in page css*/
.login-btn {
    background-color: #315AC5;
    color: white;
    border-radius: 5px;
    font-family: roboto-regular;
    font-size:16px;
    padding:8px 20px;
}
.copyright-txt
{
    font-size:12px;
    font-family:roboto-regular;
}
.eric-nav
{
    padding:11px 0px 6px 0px;
}
.ericsion-heading
{
    font-size:40px;
    font-family:roboto-regular;
}
.ericsion-program
{
    font-size:20px;
}
.reg-head {
    color: #242731;
    font-family: roboto-bold;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
}
#carouselLife .carousel-inner {
    height: 300px; /* Adjust the height based on your content */
}

#carouselLife .carousel-item img {
    height: 100%; /* Ensure images fit within the defined height */
    object-fit: cover; /* Scale images to fit without stretching */
}

.cursor-default {
    cursor: default;
}

.profile_name-margin
{
    margin-bottom:80px;
}

.text-white{
    color:#fff;
}
.font-26px
{
    font-size:26px;
}

.white-border-top {
    border-top: 4px solid #2f2f2f;
}
/* nested div inside the container */

.font-size-22
{
    font-size:22px;
}
.EEdge-border-bottom {
    display: inline-block;
    padding-bottom: 30px;
    border-bottom: 1px solid #E0E0E0;
}
.text-gray {
    color: #888;
}

.custom-card {
    transition: all 0.2s ease-in-out;
}

    .custom-card:hover {
        -ms-transform: scale(1.05); /* IE 9 */
        -webkit-transform: scale(1.05); /* Safari 3-8 */
        transform: scale(1.05);
        transition: transform 0.2s ease-in-out;
    }
.course-launch {
    color: #fff;
    text-decoration: auto;
}
.course-launch:hover {
 color: #fff;
text-decoration: auto;
 }

.w-auto
{
    width:auto;
}

.card-d-flex
{
    display:flex;
    align-items:center;
}