﻿@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 {
    background: #D4410A;
    color: #fff;
    font-weight: 700;
    padding: 14px 32px;
    border-radius: 9px;
    font-size: 15px;
    border: none;
    text-decoration: none;
    display: inline-block;
    transition: all 0.25s;
    box-shadow: 0 8px 30px rgba(201,151,58,0.35);
}

    .btn:hover {
        background: #F0C96B;
        color: #3D0D18;
        transform: translateY(-2px);
        box-shadow: 0 14px 40px rgba(201,151,58,0.45);
    }

/*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%;
    }
.jssaher-logo {
    width: 190px;
    float: left;
    padding-left: 9px;
}
.jssaher-logo img {
        width: 100%;
    }
.affix {
    position: fixed;
}
/*main css*/
.home-banner {
    background-size: cover;
    height: 640px;
    background: url(../images/banner.jpg) no-repeat;
    padding-top: 324px;
}
    .home-banner h1 {
        color: #fff;
        font-size: 37px;
        text-transform: uppercase;
        font-weight: 800;
        line-height: 1.5;
    }

    /*.home-banner .bxoltclrt {
        background: rgba(212,65,10, 0.9);
       
        border-radius: 22px;
        padding: 38px 32px;
        backdrop-filter: blur(18px);
        box-shadow: 0 24px 70px rgba(0,0,0,0.3);
    }*/

.case-study-sec {
    padding: 80px 0;
}
    .case-study-sec .innrt {
        width: 90%;
        margin: 0 auto; text-align:center;
    }

.about-sec {
    padding: 80px 0;
    background: #F5F0E8;
}
.about-sec h2 {
    color: #003366
}
    .about-sec img {
        width: 100%;
        margin-top: 45px;
    }

.shaping-sec {
    padding: 80px 0;
    background: linear-gradient(90deg, #D4410A, #003366);
}
    .shaping-sec img {
        width: 100%; border-radius:10px;
    }
    .shaping-sec h2, .shaping-sec p{color:#fff;}

    .shaping-sec ul {
        margin: 46px 0 25px;
        float: left;
        width: 100%;
    }
        .shaping-sec ul li {
            font-size: 16px;
            color: #fff;
            float: left;
            width: 32%;
            border: 1px solid #fff;
            padding: 20px 32px;
            margin-right: 21px;
            border-radius: 14px;
            line-height: 28px;
            min-height: 246px;
        }
            .shaping-sec ul li:nth-child(3n+3){ margin-right:0;}




.academic-programs-sec {
    padding: 80px 0;
    background: #C9A84C;
}

    .academic-programs-sec img {
        width: 100%; border-radius:10px;
    }



    .academic-programs-sec ul {
        margin: 20px 0;
        float: left;
        width: 100%;
    }

        .academic-programs-sec ul li {
            font-size: 14px;
            color: #000;
            float: left;
            width: 32%;
            border: 1px solid #97761A;
            padding: 16px 18px;
            margin-right: 22px;
            border-radius: 14px;
            line-height: 25px;
            background: #AA892D;
            margin-bottom: 14px;
            font-weight: 500;
        }

            .academic-programs-sec ul li:nth-child(3n+3) {
                margin-right: 0;
            }
            

            .academic-programs-sec .bxlft {
                padding-right: 94px;
                padding-top: 2px;
            }
    .academic-programs-sec h2, .academic-programs-sec p {
        color: #000;
    }
    .academic-programs-sec a{ font-weight:600;text-decoration:underline; color:#000;}
    .academic-programs-sec h3 {
        color: #000;
        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: 24px;
        line-height: 42px;
    }

    .testprtdvt h5 {
        font-size: 20px;
        margin-top: 35px;
        font-weight: 800;
        color: #D4410A;
    }

    .testprtdvt h6 {
        font-size: 17px;
        font-style: italic;
        color: #003366;
    }

        .ecosystem-dv {
            padding: 80px 0;
            position: relative;
        }
            .ecosystem-dv .prtdv {
                padding: 30px 37px;
                background: #003366;
                position: absolute;
                z-index: 999;
                top: 71px;
                width: 92%;
                left: 98px;
                border-radius: 10px;
            }
            .ecosystem-dv img {
                width: 100%;
                position: relative;
                border-radius: 10px;
            }
            .ecosystem-dv h2, .ecosystem-dv p {
                color: #fff;
            }
                .ecosystem-dv p span{font-size:11px; font-style:italic;}
                .accreditation-sec {
                    padding: 80px 0;
                    background: #0C4DA2 url(../images/accreditation-bg01.png) no-repeat center;
                    background-size: cover;
                }
    .accreditation-sec .bxttdv {
        padding: 33px 30px;
        background: #003366;
        margin-top: -144px; border-radius:10px;
    }
    .accreditation-sec h2, .accreditation-sec 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;
            }
