﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    padding: 0;
    margin: 0
}
html {
      font-family: "Montserrat", sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}
body {
   font-family: "Montserrat", sans-serif;
    margin: 0;
    padding: 0; color:#000;
}

ul, li, h1, h2, h3, h4, h5, h6, p, label, span, div, table, th, tr, td {
    margin: 0;
   font-family: "Montserrat", sans-serif;
    padding: 0;
    list-style: none
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}
button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit
}
a {
    text-decoration: none
}
p {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    margin-bottom: 10px;
}
.bigpara {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 15px;
}
h1 {
    font-size: 42px;
    font-weight: 900;
    margin-bottom: 10px;
   
}
h2 {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 10px;
    line-height: 52px;
}

h3 {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 700;
}
h4 {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 600; 
}
h5 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 500;
}
h6 {
    font-size: 18px;
    font-weight:400;
    margin-bottom: 10px;
}

.btn {
    display: inline-block;
    padding: 13px 45px;
    font-size: 18px;
    color: #fff;
     background: #982026;
    font-weight: 800;
    border-radius: 40px;
}
    .btn:hover {
        color: #fff;
        text-decoration: none;
        background: #000;
     
    }
/*header css*/
header {
    width: 100%;
    background: #fff;
    z-index: 9999;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
    padding: 15px 0 15px;
}
.dasca-logo {
    border-right: 1px solid #ccc;
    padding-right: 26px;
    width: 243px;
    float: left;
    height: 79px;
    padding-top: 12px;
}
.dasca-logo img {
        width: 100%;
    }
.kl-university-logo {
    width: 165px;
    float: left;
    padding-left: 9px;
    padding-top: 5px;
}
.kl-university-logo img {
        width: 100%;
    }
.affix {
    position: fixed;
}
/*main css*/

.home-banner {
    padding: 285px 0 0px;
    background: url(../images/banner.png) no-repeat;
    background-size: cover;
    height: 600px;
}
    .home-banner h1 {
        color: #fff;
        font-size: 50px;
        text-transform: uppercase;
        font-weight: 900;
        line-height: 64px;
        text-shadow: 5px 4px 3px rgba(0, 0, 0, 0.2);
    }

.case-study-sec {
    background: #f2f2f2;
    padding: 80px 0;
}
    .case-study-sec .innrt {
       width:95%; margin:0 auto; text-align:center;
    }



.about-sec .inner-content {
    display: flex;
}

.about-sec .inner-content .img-part img {
    border: none;
    border-radius: 0px;
    padding: 0px;
    filter: blur(3px);
        height: 100%;
            position: relative;

}
.about-sec .inner-content .img-part
 {
    width: 35%;
        border: 0px solid #000;
    overflow: hidden;
}
.about-sec .inner-content .content-part p {
    color: #fff;
}
    .about-sec .inner-content .content-part {
        width: 80%;
        padding: 80px 100px;
        background: #970505;
        position: relative;
    }

.about-sec .inner-content .content-part .inner-img-part {
    position: absolute;
    left: -243px;
    width: 313px;
   
    border: 2px solid #ffffff;
    border-radius: 10px;
}

.about-sec .content {
    background: #801a20c2;
    color: #fff;
    padding: 20px 25px;
    border-radius: 10px;
}
.about-sec h2 {
    color: #fff
}
.about-sec img {
        width: 100%;
            border-radius: 5px;
    }

.shaping-sec {
    padding: 80px 0;
    background: #f0f0ee;
}
    .shaping-sec h2{ width:75%;}


    .shaping-sec ul {
        float: left;
        width: 100%;
        margin: 15px 0;
    }
        .shaping-sec ul li {
            float: left;
            width: 32.5%;
            border: 1px solid #c0c0c0;
            padding: 37px;
            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: 245px;
        }
            .shaping-sec ul li:nth-child(3n+3){ margin-right:0;}
            .shaping-sec ul li p {
                font-size: 16px;
                color: #000;
                line-height: 24px;
            }
            .shaping-sec ul li h4 {
                color: #982026;
                font-size: 20px;
            }
            .shaping-sec ul li:hover {
                transform: translateY(-8px);
                box-shadow: 0 20px 30px rgba(0,0,0,0.12), 0 10px 10px rgba(0,0,0,0.08);
            }


