
p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

h1,
h2,
h3,
h5 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-style: normal;
    padding-bottom: 10px !important;
    color: #103c82;
}

.header {
    background: #fff !important;
    /* padding: 10px 0 !important; */
    width: 100% !important;
    height: auto !important;
}

.header-active {

    position: fixed !important;
    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.5);
    background-color: #fff !important;
    z-index: 99999 !important;
    top: 0 !important;
}

.logo {
    display: flex;
    justify-content: space-between;
    align-content: center;

}

@media (max-width:791.5px) {
    .m-hide {
        display: none !important;
    }

    .logo {
        width: 100% !important;
        text-align: center;
        flex-direction: column;

    }
}

.mail p {
    margin-top: 25px !important;
    font-size: 17px !important;
    text-align: center;
    line-height: 2;
}

.mail p span {
    color: #740606 !important;
}

.banners img {
    width: 100% !important;
    height: 100% !important;
   
}

@media only screen and (min-width: 1020px) and (max-width: 1540px) {
    .d-banner img {
        width: 100% !important;
        max-height: 710px !important;
        height: 710px !important;
    }
}

.about-program {
    padding: 30px 0 70px 0 !important;
}

.about-program p{
    text-align: justify;
}

.about-program h1 {
    text-align: center;
    padding: 20px 0 !important;
}

.keys {
    background: #0a4580;
    padding: 20px 0 !important;
}

.key-card-inner {
    display: flex;
    justify-content: center;
    align-items: center;
}

.key-card {
    margin: 5px !important;
    text-align: center;

    width: 23% !important;
    height: auto !important;

}

.key-card h5 {
    font-size: 40px !important;
    font-weight: 600;
}

.key-card p {
    color: #fff !important;
}

@media (max-width:791.5px) {
    .keys {
        display: none !important;
    }

    .key-card-inner {
        flex-direction: column;

    }

    .key-card:not(:last-child) {
        border-right: none !important;
        border-bottom: 1px solid #f0e8e8;
    }

    .key-card {
        width: 100% !important;
        display: block;
    }
}

.key-card h5 {
    color: #fff !important;
}

.key-card:not(:last-child) {
    border-right: 1px solid #f0e8e8;
}

/* life at kluniversity */

.lifeatkl {
    width: 100% !important;
    height: auto !important;
    padding: 70px 0 !important;
    background: #0a4580;
    position: relative;

}

.lifeatkl h1 {
    text-align: center !important;

    margin: 10px 0 20px 0 !important;
    font-weight: 800 !important;
    position: relative !important;
    font-family: 'Lora', serif !important;
    color: #fff !important;
}

.owl-nav {
    display: none !important;
}




.lifeatkl-card {
    background-color: #efefef !important;

    transition: 0.5s all;
}


.lifeatkl-card-img img {
    width: 100% !important;
    height: 100% !important;
}

/* faqs start */
.faqs {
    /* background: #f7f7f7 !important; */
    padding: 50px 0 !important;
}

.faqs h1 {
    text-align: center !important;
}

.accordion {
    width: 100% !important;
    border: none !important;

    /* max-width: 1000px; */
    /* margin: 2rem auto; */
}

.accordion-item:last-of-type {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-radius: none !important;
}

.accordion-item {
    /* background-color: #fff; */
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid #333 !important;
    background: none !important;
    color: #111;
    margin: 1rem 0;
    border-radius: none !important;
    /* box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25); */
}

.accordion-item-header {
    padding: 0.5rem 3rem 0.5rem 1rem;
    min-height: 3.5rem;
    line-height: 1.25rem;
    font-weight: 700 !important;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    font-size: 16px !important;
    font-family: 'Montserrat', sans-serif !important;
}


.accordion-item-header::after {
    content: "\002B";
    font-size: 1.5rem;
    position: absolute;
    right: 1rem;
}

.accordion-item-header.active::after {
    content: "\2212";
}

.accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.accordion-item-body-content {
    padding: 1rem;
    line-height: 1.5rem;
    border-top: 1px solid;
    border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
}


/* faqs end */

.programs-offered {
    width: 100% !important;
    height: auto !important;
    padding: 50px 0 !important;
    background: #0a4580;

    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}

.programs-offered h1 {
    text-align: center;
    color: #fff !important;
    padding: 20px 0 !important;
}



.programs-card {
    height: auto !important;
    background: #fff !important;
    position: relative !important;
    margin: 12px 0px !important;
    transition: 0.5s all;
    overflow: hidden;

}

.card-overlay {
    padding: 16px !important;
    width: 100% !important;
}

.card-overlay .apply {
    color: #07425a !important;
    /* background: #086184 !important; */
    padding: 10px !important;
    text-decoration: none !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 25px !important;
    border-radius: 25px !important;
    border: 1px solid #e9eef0;
    display: block;
    width: 100% !important;
    transition: 0.5 all;
    text-align: center !important;
    text-transform: uppercase !important;
}

.programs-card:hover .apply {
    background: #07425a !important;
    border: none !important;
    color: #fff !important;
}

