@charset 'utf-8';
/* custom UI for الخطط الدراسية @ kfu 
designed & coded by : Husien Adel @ 15/10/2018 */

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/FontAwesome5FreeSolid.woff2') format('woff2'),
        url('../fonts/FontAwesome5FreeSolid.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



* {
    padding: 0;
    margin: 0;
}

html {
    font-size: 16px;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    direction: ltr;
    text-transform: capitalize;
    direction: ltr
}


.container-fluid {width: 95% !important;}

.sectionHeader {
    width: 100%;
    background: #0a6971;
    background: -webkit-linear-gradient(75deg, #0a6971 35%, #0b6f77 100%);
    background: -o-linear-gradient(75deg, #0a6971 35%, #0b6f77 100%);
    background: linear-gradient(75deg, #0a6971 35%, #0b6f77 100%);

    text-align: center;
    color: #fff;
    font-weight: 400;
    position: relative;
    padding: 40px 0;
    border-radius: 10px;
    margin: 15px auto;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    overflow: hidden;
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
}

.sectionHeader::before {
    content: "\f054";
    font-size: 11rem;
    font-family: 'fontAwesome';
    display: block;

    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 30px;
    opacity: 0.15;
    text-shadow: 1px 0 2px rgba(0, 0, 0, 0.5);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}


.sectionHeader:hover::before {
    left: 50px;
}


.sectionHeader h3 {
    font-size: 1.3rem;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    text-align: left;
    padding-left: 25px;
    text-align: center;

    text-transform: uppercase;
}

.sectionHeader .icon {
    display: block;
    width: 80px;
    height: 80px;

    background-color: #fff;
    color: #484848;
    border-radius: 80px;
    font-size: 2.4rem;
    text-align: center;
    line-height: 80px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 25px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;



}

.sectionHeader:hover .icon {
    right: 50px;
    color: #0a6971;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
}




.sectionHeader .collapse {

    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 35px;
    font-size: 1.5rem;
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    text-align: center;
    line-height: 40px;
    display: none;
}

.sectionHeader .collapse:hover {
    background-color: rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.sectionMaterial {
   width: 100%;
    padding: 20px 0 30px;
    /* background-color: #154d8e; */
    background: #0a6970;
    background: -webkit-linear-gradient(15deg, #0a656d 35%, #0b6e76 100%);
    background: -o-linear-gradient(15deg, #114075 35%, #316097 100%);
    background: linear-gradient(15deg, #0a656d 35%, #0b6e76 100%);



    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;

    -webkit-transition: all .3s;

    -o-transition: all .3s;

    transition: all .3s;
    border-radius: 5px;
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 10px;

}

.sectionMaterial:hover {

    -webkit-box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.4);

    box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.4);
    background-color: rgba(0, 0, 0, 0.3);
}

.sectionMaterial h2 {

    text-align: center;
    font-size: 1.1rem;
    width: 100%;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 10px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;



}

.sectionMaterial ul {
    display: table;
    text-align: center;
    margin: 25px auto 0;
    width: 100%;
}

.sectionMaterial ul li {
    display: block;
    width: 50%;
    float: left;
}

.sectionMaterial ul li a {
    display: block;
    width: 90%;
    color: #fff;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    padding: 15px 15px;
    border-radius: 100px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 0.95rem;

}

.sectionMaterial ul li:first-child a,
.fullWidth2 ul li:nth-of-type(2) a

{
    background-color: rgba(0, 0, 0, 0.3);
}

.sectionMaterial ul li a:hover {
	text-decoration: none;
    background-color: #fff;
    color: #0a6870;
    font-weight: bold;
    -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.6);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.6);
}



.sectionMaterial:hover h2 {
    padding-left: 35px;
}


.fullWidth h2 {
    width: 40%;
    border: none;
    float: left;
    padding: 25px 0px 0 30px;
    margin: 0;
    text-align: left;
}


.fullWidth ul {
    width: 59%;
    float: left;
    padding: 0;
    margin: 8px auto 0;
}


.row .col-md-12:last-of-type>.sectionMaterial {
    margin-bottom: 0;
}



.fullWidth2 h2 {
    width: 35%;
    border: none;
    float: left;
    padding: 25px 0px 0 30px;
    margin: 0;
    text-align: left;
}

.fullWidth2 ul {
    width: 65%;
    float: left;
    padding: 0;
    margin: 8px auto 0;
}

.fullWidth2 ul li {
    width: calc(100%/3);
}
.fullWidth2 ul li a {
    display: block;
    width: 90%;
}

/* resposnive layout */

@media screen and (max-width:600px) {


    html {
        font-size: 14.5px;
    }

    .sectionHeader .icon {
        display: none;
    }

    .fullWidth h2,
    .fullWidth2 h2
        {
        width: 100%;
        border: none;
        float: none;
        padding: 5px 30px 0 0;
        margin: 0;
        text-align: center;
    }

    .fullWidth ul {
        width: 90%;
        float: none;
        padding: 0;
        margin: 25px auto 0;
    }


      .fullWidth2 ul {
          width: 90%;
          float: none;
          padding: 0;
          margin: 35px auto 0;
      }

    .sectionMaterial ul li {
        width: 100%;
        margin: 0 auto 15px;
        
    }

    .sectionMaterial ul li a {
        padding: 15px 12.5px;
        width: 100%;
        display: block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .sectionHeader::before {
        content: none;
    }

}





@media screen and (min-width:601px) and (max-width:768px) {

    .fullWidth h2 {
        width: 50%;
        border: none;
        float: left;
        padding: 5px 0px 0 30px;
        margin: 15px 0 0;
        text-align: left;
    }

    .fullWidth ul {
        width: 50%;
        float: left;
        margin-top: 5px;
        overflow: hidden;

    }

    .sectionMaterial ul li {
        width: 90%;
        float: none;
        margin: 0 5px 10px;
    }

    .sectionMaterial ul li a {
        padding: 12px 10px;
        width: 100%;
        display: block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }


}