.academic-programs-sec {
    padding: 80px 0;
    position: relative;
    background: linear-gradient( 180deg, #A9C46C 0%, #3B5AA3 35%, #2E3F8F 60%, #2DA9D8 100% );
    z-index: 1;
}
    /*.academic-programs-sec .bxlft{ margin-top:30px;}*/
    .academic-programs-sec img {
        width: 100%;
    }

    .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: hidden; margin-top:40px;
    }


        .academic-programs-sec .tabs input {
            display: none;
        }


    .academic-programs-sec .tab-labels {
        display: flex;
        border-bottom: 1px solid #A9C46C;
    }

        .academic-programs-sec .tab-labels label {
            flex: 1;
            padding: 18px;
            text-align: center;
            cursor: pointer;
            font-weight: 900;
            transition: 0.3s; font-size:16px;
        }


    .academic-programs-sec #tab1:checked ~ .tab-labels label[for="tab1"],
    .academic-programs-sec #tab2:checked ~ .tab-labels label[for="tab2"],
    .academic-programs-sec #tab3:checked ~ .tab-labels label[for="tab3"] {
        color: #2E3F8F;
        border-bottom: 2px solid #2E3F8F;
    }


    .academic-programs-sec .content {
        display: none;
        padding: 30px;
    }

    .academic-programs-sec #tab1:checked ~ .content1,
    .academic-programs-sec #tab2:checked ~ .content2,
    .academic-programs-sec #tab3:checked ~ .content3 {
        display: block;
    }

    .academic-programs-sec h2, .academic-programs-sec p, .academic-programs-sec h3 {
        color: #fff;
    }
    .academic-programs-sec .content ul{padding-left:30px;}
    .academic-programs-sec .content ul li {
        float: left;
        margin-bottom: 16px;
        font-size: 13px;
        width: 50%;
        font-weight: 600;
        list-style-type: disc;
    }

    .testprtdvt {
        padding: 100px 0;
    }
        .testprtdvt img{ margin-bottom:20px;}
        .testprtdvt p {
            color: #000;
            font-size: 22px;
            line-height: 38px;
            font-style: italic;
        }
        .testprtdvt .author {
            float: right;
            margin-top: 30px;
            border-left: 4px solid #a61f26;
            padding-left: 20px;
        }
        .testprtdvt .author h4 {
            margin-bottom: 6px;
            font-size: 16px;
            font-weight: 800;
            color: #a61f26;
        }

            .testprtdvt .author span {
                font-size: 13px;
                color: #a61f26; font-style:italic;
            }

.ecosystem-dv {
    padding: 80px 0;
    background-image:url(../images/talent-ecosystem.webp); background-image:no-repeat; height:800px;
    background-position:center;background-size:cover;

}

    .ecosystem-dv .prtdv {
        padding: 20px 30px;
        background: #a60505;
    }

    .ecosystem-dv h2, .ecosystem-dv p {
        color: #fff;
    }
.accreditation-sec {
    padding: 80px 0;
    background: #a60505 url(../images/red-bg.jpg) no-repeat;
    background-size: cover;

}

    .accreditation-sec h2, .accreditation-sec p {
        color: #ffffff;
    }

.stay-inform {
    padding: 120px 0;
    text-align: center;
    background: #f0f0ee;
}

.copyright-line {
    padding: 30px 0;
    background: #000;
}
.copyright {
    font-size: 13px;
    font-weight: 500;
    color: #b9b9b9;
    float: left;
}
.copyright-line .footer-ul {
        overflow: hidden;
        float: right;
        width: 37%;
    }
.copyright-line .footer-ul li a {
        float: left;
        margin: 0 15px;
        text-decoration: none;
        font-size: 13px;
        color: #b9b9b9;
        font-weight: 500;
        -webkit-font-smoothing: antialiased;
    }
.copyright-line .footer-ul li a:hover {
                text-decoration: underline;
                float: left;
            }

 













