/* ==== Google font ==== */
@import url(http://fonts.googleapis.com/css?family=Varela+Round|Open+Sans:400,300,600,400italic,700);


body {
    width: 100%;
    height: 100%;
    font-family:
    /* 1*/ 'Microsoft JhengHei',
    /* 2*/ -apple-system,BlinkMacSystemFont,'Segoe UI', 'Roboto','Ubuntu','Droid Sans',
    /* 3*/ 'Helvetica Neue',sans-serif;
    font-weight: 400;
    color: #888;
    font-size: 16px;
    line-height: 1.6em;
    background-color: #fff;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 30px;
    font-family:
    /* 1*/ -apple-system,BlinkMacSystemFont,
    /* 2*/ 'Microsoft JhengHei','Segoe UI', 'Roboto','Ubuntu','Droid Sans',
    /* 3*/ 'Helvetica Neue',sans-serif;
    font-weight: 400;
    color: #444;
}

blockquote {
    font-family:
    /* 1*/ -apple-system,BlinkMacSystemFont,
    /* 2*/ 'Microsoft JhengHei','Segoe UI', 'Roboto','Ubuntu','Droid Sans',
    /* 3*/ 'Helvetica Neue',sans-serif;
    color: #bbb;
    font-size: 20px;
}

p {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 1.6em;
}

p.lead {
	font-weight: 600;
}

a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
}

.page-item.active .page-link {
    background: #84ba3f;
    border-color: #84ba3f;
}

/*pagination-nav*/
.pagination {
    margin: 0px;
}

    .pagination li a {
        font-size: 15px;
        font-weight: 500;
        margin: 0 5px;
        color: #626262;
        border-radius: 3px;
    }

    .pagination > li:first-child > a, .pagination > li:first-child > span {
        border-radius: 3px;
    }

    .pagination > li:last-child > a, .pagination > li:last-child > span {
        border-radius: 3px;
    }

    .pagination > .active > a, .pagination > .active > a:hover {
        color: #626262;
    }

    .pagination > li > a, .pagination > li > span {
        background: #f6f7f8;
        border: 0px;
        text-align: center;
    }

    .pagination li a:focus, .pagination li a:hover, .pagination li span:focus, .pagination li span:hover {
        box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
        background-color: #84ba3f;
        color: #ffffff;
    }

    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        background-color: #84ba3f;
        color: #ffffff;
        box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    }

.dataTables_paginate li.paginate_button.previous a, .dataTables_paginate li.paginate_button.next a {
    width: inherit;
    height: inherit;
    background: transparent !important;
    color: inherit !important;
    box-shadow: none !important;
}


.light {
    font-weight: 400;
}
/*sitemap*/
.board {
    background-color: rgba(255,255,236,0.5);
    width: auto;
    text-align: left;
    padding: 10px 20px;
    margin: 30px 6px;
    border: 1px solid #824809;
    border-radius: 10px;
}

/* content 
================================= */
/*#rule .t1 {
    width: 725px;
}
#rule ul li:first-child {
    list-style-type: none;
}*/
#rule ul li {
    list-style-type: none;
    line-height: 150%;
    /*width: 760px;*/
}


#rule ul li .s1 {
        margin-left: 34px;
    }

#rule ul {
    padding-bottom: 20px;
}

.t1 {
    margin-left: 34px;
}

#rule ul li div {
    float: left;
}

#rule ol li {
    list-style-type: decimal;
    margin-left:36px;
}
/*.s1 {
    width: 30px;
}

.s2 {
    position:relative;
}
*/
.ss1 {
    width: 20px;
}

.ss2 {
    width: 676px;
}

#course {
    background: url(../images/course.jpg) no-repeat 320px 0;
    width: 650px;
    height: 532px;
}

    #course div {
        float: left;
    }

#courseurl {
    width: 350px;
}

#coursetxt {
    width: 300px;
    text-align: left;
    line-height: 130%;
}

    #coursetxt ul {
        list-style-type: none;
    }

    #coursetxt p {
        padding-left: 16px;
    }

    #coursetxt h4 {
        padding-top: 10px;
        padding-left: 15px;
        background: url(../images/arrow_down.gif) no-repeat 0 15px;
    }

#course .c1 {
    color: #FFFFFF;
    font-size: 22px;
    padding-top: 50px;
    margin-left: -120px;
}

#course .c2 {
    color: #FFFFFF;
    font-size: 22px;
    padding-top: 40px;
    margin-left: 120px;
}

#course .c3 {
    color: #FFFFFF;
    font-size: 22px;
    margin-top: -35px;
    margin-left: -150px;
}


.section-title
{
font-weight: 700;
}

