﻿@media screen and (-webkit-min-device-pixel-ratio:0) {
   
}

@media only screen and (min-width:320px) and (max-width:767px){
  
.dasca-logo {
    border-right: 1px solid #ccc;
    padding-right: 26px;
    width: 170px;
    float: left;
    height: auto;
    padding-top: 12px;
}
.kl-university-logo
 {
    width: 125px;
    float: left;
    padding-left: 9px;
    padding-top: 5px;
}
.home-banner {
    padding: 115px 0 30px;
        height: auto;
        background: linear-gradient(rgb(0 0 0 / 74%), rgb(171 52 56)), url(../images/banner.png);
}
.home-banner h1 {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 40px;
    text-shadow: 5px 4px 3px rgba(0, 0, 0, 0.2);
}

.case-study-sec {
    background: #f2f2f2;
    padding: 30px 0;
}
.case-study-sec .innrt {
    width: 100%;
}
.about-sec .inner-content .content-part .inner-img-part {
    position: static;
    left: -243px;
    width: auto;
}
.about-sec .inner-content .img-part {
    width: 0%;
}   
.about-sec .inner-content .content-part {
    width: 100%;
    padding: 30px 20px;
}
.about-sec .inner-content .content-part h2 {
    font-size: 24px;
    margin-top: 15px;
    font-weight: 800;
    margin-bottom: 10px;
    line-height: 40px;
}
.shaping-sec
 {
    padding: 30px 0;
 }
 .shaping-sec h2
 {
    width: 100%;
    font-size: 24px;
    line-height: 40px;
}
.shaping-sec ul li
 {
    float: left;
    margin-bottom: 15px;
    width: 100%;
    border: 1px solid #c0c0c0;
    padding: 15px;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08), 0 6px 6px rgba(0, 0, 0, 0.05);
    transition: 0.3s ease;
    margin-right: 13px;
    min-height: auto;
}
.ecosystem-dv
 {
    padding: 30px 0;
    background-image: url(../images/talent-ecosystem.webp);
    background-image: no-repeat;
    height: auto;
    background-position: center;
    background-size: cover;
}

.ecosystem-dv .prtdv {
    padding: 15px 15px;
    background: #a60505;
}
.ecosystem-dv h2{
    font-size: 30px;
    line-height: 40px;
}
.academic-programs-sec {
    padding: 30px 0;
}
.academic-programs-sec .bxlft h2 {
    font-size: 30px;
}
.academic-programs-sec .tabs {
    background: rgba(255, 255, 255, 0.85);
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    overflow: auto;
    margin-top: 40px;
}
.academic-programs-sec .tab-labels
 {
    display: flex;
    border-bottom: 1px solid #A9C46C;
    flex-direction: column;
}
.academic-programs-sec .content ul li {
    float: left;
    margin-bottom: 16px;
    font-size: 13px;
    width: 100%;
}
.academic-programs-sec .content {
    display: none;
    padding: 10px;
}
.testprtdvt
 {
    padding: 30px 0;
}
.testprtdvt p {
    color: #000;
    font-size: 17px;
    line-height: 30px;
    font-style: italic;
}
.accreditation-sec {
    padding: 30px 0;
}

.stay-inform .btn{
        white-space: normal;
                width: 100%;
                padding: 13px 10px;
    font-size: 16px;
}
.stay-inform {
    padding: 40px 0;
    text-align: center;
    background: #f0f0ee;
}
.copyright-line .footer-ul li a {
    float: left;
    margin: 10px 7px;
    text-decoration: none;
    font-size: 13px;
    color: #b9b9b9;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
}
.copyright-line .footer-ul {
    overflow: hidden;
    float: right;
    width: 100%;
}
.copyright
 {
    font-size: 13px;
    font-weight: 500;
    color: #b9b9b9;
    text-align: center;
}

.accreditation-sec h2{
        font-size: 30px;
}
.academic-programs-sec img {
    width: 50%;
}
}


@media only screen and (min-width:768px) and (max-width:1024px){
  
}
@media (width: 768px) and (orientation: portrait) {


}

@media only screen and (min-width:768px) and (max-width:999px) {
}
@media only screen and (min-width:1000px) and (max-width:1024px){
}
@media only screen and (min-width:1025px) and (max-width:1199px){
    h2 {
        font-size: 38px;
    }
}

@media only screen and (min-width: 1600px) {
   
}
@media only screen and (min-width: 2501px) {
   
}
@media not all and (min-resolution:.001dpcm) {
   
}
