﻿@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

* {
    padding: 0;
    margin: 0
}
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}
body {
    font-family: "Open Sans", serif;
    margin: 0;
    padding: 0;
}
ul, li, h1, h2, h3, h4, h5, h6, p, label, span, div, table, th, tr, td {
    margin: 0;
    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: 30px;
    margin-bottom: 5px;
}
.bigpara {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 33px;
}
h1 {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: 0.025em;
}
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: 500; 
}
h5 {
    font-size: 20px;
    margin-bottom: 10px;
}
h6 {
    font-size: 18px;
    font-weight:800;
    margin-bottom: 10px;
}

.btn {
    display: inline-block;
    border: 2px solid #fff;
    padding: 18px 53px;
    font-size: 18px;
    color: #fff;
    margin-top: 22px;
    background: #0c4da2;
    font-weight: 800;
    border-radius: 33px;
}
    .btn:hover {
        color: #fff;
        text-decoration: none;
        border: 2px solid #fff;
        background: #1C4499;
        border-radius: 33px;
    }
/*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: 235px;
    float: left;
    height: 90px;
    padding-top: 24px;
}
.dasca-logo img {
        width: 100%;
    }
.uajy-logo {
    width: 195px;
    float: left;
    padding-left: 9px;
}
.uajy-logo img {
        width: 100%;
    }
.affix {
    position: fixed;
        background: #fafafa;
}
/*main css*/
.home-banner {
    padding: 381px 0 0px;
    background: url(../images/banner.jpg) no-repeat;
    background-size: cover;
    height: 640px;
}
    .home-banner h1 {
        color: #fff;
        font-size: 37px;
        text-transform: uppercase;
        font-weight: 800;
        line-height: 45px;
            margin-bottom: 0px;
    }

    .home-banner .bxoltclrt {
       background: rgb(242 127 20 / 92%);
        padding: 30px;
    }

.case-study-sec {
    padding: 80px 0;
}
    .case-study-sec .innrt {
        width: 90%;
        margin: 0 auto; text-align:center;
    }

.about-sec {
    padding: 80px 0;
    background: #f2f2f2;
}
.about-sec h2 {
    color: #0c4da2
}
.about-sec img {
        width: 100%;
    }

.shaping-sec {
    padding: 80px 0;
    background: url(../images/advancing-bg01.png) no-repeat;
}
    .shaping-sec img {
        width: 100%;
            border-radius: 20px;
    }
    .shaping-sec h2, .shaping-sec p{color:#fff;}

    .shaping-sec ul {
        margin: 15px 0 25px;
    float: left;
    width: 100%;
    border: 2px solid #ffffff;
    border-radius: 10px;
    padding: 20px;
    }
        .shaping-sec ul li {
              list-style: disc;
    color: #fff;
    margin-right: 20px;
    line-height: 35px;
    margin-left: 20px;
        }
            .shaping-sec ul li:nth-child(3n+3){ margin-right:0;}

    .shaping-sec .bxlft {
          padding-right: 0px;
    padding-top: 0px;
    }


.academic-programs-sec {
    padding: 80px 0;
    background-image: linear-gradient(to bottom, #f5f5f8, #f2f4f9, #eff3fb, #ebf2fc, #e6f1fd);
}

    .academic-programs-sec img {
        width: 100%;
            border-radius: 20px;
    }



    .academic-programs-sec ul {
         margin: 15px 0 0px;
    float: left;
    width: 100%;
    }

        .academic-programs-sec ul li {
            font-size: 15px;
            color: #0c4da2;
            float: left;
            width: 32%;
            border: 1px solid #ccc;
            padding: 16px 18px;
            margin-right: 22px;
            border-radius: 14px;
            line-height: 25px;
            min-height: 114px;
            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(19), .academic-programs-sec ul li:nth-child(20), .academic-programs-sec ul li:nth-child(21){
                min-height: 60px;
            }

            .academic-programs-sec .bxlft {
                padding-right: 94px;
                padding-top: 2px;
            }
    .academic-programs-sec h2 {
        color: #0c4da2;
    }
    .academic-programs-sec h3 {
        color: #0c4da2; margin-top:50px;
    }
.testprtdvt {
    padding: 80px 0;
}
    .testprtdvt .qimg {
        width: 36px;
        float: left;
    }
    .testprtdvt .lextrigt {
        float: left;
        width: 92%;
        padding-left: 14px;
    }

    .testprtdvt p {
        color: #333;
            font-size: 23px;
    line-height: 42px;
    }

    .testprtdvt h5 {
           font-size: 20px;
    margin-top: 16px;
        font-weight: 800;
        color: #0c4da2;
    }

    .testprtdvt h6 {
        font-size: 17px;
        font-style: italic;
        color: #666;
    }

        .ecosystem-dv {
            padding: 80px 0;
            position: relative;
        }
    .ecosystem-dv .prtdv {
       padding: 15px 15px;
    background: #df7b10;
    position: absolute;
    z-index: 999;
    top: 50px;
    width: 110%;
    left: 100px;
    border-radius: 20px;
    }
    .ecosystem-dv img{ width:100%; position:relative;border-radius: 20px;}
    .ecosystem-dv h2 {
        color: #ffffff;
    }
    .ecosystem-dv .prtdv p {
    color: #fff;
}
.accreditation-sec {
    padding: 80px 0;
    background: #0C4DA2 url(../images/accreditation-bg01.jpg) no-repeat center;
    background-size:cover;

}
   .accreditation-sec .bxttdv {
    padding: 33px 30px;
    background: #f27f14;
    margin-top: -144px;
    border-radius: 20px;
}
  .accreditation-sec h2 {
    color: #ffffff;
}
.accreditation-sec .bxttdv p {
    color: #fff;
}
.stay-inform {
    padding: 80px 0;
    background: #f6f6f8 url(../images/bg02.png) no-repeat right;
    text-align: center;
}

.copyright-line {
    padding: 20px 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;
            }
