@import('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
font-family: "Poppins", sans-serif !important;
}
@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0px rgba(70, 4, 4, 0.8);
    }

    100% {
        box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);
    }
}

@keyframes shadow-pulse1 {
    0% {
        box-shadow: 0 0 0 0px rgba(100, 3, 3, 0.8);
    }

    100% {
        box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);
    }
}

.play-icon {
    position: absolute !important;
    width: 100%;
    height: auto;
    top: 60% !important;
    left: 50% !important;
    opacity: 1 !important;
    z-index: 99 !important;
    transform: translate(-50%, -50%) !important;
    border-radius: 9999px;


}

.play-icon img {
    width: 55px !important;
    height: 55px !important;
    background-color: rgb(255, 5, 5) !important;
    -webkit-animation: shadow-pulse1 1.5s infinite;
    animation: shadow-pulse1 1.5s infinite;
    border-radius: 50% !important;
}


/* about kl online  */

.about-kl {
    width: 100% !important;
    padding: 50px 0 !important;
    background-image: linear-gradient(90deg, #b00606 60%, #f8f8f8 40%);
    width: fit-content;
}


/* .kl-edge,.about-inner {
    padding: 20px 0 !important;
  } */
.klonline-tag {
    text-align: right;
    position: absolute;
    bottom: 150px;
    left: 0;

}

.klonline-tag p {
    text-align: right;
    color: #db0909 !important;
    font-size: 25px !important;
    opacity: 1;
    transform: rotate(-90deg);
    bottom: 0;
}

.about-inner {
    padding-right: 100px !important;
}

.about-inner ul {
    margin-left: -35px !important;
}

.about-inner ul li {
    color: #fff !important;
    list-style: none;
    font-size: 14px !important;

}

.about-inner ul li:before {
    /* content: 'âœ“';
    padding-right: 10px !important; */
}

.about-inner h2 {
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 40px !important;
}

.about-inner p {
    color: #fff !important;
    font-size: 16px !important;
}

.kl-edge {
    margin-top: 50px !important;
}

.edge-card {
    width: 45% !important;
    margin: 5px !important;
    float: left;

}

.edge-card h5 {
    color: #c61b1b;
    font-size: 5rem !important;
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 700 !important;
    font-style: normal;

}

.edge-card h5 small {
    color: #c61b1b !important;
    margin-left: -10px;
    font-size: 25px !important;
}

.edge-card p {
    font-size: 18px !important;
}

@media (max-width:791.5px) {
    .klonline-tag p {
        color: #b50616 !important;
        text-align: center;
        margin-top: 20px;
        opacity: 0.7;
    }

    .about-kl {
        width: 100% !important;
        height: 100% !important;
        padding: 10px !important;
        background-image: linear-gradient(180deg, #ac0606 60%, #ddd 40%);
    }

    .kl-edge,
    .about-inner {
        padding: 5px !important;
    }

    .edge-card {
        width: 45% !important;
        margin: 5px !important;
        float: left;
        /* text-align: center; */

    }
}

/* ranking and Accreditation  */

.ranking {
    width: 100% !important;
    padding: 50px 0 !important;
    /* background-image: linear-gradient(90deg, #efefef 60%, #2c2c2c 40%); */
    background: #f2eee8;
    background-repeat: no-repeat;
    background-size: cover;
    width: fit-content;
    z-index: 1;
}


.ranking h2 {
    color: #c61b1b;
    padding: 10px 0 !important;
    font-size: 35px !important;
    font-weight: 600 !important;
}

.r-card {
    margin: 5px !important;
    display: flex;
    justify-content: space-between;

}

.r-card-inner {
    width: 200px !important;
    height: auto !important;
    background: #fff !important;
    margin: 5px !important;
    text-align: center;
}

.r-card-inner img {
    width: 120px !important;
    height: 120px !important;
    padding: 10px !important;
}

.rank-section .rank-box {
    padding: 20px 0;
}


.rank-section .rank-box .ranks {
    border: 2px solid rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    display: flex;
    /* margin-bottom: 35px; */
    margin: 10px !important;
}

.rank-section .rank-box .ranks .rank-no {
    position: absolute;
    background-color: #efefef;
    color: #a70c0c;
    font-size: 45px;
    margin-top: -35px;
    padding: 0 10px;
    font-weight: 700;
}

.rank-section .rank-box .ranks .rank-content {
    padding: 20px;
    min-height: 170px;
    font-weight: 500;
    font-size: 20.2709px;
    line-height: 28px;
    color: #000000;
    display: flex;
    align-items: center;
    text-align: center;
}


.rank-section .rank-box .ranks .rank-logo {
    background-color: #f2eee8;
    bottom: -55px;
    position: absolute;
    padding: 20px;
    max-width: 65%;
    overflow: hidden;
}



@media (max-width:791.5px) {
    .ranking {
        background: #efefef;

        /* background-image: linear-gradient(180deg, #efefef 60%, #2c2c2c 40%) !important; */
    }

    .rank-section .rank-box .ranks .rank-content {
        /* margin-top: -40px; */
        font-size: 25px !important;
        min-height: 200px;
        z-index: 1 !important;
    }

    .rank-section .rank-box .ranks .rank-logo img {
        width: 100%;
        z-index: -1 !important;
    }

}

/* kl online advantages  */

.kl-online-advantages {
    width: 100% !important;
    height: 100% !important;
    padding: 100px 0 !important;
    /* background: #b40303 !important; */
    /* background: #181717 !important; */
    background-image: url('../images/choose-course1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.kl-online-advantages h2 {
    color: #fff !important;
    padding: 10px 0 !important;
    font-size: 35px !important;
    font-weight: 600 !important;
}


.adv-card {
    background: #a60404;
    margin: 5px !important;
    padding: 30px 10px !important;
    border-radius: 10px !important;
}

.adv-card h5 {
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 2rem !important;
}

.adv-card p {
    color: #f2f2f2 !important;
}
.adv-card-img 
{
   padding-bottom: 30px !important;
}

.adv-card-img img {
    width: 67px !important;
    height: 67px !important;
    background: #fff;
    /* border-top-right-radius: 15px; */
    border-bottom-right-radius: 15px;
    padding: 10px;
    margin-top: -30px;
    margin-left: -10px;
    z-index: 999 !important;
}

/* online offered programs */

.programs {
    padding: 50px 0 !important;
    /* background-color: #ddd; */
    background-image: linear-gradient(145deg, #110506, #d20a0a);


}

.programs h2 {
    padding: 10px 0 !important;
    font-size: 40px !important;
    font-weight: 600;
    color: #fff;
}

.tabs-container {
    width: 100%;
    max-width: 100% !important;
    height: auto;

    overflow: hidden;
    position: relative;
}

.tabs {
    padding: 10px 20px 15px 20px;

}

.tab-links {
    display: flex;
    border-bottom: 1px solid #c2baba;
}

.tabs {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

/* .tab-link {
    list-style: none;
    padding: 12px 40px;
    color: #c90303;
    font-family: "Kanit", sans-serif !important;
    cursor: pointer;
    font-weight: 500;
    transition: all ease 0.5s;
    letter-spacing: 1px;
    font-size: 18px !important;
    position: relative;
  } */

.tab-link {
    background: none;
    border: none;
    font-size: 20px !important;
    font-weight: 600 !important;
    padding: 15px 40px;
    /* font-family: "Kanit", sans-serif !important; */
    list-style: none;
    color: #fff;
    cursor: pointer;
    position: relative;

}

.tab-link.active,
.tab-link:hover {
    color: #e6be0d;

}

.tab-link i {
    margin-right: 10px;
}

.tab-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 3px;
    bottom: -1px;
    left: 50%;
    /* background: linear-gradient(45deg, #b84de5, #7d41ff); */
    background: linear-gradient(45deg, #601329, #df107b);

    transition: all 0.4s ease;
}

.tab-link.active::after {
    width: 100%;
    left: 0;
}
#form > div > div.panel-body > div{display: block !important;}
.tab-content {
    display: none;
    padding: 5px 10px 15px 10px;
}


.tab-content.active {
    display: block;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.cta-btn {
    display: inline-block;
    padding: 12px 35px;
    /* background: linear-gradient(45deg, #083c8c, #120826); */
    background: #fff;
    color: rgb(189, 8, 8);
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: background 0.4s ease;
    font-weight: 600;
    margin-top: 20px;
    margin-left: 10px !important;
}

.cta-btn:hover {
    background: linear-gradient(45deg, #1e1e1f, #a30404);
    color: #fff !important;

}



@media screen and (max-width: 600px) {
    .tab-links {
        flex-direction: column;
        align-items: center;
    }

    .tab-link {
        text-align: center;
        width: 100%;
        padding: 15px 0;
    }
}


.programs-card {
    background: #fff !important;
    margin: 5px !important;
    padding: 10px !important;
  
}

.programs-img {
    display: none !important;
}

.programs-desc {
    padding: 10px !important;
}

.c-title {
    font-weight: 700 !important;
    font-size: 25px !important;
    color: #c61b1b;
    border-bottom: 1px solid #d2caca;
}
.r-btn a{
    color: #ad0404 !important;
    /* border: 1px solid #efefef;
    padding: 5px 20px !important;
    background: #e6be0d; */

}

.c-title span {
    font-weight: normal !important;
    font-size: 16px !important;
    color: #000 !important;
    font-weight: 600 !important;
   
}

.c-btn {
    /* text-align: center; */
    padding: 10px 0 !important;
    float: right;
    /* margin-top: -10px; */

}

.c-btn a {
    background: #b00505;
    /* background-image: linear-gradient(145deg, #c61b1b, #691118); */
    color: #fff !important;
    padding: 10px 30px !important;
    text-transform: uppercase;
}

.owl-carousel .owl-nav,
.button.owl-prev {
    display: none !important;
}

/* admissions process and how to apply */

.howtoapply {
    padding: 50px 0 !important;
    background: #f2eee8 !important;
}

.howtoapply h2 {
    padding: 10px 0 !important;
    font-size: 40px !important;
    font-weight: 600;
    color: #c61b1b;
}

.howtoapply p {
    padding-bottom: 50px !important;
}

.howtoapply-img img {
    padding: 30px !important;
    width: 100% !important;
    height: auto !important;
}

/* why choose the kl online  */

.kl-keys {
    /* padding: 48px 0 !important; */
    background: linear-gradient(to right, #2c2c2c 30%, #f3f3f3 30%);
}

.kl-keys h2 {
    color: #c61b1b !important;
    font-weight: 600 !important;
    font-size: 35px !important;
    padding: 10px 0 !important;
}

.keys-card {
    padding: 10px !important;
    margin: 10px 0 !important;
    background: #f2f2f2 !important;
    border-right: 1px solid #efefef;
    box-shadow: 0 10px 20px rgba(36, 35, 35, 0.15);

}

.keys-desc h5 {
    font-weight: 600 !important;
    font-size: 2rem !important;
    /* color: #c80404 !important; */

}

.kl-keys-notes {
    padding: 50px 0 !important;
}

.keys-icon img {
    width: 40px !important;
    height: 40px !important;
    float: right;
    background: #bd0505;
    padding: 7px !important;
    border-radius: 50% !important;
    display: none !important;
}

.key-bg-img {
    position: relative;

}

.key-bg-img img {
    /* width: 100% !important;
    height: 100% !important; */
    margin-top: 100px !important;
    z-index: 1 !important;

}

@media (max-width:791.5px) {
    .kl-keys {

        background: linear-gradient(to top, #f3f3f3 60%, #2c2c2c 70%);
    }

    .kl-keys h2 {
        background: #af0505 !important;
        color: #fff !important;
        padding: 10px !important;
    }

    .kl-keys h2 span {
        color: #f0e111 !important;
    }

    .keys-inner {
        display: block !important;
        width: 95% !important;
        margin: auto !important;
        height: 100% !important;
        margin: 10px 0 !important;
    }

    .key-bg-img img {
        text-align: center;
        width: 100% !important;
        height: auto !important;

        margin-bottom: -100px !important;


    }

    .keys-card {
        width: 100% !important;
        height: 100% !important;


    }
}

/* online degree sample cerfication  */

.certification {
 
    padding: 60px 0 !important;
    /* background: #8e0303 !important; */
    /* background: #9d0606 !important; */

    /* background-image: linear-gradient(145deg,#110506, #d20a0a); */
    background: url('../images/copy.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;

}

.certification-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    background-color: #fff !important;
    padding: 20px !important;
    /* opacity: 0.7; */
}

.certification-inner {
    width: 100% !important;
    height: 100% !important;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 60px 30px !important;
}

.certification-inner h1 {
    color: #e1bf09 !important;
    font-size: 4rem !important;
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 600 !important;
    font-style: normal;

}

.certification-inner h2 {
    color: #FFF !important;
}

.certification-inner p {
    font-size: 16px !important;
    color: #dde0e1 !important;
    line-height: 30px !important;

}

@media (max-width:791.5px) {
    .certification-inner p a {
        display: block !important;
        margin-bottom: 10px !important;

    }

    .certification-inner h1 {

        font-size: 3rem !important;


    }
}

.certification-inner ul {
    margin-left: -25px;
}

.certification-inner ul li {
    font-size: 16px !important;
    color: #dde0e1 !important;
    line-height: 35px !important;
}

.fee-table {
    background: #fff !important;
    width: 100% !important;
    height: 650px !important;
    overflow: auto;
}

.enroll-btn {
    padding: 20px 0 !important;
}

.enroll-btn a {
    /* background: #d40303; */
    background-image: linear-gradient(145deg, #c61b1b, #691118);
    color: #fff !important;
    padding: 10px 20px !important;

}

/*  Recruiters and brand logos  */

.brand-logos {
    padding: 60px 0 !important;
    background: #f4f1ea !important;
}

.brand-logos h2 {
    color: #c61b1b !important;
    font-weight: 600 !important;
    font-size: 40px !important;
    padding: 10px 0 !important;
}

.brands-card {
    background: #fff;
    margin: 5px !important;
    /* padding: 10px !important; */
    /* padding: 30px 10px !important; */
}

.brands-card img {
    width: 100% !important;
    height: 100% !important;
}

/* students testmionials and alumin  */

.testimonials-clean {
    padding: 50px 0 !important;
    color: #313437;
    background-color: #f2eee8;
}

.testimonials-clean p {
    color: #333;
}

.testimonials-clean h2 {

    font-weight: 600;
    color: #ca0808;
    font-size: 40px !important;
    /* margin-bottom:40px;
     padding-top:40px; */
}

/* @media (max-width:767px) {
    .testimonials-clean h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px;
    }
} */

.testimonials-clean .intro {
    font-size: 16px;
    /* max-width: 500px; */
    margin: 0 auto;
}

.testimonials-clean .intro p {
    margin-bottom: 0;
}

.testimonials-clean .people {
    padding: 50px 0 20px;
}

.testimonials-clean .item {
    margin-bottom: 32px;
}

@media (min-width:768px) {
    .testimonials-clean .item {
        height: 220px;
    }
}

.testimonials-clean .item .box {
    padding: 30px;
    background-color: #fff;
    position: relative;
}

.testimonials-clean .item .box:after {
    content: '';
    position: absolute;
    left: 30px;
    bottom: -24px;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-width: 12px 15px;
    border-top-color: #fff;
}

.testimonials-clean .item .author {
    margin-top: 28px;
    padding-left: 25px;
}

.testimonials-clean .item .name {
    font-size: 16px !important;
    font-weight: bold;
    margin-bottom: 2px;
    /* color: inherit; */
    color: #000;

}

.testimonials-clean .item .title {
    font-size: 14px;
    color: #333;

}

.testimonials-clean .item .description {
    font-size: 15px;
    margin-bottom: 0;
}

.testimonials-clean .item img {
    max-width: 60px;
    float: left;
    margin-right: 12px;
    margin-top: -5px;
}


.action {
    padding: 70px 0 30px 0 !important;
    background: #f0e5e5;
    /* background-image: linear-gradient(145deg, #ddd ,#fff); */
}

.action-img img {
    margin-bottom: -30px !important;
    text-align: right;
}

.taglines {
    padding: 50px 0 !important;
    color: #444 !important;
    /* display: flex;
    align-content: center;
    align-items: center; */
    font-size: 25px !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;

    text-align: left;


}

.taglines span {
    color: #b50808 !important;
    font-size: 40px !important;
    /* font-weight: 600 !important;
    font-style:oblique; */
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 600 !important;
    font-style: normal;
}

.contact-box p {
    font-size: 18px !important;
}

.contacts-info {
    border-top: 1px solid #ddd;
}

.contacts-info h3 {
    color: #c61b1b !important;
    padding: 20px 0 5px 0 !important;
    font-size: 25px !important;
}

@media (max-width:791.5px) {

    .action-img img {
        width: 100% !important;
        height: auto !important;
        text-align: center;
    }
}