.programs-card h4 {
    font-size: 20px !important;
    z-index: 999 !important;
    font-weight: 600 !important;
    color: #000;

}

.programs-card h5 {
    font-size: 13px !important;
    z-index: 999 !important;
    color: #333 !important;
}

.why-choose {
    padding: 70px 0 !important;
    background: #f2f2f2;
    
}

.why-choose-img img {
    width: 100% !important;
    height: 100% !important;
    margin-top: -100px !important;
    background: #0a4580;
    border-top-right-radius: 35px;
}

.why-choose-info ul li {
    line-height: normal;
    font-size: 18px !important;
}
.why-choose-img{
    position: relative !important;
}

.why-choose-img a .play-icon {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    opacity: 999 !important;
    background: transparent !important;
    border-radius: 50% !important;
  }

@media (max-width:791.5px) {
    .why-choose h1{
        margin-top: 20px !important;

    }
}



.footer {
    padding: 20px 0 !important;
    border-top: 1px solid #ddd;
    margin-top: 50px !important;
    text-align: center;
}

.banners {
    position: relative;
}

.formdiv {
    top: 10% !important;
    position: absolute !important;
    overflow: hidden;
    right: 10% !important;
    height: auto !important;
    width: 356px;
    max-width: 100%;
    border-radius: 10px;
}

#form-container {
    background: #fff;
    padding-top: 10px;
}

@media (max-width:791.5px) {
    .formdiv {
        position: relative !important;
        height: auto !important;
        width: 100% !important;
        top: 0 !important;
        right: 0;
        left: 0;
        margin: auto;
        box-shadow: 0 !important;
        background: #f0eaea;
        padding: 15px !important;
        border-radius: 0 !important;
    }

    #form-container {
        background: #fff;
    }
}

.howtoapply {
    padding: 60px 0 !important;
    background: #ddd !important;
}

.how-apply-img img {
    width: 100% !important;
    height: 100% !important;
}

.career-options {
    padding: 100px 0 !important;
}

.career-options h1 {
    text-align: center;
    padding-bottom: 10px !important;
}

.career-options p {
    text-align: center;

}

.career-card {
    margin: 5px !important;
    padding: 20px 5px !important;
    box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.1);
    width: 22% !important;
    height: auto !important;
    background-color: #fff;
    text-align: center;
    border-radius: 5px !important;
    position: relative;

}

@media (max-width:791.5px) {
    .career-card {
        width: 45% !important;
        margin: auto;

    }
}

.placement {
    padding: 70px 0 !important;
    background: #efefef;
}

.placement h1 {
    text-align: center;
}

.placement-card {
    margin: 5px !important;
    padding: 20px 5px !important;
    /* box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.1); */
    width: 26% !important;
    height: auto !important;
    background-color: #fff;
    text-align: center;
    border-radius: 5px !important;

    position: relative;
    z-index: 1 !important;
}

@media (max-width:791.5px) {
    .placement-card {
        width: 45% !important;
    }
}

.placement-card h5 sub {
    font-size: 25px !important;
    position: relative;
    top: -2px !important;
    left: -5px !important;
}

.Placement-title {
    text-align: center !important;
    font-size: 40px !important;
    font-family: 'Lora', serif !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
    position: relative;
}

.placement-card h5 {
    font-size: 30px !important;
    color: #0c3f75 !important;
    font-family: 'Lora', serif !important;
    font-weight: 600 !important;
}

.placement-card p {
    font-size: 17px !important;
    text-transform: capitalize !important;
    color: #333 !important;
    font-weight: 500 !important;

}

.b-logo {
    height: auto !important;
    background: #fff !important;
    position: relative !important;
    margin: 12px 0px !important;
    transition: 0.5s all;
    overflow: hidden;
}

.b-logo img {
    width: 100% !important;
    height: 100% !important;
}
.help-desk {
    padding: 30px 0 !important;
    background: #efefef;
}

.f-b {
    background: #c00a0a;
    text-align: center;
    margin-bottom: -10px !important;
    border-top-left-radius: 25px !important;
    border-top-right-radius: 25px !important;
}

.f-b h5 {
    padding: 15px 0 !important;
    color: #fff !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 20px !important;
    font-weight: 500 !important;
}

.f-b h5 a {

    padding: 10px 20px !important;
    border: 1px solid #d23f3f;
    color: #fff !important;
    border-radius: 15px !important;
    font-size: 18px !important;
    text-transform: uppercase;
    text-decoration: none;
}

@media (max-width:791.5px) {
    .f-b h5 a {
        width: 100% !important;
        display: inline-block !important;
        margin-top: 10px !important;
    }

    .f-b h5 a:hover {
        background: #e93535;
    }
}

.wa-float {
    position: fixed;
    bottom: 100px;
    right: 0px;
    text-align: center;
    z-index: 100;
    background-color: #28b928 !important;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

@media (min-width: 768px) {
    .d-md-block {
        display: block !important;
    }
}