/* 12.2 Feature Box Style 3
-------------------------------------------------------------------------- */
/* 12.2.1 Wrapper
-------------------------------------------------------------------------- */
.feature-box-style-3 {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 0 auto 50px;
}

    /* 12.2.2 Icon
-------------------------------------------------------------------------- */
    .feature-box-style-3 .feature-icon {
        z-index: 1;
        float: left;
        width: 100px;
        height: 100px;
        color: #323133;
        font-size: 50px;
        overflow: hidden;
        position: relative;
        text-align: center;
        line-height: 120px;
        margin: 0 20px 25px 0;
        background-color: #ffffff;
        -webkit-border: 2px solid #e1e1e1;
        -moz-border: 2px solid #e1e1e1;
        -o-border: 2px solid #e1e1e1;
        border: 2px solid #e1e1e1;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .feature-box-style-3 .feature-icon i {
            z-index: 1;
            position: relative;
        }

        .feature-box-style-3 .feature-icon:after {
            left: 0;
            bottom: 0;
            height: 0;
            content: '';
            width: 100%;
            position: absolute;
            background-color: #323133;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

/* 12.2.3 Number
-------------------------------------------------------------------------- */
    .feature-box-style-3 .feature-number {
        top: 0;
        left: 100px;
        color: #e1e1e1;
        font-size: 100px;
        text-align: left;
        font-weight: 700;
        overflow: hidden;
        line-height: 100px;
        position: absolute;
        font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

/* 12.2.4 Title
-------------------------------------------------------------------------- */
.feature-box-style-3 .feature-title {
    width: 100%;
    display: block;
    color: #323133;
    font-size: 28px;
    text-align: left;
    font-weight: 700;
    overflow: hidden;
    line-height: 34px;
    position: relative;
    margin: 0 auto 20px;
    padding-bottom: 10px;
    text-transform: capitalize;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

    .feature-box-style-3 .feature-title:after {
        left: 0;
        bottom: 0;
        height: 2px;
        content: '';
        width: 100px;
        position: absolute;
        background-color: #e1e1e1;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }


/* footer 
================================= */
.footer-top {
    background: #115c9b;
    height: 40px;
}

.main-footer {
    background-color: darkcyan;
    color: #fff;
}

.footer-title {
    color: #FFFFFF;
}
.typecolor
{
    color:#a09a9a;
}

.footer-col h4 {
    font-size: 20px;
}

.main-footer .footer-main {
    padding: 30px 0;
}

.main-footer .footer-title {
    text-transform: uppercase;
    margin-bottom: 10px;
}

    .main-footer .footer-title .title-under {
        background: #fff;
        margin: 15px 0;
        text-align: left;
    }

        .main-footer .footer-title .title-under:after {
            margin: 0;
            background: #fff;
        }

.main-footer .footer-content {
    text-align: justify;
    font-size: 13px;
    margin-top: -10px;
}

.main-footer .tweet {
    font-size: 13px;
}

    .main-footer .tweet:after {
        content: "";
        height: 1px;
        display: block;
        background: #115c9b;
        width: 150px;
        margin: 15px auto;
    }

    .main-footer .tweet:last-child:after {
        display: none;
    }

.footer-bottom {
    background: #115c9b;
    padding: 3px;
}

.footer-form .form-group {
    margin-bottom: 5px;
}

.footer-form .form-control {
    background: #115c9b;
    color: #fff;
    border: 0;
    border-radius: 0;
    margin-bottom: 5px;
    border: 1px solid #fff;
    resize: none;
}

.footer-form .btn-submit {
    border-radius: 0;
    background: #115c9b;
    text-transform: uppercase;
    border: 1px solid #fff;
    -moz-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s;
}

    .footer-form .btn-submit:hover {
        background: #fff;
    }

.footer-form input:-moz-placeholder,
.footer-form textarea:-moz-placeholder {
    color: #fff;
}

.footer-form input::-moz-placeholder,
.footer-form textarea::-moz-placeholder {
    color: #fff;
}

.footer-form input:-ms-input-placeholder,
.footer-form textarea:-ms-input-placeholder {
    color: #fff;
}

.footer-form input::-webkit-input-placeholder,
.footer-form textarea::-webkit-input-placeholder {
    color: #fff;
}


.title-under {
    display: block;
    margin: 5px auto;
    background: #1f76bd;
    height: 1px;
    width: 280px;
}

    .title-under:after {
        content: '';
        display: block;
        width: 100px;
        background: inherit;
        height: 2px;
        margin: 0 auto;
        margin-top: 10px;
    }

/* Scroll To Top */

.scroll-to-top {
    background-color: #4c9cef;
    display: none;
    width: 60px;
    height: 60px;
    font-size: 25px;
    border-radius: 100%;
    line-height: 67px;
    text-align: center;
    color: #fff;
    position: fixed;
    right: 20px;
    bottom: 30px;
    z-index: 999;
    box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
    transition: all 0.3s ease-in-out;
}

    .scroll-to-top:hover,
    .scroll-to-top:focus {
        background-color: #f7639a;
        color: #ffffff;
        box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
    }

@media only screen and (max-width: 479px) {
    .section-title {
        font-size: 30px;
    }
}


#footer a {
    color: rgba(240,242,51,0.5);
    font-size: 14px;
    line-height: 26px;
}

 #footer a:hover {
        color: #76b02b;
    }



