﻿@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: #FF6600;
    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%;
    }
.jk-university-logo {
    width: 84px;
    float: left;
    padding-left: 12px;
}
.jk-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: linear-gradient(315deg, #F60, #09F);
        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: 25px;
            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: #FF6600;
                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 h2, .academic-programs-sec p, .academic-programs-sec h3 {
        color: #fff;
    }
    .academic-programs-sec ul {
        margin: 15px 0 0px;
        float: left;
        width: 100%;
    }

        .academic-programs-sec ul li {
            font-size: 14px;
            color: #0c4da2;
            float: left;
            width: 32%;
            border: 1px solid #ccc;
            padding: 16px 18px;
            margin-right: 22px;
            border-radius: 14px;
            line-height: 25px;
            min-height: 80px;
            background: #fff;
            margin-bottom: 14px;
            font-weight: 500;
        }

            .academic-programs-sec ul li:nth-child(3n+3) {
                margin-right: 0;
            }

            .academic-programs-sec ul li:nth-child(4), .academic-programs-sec ul li:nth-child(5){
                min-height: 60px;
            }
    .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: #FF6600;
            }

            .testprtdvt .author span {
                font-size: 13px;
                color: #000;
                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: #09F;
    }

    .ecosystem-dv h2, .ecosystem-dv p {
        color: #fff;
    }
.accreditation-sec {
    padding: 80px 0;
    background: #09F 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;
            }

 













